#e10ae0

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

Shades of Deep Magenta #E10AE0

Tints of Deep Magenta #E10AE0

Color information

#E10AE0 (or 0xE10AE0) is unknown color: approx Deep Magenta. HEX triplet: E1, 0A and E0. RGB value is (225,10,224). Sum of RGB (Red+Green+Blue) = 225+10+224=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AE0 is #1EF51F. Grayscale: #626262. Windows color (decimal): -2028832 or 14682849. OLE color: 14682849.

HSL color Cylindrical-coordinate representation of color #E10AE0: hue angle of 300.28º 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 #E10AE0 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22510224-
CMYK00.960.000.12
HSL300.28º91.49%46.08%-
HSV(B)300.28º95.56%88.24%-
XYZ44.6121.6172.34-
YUV98.68198.73218.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 10 (4.30% from 255) = 2.18%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=49.02%
G=2.18%
B=48.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251022400.960.000.12300.2891.4946.08
HexE1AE00600C12c5b2e
Octal34112340014001445413356
Binary1110000110101110000001100000011001001011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e10ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e10ae0; }

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

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

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

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

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

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

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

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