Html Css Color HEX #EC029F Hollywood Cerise

📋 copy color: '#EC029F'

red 236 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #EC029F

Tints of Hollywood Cerise #EC029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 59.45%
G = 0.5%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC029F (or 0xEC029F) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 9F. RGB value is (236,2,159). Sum of RGB (Red+Green+Blue) = 236+2+159=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC029F is #13FD60. Grayscale: #595959. Windows color (decimal): -1310049 or 10420972. OLE color: 10420972.

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

Color convert

RGB 236 2 159 -
CMYK 0 0.99 0.33 0.07
HSL 319.74º 0.98% 0.47% -
HSV(B) 319.74º 0.99% 0.93% -
XYZ 40.87 20.38 34.58 -
YUV 89.86 167.02 232.23 -
System Red Green Blue C M Y K H S L
Decimal 236 2 159 0 0.99 0.33 0.07 319.74 0.98 0.47
Hex EC 2 9F 0 63 21 7 140 62 2F
Octal 354 2 237 0 143 41 7 500 142 57
Binary 11101100 10 10011111 0 1100011 100001 111 101000000 1100010 101111

Color Harmonies of #EC029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC029F

Black with #EC029F

Text Example


Text Example

White with #EC029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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