#EC0EA4

Color #EC0EA4 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EC0EA4

Tints of Hollywood Cerise #EC0EA4

Color information

#EC0EA4 (or 0xEC0EA4) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 0E and A4. RGB value is (236,14,164). Sum of RGB (Red+Green+Blue) = 236+14+164=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0EA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0EA4 is #13F15B. Grayscale: #616161. Windows color (decimal): -1306972 or 10751724. OLE color: 10751724.

HSL color Cylindrical-coordinate representation of color #EC0EA4: hue angle of 319.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EA4 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23614164-
CMYK00.940.310.07
HSL319.46º88.8%49.02%-
HSV(B)319.46º94.07%92.55%-
XYZ41.4520.8336.96-
YUV97.48165.55226.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.00%
GREEN value IS 14 (5.86% from 255) = 3.38%
BLUE value IS 164 (64.45% from 255) = 39.61%
R=57.00%
G=3.38%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361416400.940.310.07319.4688.849.02
HexECEA405E1F713f5931
Octal35416244013637747713161
Binary1110110011101010010001011110111111111001111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0EA4; }

 p { color: rgb(236,14,164); }

 H1.HeaderClassName
 {
   color: #EC0EA4;
 }
 .AnyTagClassName
 {
   color: #EC0EA4;
 }
</style>
background-color css

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

 a { background-color: rgb(236,14,164); }

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

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

 span { border-color: rgb(236,14,164); }

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