#e500d1

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

Shades of Deep Magenta #E500D1

Tints of Deep Magenta #E500D1

Color information

#E500D1 (or 0xE500D1) is unknown color: approx Deep Magenta. HEX triplet: E5, 00 and D1. RGB value is (229,0,209). Sum of RGB (Red+Green+Blue) = 229+0+209=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E500D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500D1 is #1AFF2E. Grayscale: #5B5B5B. Windows color (decimal): -1769263 or 13697253. OLE color: 13697253.

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

Color convert

RGB2290209-
CMYK010.090.10
HSL305.24º100%44.9%-
HSV(B)305.24º100%89.8%-
XYZ43.8221.2662.12-
YUV92.3193.87225.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=52.28%
G=0%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2290209010.090.10305.2410044.9
HexE50D10649A131642d
Octal34503210144111246114455
Binary1110010101101000101100100100110101001100011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e500d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e500d1; }

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

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

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

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

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

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

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

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