#E2099B

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

Shades of Hollywood Cerise #E2099B

Tints of Hollywood Cerise #E2099B

Color information

#E2099B (or 0xE2099B) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 09 and 9B. RGB value is (226,9,155). Sum of RGB (Red+Green+Blue) = 226+9+155=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2099B is #1DF664. Grayscale: #5A5A5A. Windows color (decimal): -1963621 or 10160610. OLE color: 10160610.

HSL color Cylindrical-coordinate representation of color #E2099B: hue angle of 319.63º 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 #E2099B is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB2269155-
CMYK00.960.310.11
HSL319.63º92.34%46.08%-
HSV(B)319.63º96.02%88.63%-
XYZ37.3818.7332.66-
YUV90.53164.39224.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=57.95%
G=2.31%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226915500.960.310.11319.6392.3446.08
HexE299B0601FB1405c2e
Octal342112330140371350013456
Binary11100010100110011011011000001111110111010000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2099B; }

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

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

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

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

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

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

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

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