#E50D9C

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

Shades of Hollywood Cerise #E50D9C

Tints of Hollywood Cerise #E50D9C

Color information

#E50D9C (or 0xE50D9C) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 0D and 9C. RGB value is (229,13,156). Sum of RGB (Red+Green+Blue) = 229+13+156=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50D9C is #1AF263. Grayscale: #5D5D5D. Windows color (decimal): -1765988 or 10227173. OLE color: 10227173.

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

Color convert

RGB22913156-
CMYK00.940.320.10
HSL320.28º89.26%47.45%-
HSV(B)320.28º94.32%89.8%-
XYZ38.4619.3533.16-
YUV93.89163.06224.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.54%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=57.54%
G=3.27%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291315600.940.320.10320.2889.2647.45
HexE5D9C05E20A140592f
Octal345152340136401250013157
Binary111001011101100111000101111010000010101010000001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50D9C; }

 p { color: rgb(229,13,156); }

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

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

 a { background-color: rgb(229,13,156); }

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

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

 span { border-color: rgb(229,13,156); }

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