Html Css Color HEX #EE92FA Violet

📋 copy color: '#EE92FA'

red 238 ◦ green 146 ◦ blue 250

#EE92FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EE92FA

Tints of Violet #EE92FA

RGB

 RED value IS 238 (93.36% from 255) = 37.54%

 GREEN value IS 146 (57.42% from 255) = 23.03%

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 37.54%
G = 23.03%
B = 39.43%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE92FA (or 0xEE92FA) is known color: Violet. HEX triplet: EE, 92 and FA. RGB value is (238,146,250). Sum of RGB (Red+Green+Blue) = 238+146+250=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE92FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE92FA is #116D05. Grayscale: #B9B9B9. Windows color (decimal): -1142022 or 16421614. OLE color: 16421614.

HSL color Cylindrical-coordinate representation of color #EE92FA: hue angle of 293.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE92FA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 146 250 -
CMYK 0.05 0.42 0 0.02
HSL 293.08º 0.91% 0.78% -
HSV(B) 293.08º 0.42% 0.98% -
XYZ 62.79 45.64 95.94 -
YUV 185.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 238 146 250 0.05 0.42 0 0.02 293.08 0.91 0.78
Hex EE 92 FA 5 2A 0 2 125 5B 4E
Octal 356 222 372 5 52 0 2 445 133 116
Binary 11101110 10010010 11111010 101 101010 0 10 100100101 1011011 1001110

Color Harmonies of #EE92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE92FA

Black with #EE92FA

Text Example


Text Example

White with #EE92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE92FA; }

 p { color: rgb(238,146,250); }

 H1.HeaderClassName
 {
   color: #EE92FA;
 }
 .AnyTagClassName
 {
   color: #EE92FA;
 }
</style>

background-color css

<style>
 a { background-color: #EE92FA; }

 a { background-color: rgb(238,146,250); }

 div.DivClassName
 {
   background-color: #EE92FA;
 }
 .BgClassName
 {
   background-color: #EE92FA;
 }
</style>

border-color css

<style>
 span { border-color: #EE92FA; }

 span { border-color: rgb(238,146,250); }

 td.TdClassName
 {
   border-color: #EE92FA;
 }
 .TagClassName
 {
   border-color: #EE92FA;
 }
</style>