#EA12A3

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

Shades of Hollywood Cerise #EA12A3

Tints of Hollywood Cerise #EA12A3

Color information

#EA12A3 (or 0xEA12A3) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 12 and A3. RGB value is (234,18,163). Sum of RGB (Red+Green+Blue) = 234+18+163=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA12A3 is #15ED5C. Grayscale: #626262. Windows color (decimal): -1437021 or 10687210. OLE color: 10687210.

HSL color Cylindrical-coordinate representation of color #EA12A3: hue angle of 319.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12A3 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB23418163-
CMYK00.920.300.08
HSL319.72º85.71%49.41%-
HSV(B)319.72º92.31%91.76%-
XYZ40.7620.5736.47-
YUV99.11164.06224.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.39%
GREEN value IS 18 (7.42% from 255) = 4.34%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=56.39%
G=4.34%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341816300.920.300.08319.7285.7149.41
HexEA12A305C1E81405631
Octal352222430134361050012661
Binary111010101001010100011010111001111010001010000001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA12A3; }

 p { color: rgb(234,18,163); }

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

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

 a { background-color: rgb(234,18,163); }

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

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

 span { border-color: rgb(234,18,163); }

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