#E2099A

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

Shades of Hollywood Cerise #E2099A

Tints of Hollywood Cerise #E2099A

Color information

#E2099A (or 0xE2099A) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 09 and 9A. RGB value is (226,9,154). Sum of RGB (Red+Green+Blue) = 226+9+154=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2099A is #1DF665. Grayscale: #5A5A5A. Windows color (decimal): -1963622 or 10095074. OLE color: 10095074.

HSL color Cylindrical-coordinate representation of color #E2099A: hue angle of 319.91º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2099A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB2269154-
CMYK00.960.320.11
HSL319.91º92.34%46.08%-
HSV(B)319.91º96.02%88.63%-
XYZ37.2918.732.22-
YUV90.41163.89224.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.10%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=58.10%
G=2.31%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226915400.960.320.11319.9192.3446.08
HexE299A06020B1405c2e
Octal342112320140401350013456
Binary111000101001100110100110000010000010111010000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2099A; }

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

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

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

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

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

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

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

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