#EA14A2

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

Shades of Hollywood Cerise #EA14A2

Tints of Hollywood Cerise #EA14A2

Color information

#EA14A2 (or 0xEA14A2) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 14 and A2. RGB value is (234,20,162). Sum of RGB (Red+Green+Blue) = 234+20+162=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA14A2 is #15EB5D. Grayscale: #636363. Windows color (decimal): -1436510 or 10622186. OLE color: 10622186.

HSL color Cylindrical-coordinate representation of color #EA14A2: hue angle of 320.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA14A2 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB23420162-
CMYK00.910.310.08
HSL320.19º84.25%49.8%-
HSV(B)320.19º91.45%91.76%-
XYZ40.720.636.01-
YUV100.17162.9223.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 4.81%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=56.25%
G=4.81%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342016200.910.310.08320.1984.2549.8
HexEA14A205B1F81405432
Octal352242420133371050012462
Binary111010101010010100010010110111111110001010000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14A2; }

 p { color: rgb(234,20,162); }

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

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

 a { background-color: rgb(234,20,162); }

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

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

 span { border-color: rgb(234,20,162); }

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