#E10AD9

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

Shades of Deep Magenta #E10AD9

Tints of Deep Magenta #E10AD9

Color information

#E10AD9 (or 0xE10AD9) is unknown color: approx Deep Magenta. HEX triplet: E1, 0A and D9. RGB value is (225,10,217). Sum of RGB (Red+Green+Blue) = 225+10+217=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD9 is #1EF526. Grayscale: #616161. Windows color (decimal): -2028839 or 14224097. OLE color: 14224097.

HSL color Cylindrical-coordinate representation of color #E10AD9: hue angle of 302.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22510217-
CMYK00.960.040.12
HSL302.23º91.49%46.08%-
HSV(B)302.23º95.56%88.24%-
XYZ43.6821.2367.44-
YUV97.88195.23218.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 10 (4.30% from 255) = 2.21%
BLUE value IS 217 (85.16% from 255) = 48.01%
R=49.78%
G=2.21%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251021700.960.040.12302.2391.4946.08
HexE1AD90604C12e5b2e
Octal34112331014041445613356
Binary111000011010110110010110000010011001001011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10AD9; }

 p { color: rgb(225,10,217); }

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

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

 a { background-color: rgb(225,10,217); }

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

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

 span { border-color: rgb(225,10,217); }

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