Html Css Color HEX #EE96FA Violet

📋 copy color: '#EE96FA'

red 238 ◦ green 150 ◦ blue 250

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

Shades of Violet #EE96FA

Tints of Violet #EE96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.51%

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

R = 37.3%
G = 23.51%
B = 39.18%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE96FA (or 0xEE96FA) is known color: Violet. HEX triplet: EE, 96 and FA. RGB value is (238,150,250). Sum of RGB (Red+Green+Blue) = 238+150+250=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96FA is #116905. Grayscale: #BBBBBB. Windows color (decimal): -1140998 or 16422638. OLE color: 16422638.

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

Color convert

RGB 238 150 250 -
CMYK 0.05 0.4 0 0.02
HSL 292.8º 0.91% 0.78% -
HSV(B) 292.8º 0.4% 0.98% -
XYZ 63.42 46.89 96.15 -
YUV 187.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 238 150 250 0.05 0.4 0 0.02 292.8 0.91 0.78
Hex EE 96 FA 5 28 0 2 125 5B 4E
Octal 356 226 372 5 50 0 2 445 133 116
Binary 11101110 10010110 11111010 101 101000 0 10 100100101 1011011 1001110

Color Harmonies of #EE96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96FA

Black with #EE96FA

Text Example


Text Example

White with #EE96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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