#EC11A4

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

Shades of Hollywood Cerise #EC11A4

Tints of Hollywood Cerise #EC11A4

Color information

#EC11A4 (or 0xEC11A4) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 11 and A4. RGB value is (236,17,164). Sum of RGB (Red+Green+Blue) = 236+17+164=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A4 is #13EE5B. Grayscale: #626262. Windows color (decimal): -1306204 or 10752492. OLE color: 10752492.

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

Color convert

RGB23617164-
CMYK00.930.310.07
HSL319.73º86.56%49.61%-
HSV(B)319.73º92.8%92.55%-
XYZ41.4920.9136.97-
YUV99.24164.55225.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 17 (7.03% from 255) = 4.08%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=56.59%
G=4.08%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361716400.930.310.07319.7386.5649.61
HexEC11A405D1F71405732
Octal35421244013537750012762
Binary11101100100011010010001011101111111111010000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC11A4; }

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

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

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

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

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

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

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

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