#E20F9F

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

Shades of Hollywood Cerise #E20F9F

Tints of Hollywood Cerise #E20F9F

Color information

#E20F9F (or 0xE20F9F) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0F and 9F. RGB value is (226,15,159). Sum of RGB (Red+Green+Blue) = 226+15+159=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20F9F is #1DF060. Grayscale: #5E5E5E. Windows color (decimal): -1962081 or 10424290. OLE color: 10424290.

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

Color convert

RGB22615159-
CMYK00.930.300.11
HSL319.05º87.55%47.25%-
HSV(B)319.05º93.36%88.63%-
XYZ37.7919.0134.48-
YUV94.5164.4221.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.5%
GREEN value IS 15 (6.25% from 255) = 3.75%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=56.5%
G=3.75%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261515900.930.300.11319.0587.5547.25
HexE2F9F05D1EB13f582f
Octal342172370135361347713057
Binary11100010111110011111010111011111010111001111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F9F; }

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

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

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

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

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

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

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

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