Html Css Color HEX #EE96F8 Violet

📋 copy color: '#EE96F8'

red 238 ◦ green 150 ◦ blue 248

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

Shades of Violet #EE96F8

Tints of Violet #EE96F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.99%

R = 37.42%
G = 23.58%
B = 38.99%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE96F8 (or 0xEE96F8) is known color: Violet. HEX triplet: EE, 96 and F8. RGB value is (238,150,248). Sum of RGB (Red+Green+Blue) = 238+150+248=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE96F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96F8 is #116907. Grayscale: #BBBBBB. Windows color (decimal): -1141000 or 16291566. OLE color: 16291566.

HSL color Cylindrical-coordinate representation of color #EE96F8: hue angle of 293.88º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE96F8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 150 248 -
CMYK 0.04 0.40 0 0.03
HSL 293.88º 0.88% 0.78% -
HSV(B) 293.88º 0.4% 0.97% -
XYZ 63.11 46.77 94.51 -
YUV 187.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 238 150 248 0.04 0.40 0 0.03 293.88 0.88 0.78
Hex EE 96 F8 4 28 0 3 126 58 4E
Octal 356 226 370 4 50 0 3 446 130 116
Binary 11101110 10010110 11111000 100 101000 0 11 100100110 1011000 1001110

Color Harmonies of #EE96F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96F8

Black with #EE96F8

Text Example


Text Example

White with #EE96F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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