Html Css Color HEX #EE129C Hollywood Cerise

📋 copy color: '#EE129C'

red 238 ◦ green 18 ◦ blue 156

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

Shades of Hollywood Cerise #EE129C

Tints of Hollywood Cerise #EE129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

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

R = 57.77%
G = 4.37%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE129C (or 0xEE129C) is known color: Hollywood Cerise. HEX triplet: EE, 12 and 9C. RGB value is (238,18,156). Sum of RGB (Red+Green+Blue) = 238+18+156=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE129C is #11ED63. Grayscale: #636363. Windows color (decimal): -1174884 or 10228462. OLE color: 10228462.

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

Color convert

RGB 238 18 156 -
CMYK 0 0.92 0.34 0.07
HSL 322.36º 0.87% 0.5% -
HSV(B) 322.36º 0.92% 0.93% -
XYZ 41.48 21.01 33.32 -
YUV 99.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 238 18 156 0 0.92 0.34 0.07 322.36 0.87 0.5
Hex EE 12 9C 0 5C 22 7 142 57 32
Octal 356 22 234 0 134 42 7 502 127 62
Binary 11101110 10010 10011100 0 1011100 100010 111 101000010 1010111 110010

Color Harmonies of #EE129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE129C

Black with #EE129C

Text Example


Text Example

White with #EE129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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