#e50de0

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

Shades of Deep Magenta #E50DE0

Tints of Deep Magenta #E50DE0

Color information

#E50DE0 (or 0xE50DE0) is unknown color: approx Deep Magenta. HEX triplet: E5, 0D and E0. RGB value is (229,13,224). Sum of RGB (Red+Green+Blue) = 229+13+224=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DE0 is #1AF21F. Grayscale: #656565. Windows color (decimal): -1765920 or 14683621. OLE color: 14683621.

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

Color convert

RGB22913224-
CMYK00.940.020.10
HSL301.39º89.26%47.45%-
HSV(B)301.39º94.32%89.8%-
XYZ45.9122.3372.41-
YUV101.64197.06218.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 13 (5.47% from 255) = 2.79%
BLUE value IS 224 (87.89% from 255) = 48.07%
R=49.14%
G=2.79%
B=48.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291322400.940.020.10301.3989.2647.45
HexE5DE005E2A12d592f
Octal34515340013621245513157
Binary11100101110111100000010111101010101001011011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50de0; }

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

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

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

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

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

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

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

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