Html Css Color HEX #EE029C Hollywood Cerise

📋 copy color: '#EE029C'

red 238 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #EE029C

Tints of Hollywood Cerise #EE029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 60.1%
G = 0.51%
B = 39.39%

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

#EE029C (or 0xEE029C) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 9C. RGB value is (238,2,156). Sum of RGB (Red+Green+Blue) = 238+2+156=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE029C is #11FD63. Grayscale: #595959. Windows color (decimal): -1178980 or 10224366. OLE color: 10224366.

HSL color Cylindrical-coordinate representation of color #EE029C: hue angle of 320.85º 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 #EE029C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 2 156 -
CMYK 0 0.99 0.34 0.07
HSL 320.85º 0.98% 0.47% -
HSV(B) 320.85º 0.99% 0.93% -
XYZ 41.28 20.62 33.26 -
YUV 90.12 165.19 233.48 -
System Red Green Blue C M Y K H S L
Decimal 238 2 156 0 0.99 0.34 0.07 320.85 0.98 0.47
Hex EE 2 9C 0 63 22 7 141 62 2F
Octal 356 2 234 0 143 42 7 501 142 57
Binary 11101110 10 10011100 0 1100011 100010 111 101000001 1100010 101111

Color Harmonies of #EE029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE029C

Black with #EE029C

Text Example


Text Example

White with #EE029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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