#E20C9D

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

Shades of Hollywood Cerise #E20C9D

Tints of Hollywood Cerise #E20C9D

Color information

#E20C9D (or 0xE20C9D) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 0C and 9D. RGB value is (226,12,157). Sum of RGB (Red+Green+Blue) = 226+12+157=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C9D is #1DF362. Grayscale: #5C5C5C. Windows color (decimal): -1962851 or 10292450. OLE color: 10292450.

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

Color convert

RGB22612157-
CMYK00.950.310.11
HSL319.35º89.92%46.67%-
HSV(B)319.35º94.69%88.63%-
XYZ37.5818.8733.56-
YUV92.52164.4223.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.22%
GREEN value IS 12 (5.08% from 255) = 3.04%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=57.22%
G=3.04%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261215700.950.310.11319.3589.9246.67
HexE2C9D05F1FB13f5a2f
Octal342142350137371347713257
Binary11100010110010011101010111111111110111001111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20C9D; }

 p { color: rgb(226,12,157); }

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

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

 a { background-color: rgb(226,12,157); }

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

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

 span { border-color: rgb(226,12,157); }

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