Html Css Color HEX #E60ADD Deep Magenta

📋 copy color: '#E60ADD'

red 230 ◦ green 10 ◦ blue 221

#E60ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E60ADD

Tints of Deep Magenta #E60ADD

RGB

 RED value IS 230 (90.23% from 255) = 49.89%

 GREEN value IS 10 (4.3% from 255) = 2.17%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 49.89%
G = 2.17%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E60ADD (or 0xE60ADD) is known color: Deep Magenta. HEX triplet: E6, 0A and DD. RGB value is (230,10,221). Sum of RGB (Red+Green+Blue) = 230+10+221=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADD is #19F522. Grayscale: #636363. Windows color (decimal): -1701155 or 14486246. OLE color: 14486246.

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

Color convert

RGB 230 10 221 -
CMYK 0 0.96 0.04 0.10
HSL 302.45º 0.92% 0.47% -
HSV(B) 302.45º 0.96% 0.9% -
XYZ 45.79 22.26 70.29 -
YUV 99.83 196.39 220.84 -
System Red Green Blue C M Y K H S L
Decimal 230 10 221 0 0.96 0.04 0.10 302.45 0.92 0.47
Hex E6 A DD 0 60 4 A 12E 5C 2F
Octal 346 12 335 0 140 4 12 456 134 57
Binary 11100110 1010 11011101 0 1100000 100 1010 100101110 1011100 101111

Color Harmonies of #E60ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ADD

Black with #E60ADD

Text Example


Text Example

White with #E60ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ADD; }

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

 H1.HeaderClassName
 {
   color: #E60ADD;
 }
 .AnyTagClassName
 {
   color: #E60ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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