#EC11A2

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

Shades of Hollywood Cerise #EC11A2

Tints of Hollywood Cerise #EC11A2

Color information

#EC11A2 (or 0xEC11A2) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 11 and A2. RGB value is (236,17,162). Sum of RGB (Red+Green+Blue) = 236+17+162=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11A2 is #13EE5D. Grayscale: #626262. Windows color (decimal): -1306206 or 10621420. OLE color: 10621420.

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

Color convert

RGB23617162-
CMYK00.930.310.07
HSL320.27º86.56%49.61%-
HSV(B)320.27º92.8%92.55%-
XYZ41.3120.8436.03-
YUV99.01163.55225.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.87%
GREEN value IS 17 (7.03% from 255) = 4.10%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=56.87%
G=4.10%
B=39.04%

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
Decimal2361716200.930.310.07320.2786.5649.61
HexEC11A205D1F71405732
Octal35421242013537750012762
Binary11101100100011010001001011101111111111010000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC11A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC11A2; }

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

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

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

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

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

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

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

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