Html Css Color HEX #EE029E Hollywood Cerise

📋 copy color: '#EE029E'

red 238 ◦ green 2 ◦ blue 158

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

Shades of Hollywood Cerise #EE029E

Tints of Hollywood Cerise #EE029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 59.8%
G = 0.5%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE029E (or 0xEE029E) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 9E. RGB value is (238,2,158). Sum of RGB (Red+Green+Blue) = 238+2+158=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE029E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE029E is #11FD61. Grayscale: #595959. Windows color (decimal): -1178978 or 10355438. OLE color: 10355438.

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

Color convert

RGB 238 2 158 -
CMYK 0 0.99 0.34 0.07
HSL 320.34º 0.98% 0.47% -
HSV(B) 320.34º 0.99% 0.93% -
XYZ 41.45 20.69 34.16 -
YUV 90.35 166.19 233.32 -
System Red Green Blue C M Y K H S L
Decimal 238 2 158 0 0.99 0.34 0.07 320.34 0.98 0.47
Hex EE 2 9E 0 63 22 7 140 62 2F
Octal 356 2 236 0 143 42 7 500 142 57
Binary 11101110 10 10011110 0 1100011 100010 111 101000000 1100010 101111

Color Harmonies of #EE029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE029E

Black with #EE029E

Text Example


Text Example

White with #EE029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE029E; }

 p { color: rgb(238,2,158); }

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

background-color css

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

 a { background-color: rgb(238,2,158); }

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

border-color css

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

 span { border-color: rgb(238,2,158); }

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