#E70AD1

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

Shades of Hot Magenta #E70AD1

Tints of Hot Magenta #E70AD1

Color information

#E70AD1 (or 0xE70AD1) is unknown color: approx Hot Magenta. HEX triplet: E7, 0A and D1. RGB value is (231,10,209). Sum of RGB (Red+Green+Blue) = 231+10+209=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70AD1 is #18F52E. Grayscale: #626262. Windows color (decimal): -1635631 or 13699815. OLE color: 13699815.

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

Color convert

RGB23110209-
CMYK00.960.100.09
HSL305.97º91.7%47.25%-
HSV(B)305.97º95.67%90.59%-
XYZ44.5721.8162.18-
YUV98.77190.22222.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=51.33%
G=2.22%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311020900.960.100.09305.9791.747.25
HexE7AD1060A91325c2f
Octal347123210140121146213457
Binary1110011110101101000101100000101010011001100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70AD1; }

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

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

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

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

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

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

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

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