Html Css Color HEX #EC049E Hollywood Cerise

📋 copy color: '#EC049E'

red 236 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #EC049E

Tints of Hollywood Cerise #EC049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 59.3%
G = 1.01%
B = 39.7%

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

#EC049E (or 0xEC049E) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 9E. RGB value is (236,4,158). Sum of RGB (Red+Green+Blue) = 236+4+158=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC049E is #13FB61. Grayscale: #5A5A5A. Windows color (decimal): -1309538 or 10355948. OLE color: 10355948.

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

Color convert

RGB 236 4 158 -
CMYK 0 0.98 0.33 0.07
HSL 320.17º 0.97% 0.47% -
HSV(B) 320.17º 0.98% 0.93% -
XYZ 40.81 20.39 34.13 -
YUV 90.92 165.86 231.48 -
System Red Green Blue C M Y K H S L
Decimal 236 4 158 0 0.98 0.33 0.07 320.17 0.97 0.47
Hex EC 4 9E 0 62 21 7 140 61 2F
Octal 354 4 236 0 142 41 7 500 141 57
Binary 11101100 100 10011110 0 1100010 100001 111 101000000 1100001 101111

Color Harmonies of #EC049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC049E

Black with #EC049E

Text Example


Text Example

White with #EC049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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