#e20a98

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

Shades of Hollywood Cerise #E20A98

Tints of Hollywood Cerise #E20A98

Color information

#E20A98 (or 0xE20A98) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0A and 98. RGB value is (226,10,152). Sum of RGB (Red+Green+Blue) = 226+10+152=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20A98 is #1DF567. Grayscale: #5A5A5A. Windows color (decimal): -1963368 or 9964258. OLE color: 9964258.

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

Color convert

RGB22610152-
CMYK00.960.330.11
HSL320.56º91.53%46.27%-
HSV(B)320.56º95.58%88.63%-
XYZ37.1418.6531.35-
YUV90.77162.56224.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.25%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=58.25%
G=2.58%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261015200.960.330.11320.5691.5346.27
HexE2A9806021B1415c2e
Octal342122300140411350113456
Binary111000101010100110000110000010000110111010000011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20a98; }

 p { color: rgb(226,10,152); }

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

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

 a { background-color: rgb(226,10,152); }

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

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

 span { border-color: rgb(226,10,152); }

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