#E20FA0

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

Shades of Hollywood Cerise #E20FA0

Tints of Hollywood Cerise #E20FA0

Color information

#E20FA0 (or 0xE20FA0) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0F and A0. RGB value is (226,15,160). Sum of RGB (Red+Green+Blue) = 226+15+160=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20FA0 is #1DF05F. Grayscale: #5E5E5E. Windows color (decimal): -1962080 or 10489826. OLE color: 10489826.

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

Color convert

RGB22615160-
CMYK00.930.290.11
HSL318.77º87.55%47.25%-
HSV(B)318.77º93.36%88.63%-
XYZ37.8819.0534.94-
YUV94.62164.9221.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 15 (6.25% from 255) = 3.74%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=56.36%
G=3.74%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261516000.930.290.11318.7787.5547.25
HexE2FA005D1DB13f582f
Octal342172400135351347713057
Binary11100010111110100000010111011110110111001111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20FA0; }

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

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

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

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

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

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

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

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