Html Css Color HEX #EC049D Hollywood Cerise

📋 copy color: '#EC049D'

red 236 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #EC049D

Tints of Hollywood Cerise #EC049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 59.45%
G = 1.01%
B = 39.55%

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

#EC049D (or 0xEC049D) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 9D. RGB value is (236,4,157). Sum of RGB (Red+Green+Blue) = 236+4+157=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC049D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC049D is #13FB62. Grayscale: #5A5A5A. Windows color (decimal): -1309539 or 10290412. OLE color: 10290412.

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

Color convert

RGB 236 4 157 -
CMYK 0 0.98 0.33 0.07
HSL 320.43º 0.97% 0.47% -
HSV(B) 320.43º 0.98% 0.93% -
XYZ 40.72 20.35 33.68 -
YUV 90.81 165.36 231.56 -
System Red Green Blue C M Y K H S L
Decimal 236 4 157 0 0.98 0.33 0.07 320.43 0.97 0.47
Hex EC 4 9D 0 62 21 7 140 61 2F
Octal 354 4 235 0 142 41 7 500 141 57
Binary 11101100 100 10011101 0 1100010 100001 111 101000000 1100001 101111

Color Harmonies of #EC049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC049D

Black with #EC049D

Text Example


Text Example

White with #EC049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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