#E20FA6

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

Shades of Hollywood Cerise #E20FA6

Tints of Hollywood Cerise #E20FA6

Color information

#E20FA6 (or 0xE20FA6) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0F and A6. RGB value is (226,15,166). Sum of RGB (Red+Green+Blue) = 226+15+166=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20FA6 is #1DF059. Grayscale: #5E5E5E. Windows color (decimal): -1962074 or 10883042. OLE color: 10883042.

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

Color convert

RGB22615166-
CMYK00.930.270.11
HSL317.06º87.55%47.25%-
HSV(B)317.06º93.36%88.63%-
XYZ38.4219.2637.77-
YUV95.3167.9221.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.53%
GREEN value IS 15 (6.25% from 255) = 3.69%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=55.53%
G=3.69%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261516600.930.270.11317.0687.5547.25
HexE2FA605D1BB13d582f
Octal342172460135331347513057
Binary11100010111110100110010111011101110111001111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20FA6; }

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

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

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

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

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

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

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

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