#EC0CA9

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

Shades of Hollywood Cerise #EC0CA9

Tints of Hollywood Cerise #EC0CA9

Color information

#EC0CA9 (or 0xEC0CA9) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 0C and A9. RGB value is (236,12,169). Sum of RGB (Red+Green+Blue) = 236+12+169=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CA9 is #13F356. Grayscale: #606060. Windows color (decimal): -1307479 or 11078892. OLE color: 11078892.

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

Color convert

RGB23612169-
CMYK00.950.280.07
HSL317.95º90.32%48.63%-
HSV(B)317.95º94.92%92.55%-
XYZ41.8820.9639.37-
YUV96.87168.71227.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 12 (5.08% from 255) = 2.88%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=56.59%
G=2.88%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361216900.950.280.07317.9590.3248.63
HexECCA905F1C713e5a31
Octal35414251013734747613261
Binary1110110011001010100101011111111001111001111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0CA9; }

 p { color: rgb(236,12,169); }

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

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

 a { background-color: rgb(236,12,169); }

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

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

 span { border-color: rgb(236,12,169); }

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