Html Css Color HEX #EC029C Hollywood Cerise

📋 copy color: '#EC029C'

red 236 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #EC029C

Tints of Hollywood Cerise #EC029C

RGB

 RED value IS 236 (92.58% from 255) = 59.9%

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

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

R = 59.9%
G = 0.51%
B = 39.59%

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

#EC029C (or 0xEC029C) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 9C. RGB value is (236,2,156). Sum of RGB (Red+Green+Blue) = 236+2+156=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC029C is #13FD63. Grayscale: #595959. Windows color (decimal): -1310052 or 10224364. OLE color: 10224364.

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

Color convert

RGB 236 2 156 -
CMYK 0 0.99 0.34 0.07
HSL 320.51º 0.98% 0.47% -
HSV(B) 320.51º 0.99% 0.93% -
XYZ 40.61 20.28 33.23 -
YUV 89.52 165.52 232.48 -
System Red Green Blue C M Y K H S L
Decimal 236 2 156 0 0.99 0.34 0.07 320.51 0.98 0.47
Hex EC 2 9C 0 63 22 7 141 62 2F
Octal 354 2 234 0 143 42 7 501 142 57
Binary 11101100 10 10011100 0 1100011 100010 111 101000001 1100010 101111

Color Harmonies of #EC029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC029C

Black with #EC029C

Text Example


Text Example

White with #EC029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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