#E5099A

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

Shades of Hollywood Cerise #E5099A

Tints of Hollywood Cerise #E5099A

Color information

#E5099A (or 0xE5099A) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 09 and 9A. RGB value is (229,9,154). Sum of RGB (Red+Green+Blue) = 229+9+154=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5099A is #1AF665. Grayscale: #5A5A5A. Windows color (decimal): -1767014 or 10095077. OLE color: 10095077.

HSL color Cylindrical-coordinate representation of color #E5099A: hue angle of 320.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5099A is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB2299154-
CMYK00.960.330.10
HSL320.45º92.44%46.67%-
HSV(B)320.45º96.07%89.8%-
XYZ38.2419.1932.26-
YUV91.31163.39226.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.42%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=58.42%
G=2.30%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229915400.960.330.10320.4592.4446.67
HexE599A06021A1405c2f
Octal345112320140411250013457
Binary111001011001100110100110000010000110101010000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5099A; }

 p { color: rgb(229,9,154); }

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

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

 a { background-color: rgb(229,9,154); }

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

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

 span { border-color: rgb(229,9,154); }

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