#E50CD1

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

Shades of Deep Magenta #E50CD1

Tints of Deep Magenta #E50CD1

Color information

#E50CD1 (or 0xE50CD1) is unknown color: approx Deep Magenta. HEX triplet: E5, 0C and D1. RGB value is (229,12,209). Sum of RGB (Red+Green+Blue) = 229+12+209=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD1 is #1AF32E. Grayscale: #626262. Windows color (decimal): -1766191 or 13700325. OLE color: 13700325.

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

Color convert

RGB22912209-
CMYK00.950.090.10
HSL305.53º90.04%47.25%-
HSV(B)305.53º94.76%89.8%-
XYZ43.9521.5262.16-
YUV99.34189.89220.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.89%
GREEN value IS 12 (5.08% from 255) = 2.67%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=50.89%
G=2.67%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291220900.950.090.10305.5390.0447.25
HexE5CD105F9A1325a2f
Octal345143210137111246213257
Binary1110010111001101000101011111100110101001100101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50CD1; }

 p { color: rgb(229,12,209); }

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

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

 a { background-color: rgb(229,12,209); }

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

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

 span { border-color: rgb(229,12,209); }

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