Html Css Color HEX #EC049F Hollywood Cerise

📋 copy color: '#EC049F'

red 236 ◦ green 4 ◦ blue 159

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

Shades of Hollywood Cerise #EC049F

Tints of Hollywood Cerise #EC049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 59.15%
G = 1%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC049F (or 0xEC049F) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 9F. RGB value is (236,4,159). Sum of RGB (Red+Green+Blue) = 236+4+159=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC049F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC049F is #13FB60. Grayscale: #5A5A5A. Windows color (decimal): -1309537 or 10421484. OLE color: 10421484.

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

Color convert

RGB 236 4 159 -
CMYK 0 0.98 0.33 0.07
HSL 319.91º 0.97% 0.47% -
HSV(B) 319.91º 0.98% 0.93% -
XYZ 40.89 20.42 34.59 -
YUV 91.04 166.36 231.4 -
System Red Green Blue C M Y K H S L
Decimal 236 4 159 0 0.98 0.33 0.07 319.91 0.97 0.47
Hex EC 4 9F 0 62 21 7 140 61 2F
Octal 354 4 237 0 142 41 7 500 141 57
Binary 11101100 100 10011111 0 1100010 100001 111 101000000 1100001 101111

Color Harmonies of #EC049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC049F

Black with #EC049F

Text Example


Text Example

White with #EC049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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