Html Css Color HEX #EC049C Hollywood Cerise

📋 copy color: '#EC049C'

red 236 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #EC049C

Tints of Hollywood Cerise #EC049C

RGB

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

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

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

R = 59.6%
G = 1.01%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC049C (or 0xEC049C) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 9C. RGB value is (236,4,156). Sum of RGB (Red+Green+Blue) = 236+4+156=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC049C is #13FB63. Grayscale: #5A5A5A. Windows color (decimal): -1309540 or 10224876. OLE color: 10224876.

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

Color convert

RGB 236 4 156 -
CMYK 0 0.98 0.34 0.07
HSL 320.69º 0.97% 0.47% -
HSV(B) 320.69º 0.98% 0.93% -
XYZ 40.64 20.32 33.23 -
YUV 90.7 164.86 231.64 -
System Red Green Blue C M Y K H S L
Decimal 236 4 156 0 0.98 0.34 0.07 320.69 0.97 0.47
Hex EC 4 9C 0 62 22 7 141 61 2F
Octal 354 4 234 0 142 42 7 501 141 57
Binary 11101100 100 10011100 0 1100010 100010 111 101000001 1100001 101111

Color Harmonies of #EC049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC049C

Black with #EC049C

Text Example


Text Example

White with #EC049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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