#E50ED5

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

Shades of Deep Magenta #E50ED5

Tints of Deep Magenta #E50ED5

Color information

#E50ED5 (or 0xE50ED5) is unknown color: approx Deep Magenta. HEX triplet: E5, 0E and D5. RGB value is (229,14,213). Sum of RGB (Red+Green+Blue) = 229+14+213=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ED5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ED5 is #1AF12A. Grayscale: #646464. Windows color (decimal): -1765675 or 13962981. OLE color: 13962981.

HSL color Cylindrical-coordinate representation of color #E50ED5: hue angle of 304.47º 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 #E50ED5 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22914213-
CMYK00.940.070.10
HSL304.47º88.48%47.65%-
HSV(B)304.47º93.89%89.8%-
XYZ44.4821.7864.81-
YUV100.97191.23219.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 14 (5.86% from 255) = 3.07%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=50.22%
G=3.07%
B=46.71%

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
Decimal2291421300.940.070.10304.4788.4847.65
HexE5ED505E7A1305830
Octal34516325013671246013060
Binary111001011110110101010101111011110101001100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50ED5; }

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

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

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

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

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

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

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

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