#E60ADE

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

Shades of Deep Magenta #E60ADE

Tints of Deep Magenta #E60ADE

Color information

#E60ADE (or 0xE60ADE) is unknown color: approx Deep Magenta. HEX triplet: E6, 0A and DE. RGB value is (230,10,222). Sum of RGB (Red+Green+Blue) = 230+10+222=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADE is #19F521. Grayscale: #636363. Windows color (decimal): -1701154 or 14551782. OLE color: 14551782.

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

Color convert

RGB23010222-
CMYK00.960.030.10
HSL302.18º91.67%47.06%-
HSV(B)302.18º95.65%90.2%-
XYZ45.9322.3170.99-
YUV99.95196.89220.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=49.78%
G=2.16%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301022200.960.030.10302.1891.6747.06
HexE6ADE0603A12e5c2f
Octal34612336014031245613457
Binary11100110101011011110011000001110101001011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60ADE; }

 p { color: rgb(230,10,222); }

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

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

 a { background-color: rgb(230,10,222); }

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

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

 span { border-color: rgb(230,10,222); }

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