#E50ED6

Color #E50ED6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E50ED6

Tints of Deep Magenta #E50ED6

Color information

#E50ED6 (or 0xE50ED6) is unknown color: approx Deep Magenta. HEX triplet: E5, 0E and D6. RGB value is (229,14,214). Sum of RGB (Red+Green+Blue) = 229+14+214=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ED6 is #1AF129. Grayscale: #646464. Windows color (decimal): -1765674 or 14028517. OLE color: 14028517.

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

Color convert

RGB22914214-
CMYK00.940.070.10
HSL304.19º88.48%47.65%-
HSV(B)304.19º93.89%89.8%-
XYZ44.6121.8365.48-
YUV101.08191.73219.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 14 (5.86% from 255) = 3.06%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=50.11%
G=3.06%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291421400.940.070.10304.1988.4847.65
HexE5ED605E7A1305830
Octal34516326013671246013060
Binary111001011110110101100101111011110101001100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50ED6; }

 p { color: rgb(229,14,214); }

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

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

 a { background-color: rgb(229,14,214); }

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

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

 span { border-color: rgb(229,14,214); }

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