Html Css Color HEX #EE0096 Hollywood Cerise

📋 copy color: '#EE0096'

red 238 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #EE0096

Tints of Hollywood Cerise #EE0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 61.34%
G = 0%
B = 38.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE0096 (or 0xEE0096) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 96. RGB value is (238,0,150). Sum of RGB (Red+Green+Blue) = 238+0+150=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0096 is #11FF69. Grayscale: #575757. Windows color (decimal): -1179498 or 9830638. OLE color: 9830638.

HSL color Cylindrical-coordinate representation of color #EE0096: hue angle of 322.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0096 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 150 -
CMYK 0 1 0.37 0.07
HSL 322.18º 1% 0.47% -
HSV(B) 322.18º 1% 0.93% -
XYZ 40.76 20.38 30.64 -
YUV 88.26 162.85 234.8 -
System Red Green Blue C M Y K H S L
Decimal 238 0 150 0 1 0.37 0.07 322.18 1 0.47
Hex EE 0 96 0 64 25 7 142 64 2F
Octal 356 0 226 0 144 45 7 502 144 57
Binary 11101110 0 10010110 0 1100100 100101 111 101000010 1100100 101111

Color Harmonies of #EE0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0096

Black with #EE0096

Text Example


Text Example

White with #EE0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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