#E70AD2

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

Shades of Hot Magenta #E70AD2

Tints of Hot Magenta #E70AD2

Color information

#E70AD2 (or 0xE70AD2) is unknown color: approx Hot Magenta. HEX triplet: E7, 0A and D2. RGB value is (231,10,210). Sum of RGB (Red+Green+Blue) = 231+10+210=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70AD2 is #18F52D. Grayscale: #626262. Windows color (decimal): -1635630 or 13765351. OLE color: 13765351.

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

Color convert

RGB23110210-
CMYK00.960.090.09
HSL305.7º91.7%47.25%-
HSV(B)305.7º95.67%90.59%-
XYZ44.721.8662.84-
YUV98.88190.72222.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 210 (82.42% from 255) = 46.56%
R=51.22%
G=2.22%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311021000.960.090.09305.791.747.25
HexE7AD2060991325c2f
Octal347123220140111146213457
Binary1110011110101101001001100000100110011001100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70AD2; }

 p { color: rgb(231,10,210); }

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

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

 a { background-color: rgb(231,10,210); }

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

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

 span { border-color: rgb(231,10,210); }

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