#E20FA8

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

Shades of Hollywood Cerise #E20FA8

Tints of Hollywood Cerise #E20FA8

Color information

#E20FA8 (or 0xE20FA8) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0F and A8. RGB value is (226,15,168). Sum of RGB (Red+Green+Blue) = 226+15+168=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20FA8 is #1DF057. Grayscale: #5F5F5F. Windows color (decimal): -1962072 or 11014114. OLE color: 11014114.

HSL color Cylindrical-coordinate representation of color #E20FA8: hue angle of 316.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FA8 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22615168-
CMYK00.930.260.11
HSL316.49º87.55%47.25%-
HSV(B)316.49º93.36%88.63%-
XYZ38.619.3438.74-
YUV95.53168.9221.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.26%
GREEN value IS 15 (6.25% from 255) = 3.67%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=55.26%
G=3.67%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261516800.930.260.11316.4987.5547.25
HexE2FA805D1AB13c582f
Octal342172500135321347413057
Binary11100010111110101000010111011101010111001111001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20FA8; }

 p { color: rgb(226,15,168); }

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

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

 a { background-color: rgb(226,15,168); }

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

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

 span { border-color: rgb(226,15,168); }

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