#EA159C

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

Shades of Hollywood Cerise #EA159C

Tints of Hollywood Cerise #EA159C

Color information

#EA159C (or 0xEA159C) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 15 and 9C. RGB value is (234,21,156). Sum of RGB (Red+Green+Blue) = 234+21+156=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA159C is #15EA63. Grayscale: #636363. Windows color (decimal): -1436260 or 10229226. OLE color: 10229226.

HSL color Cylindrical-coordinate representation of color #EA159C: hue angle of 321.97º 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 #EA159C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB23421156-
CMYK00.910.330.08
HSL321.97º83.53%50%-
HSV(B)321.97º91.03%91.76%-
XYZ40.220.4333.28-
YUV100.08159.57223.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=56.93%
G=5.11%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342115600.910.330.08321.9783.5350
HexEA159C05B2181425432
Octal352252340133411050212462
Binary1110101010101100111000101101110000110001010000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA159C; }

 p { color: rgb(234,21,156); }

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

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

 a { background-color: rgb(234,21,156); }

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

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

 span { border-color: rgb(234,21,156); }

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