Html Css Color HEX #E60ADC Deep Magenta

📋 copy color: '#E60ADC'

red 230 ◦ green 10 ◦ blue 220

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

Shades of Deep Magenta #E60ADC

Tints of Deep Magenta #E60ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 50%
G = 2.17%
B = 47.83%

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

#E60ADC (or 0xE60ADC) is known color: Deep Magenta. HEX triplet: E6, 0A and DC. RGB value is (230,10,220). Sum of RGB (Red+Green+Blue) = 230+10+220=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADC is #19F523. Grayscale: #636363. Windows color (decimal): -1701156 or 14420710. OLE color: 14420710.

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

Color convert

RGB 230 10 220 -
CMYK 0 0.96 0.04 0.10
HSL 302.73º 0.92% 0.47% -
HSV(B) 302.73º 0.96% 0.9% -
XYZ 45.66 22.21 69.59 -
YUV 99.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 230 10 220 0 0.96 0.04 0.10 302.73 0.92 0.47
Hex E6 A DC 0 60 4 A 12F 5C 2F
Octal 346 12 334 0 140 4 12 457 134 57
Binary 11100110 1010 11011100 0 1100000 100 1010 100101111 1011100 101111

Color Harmonies of #E60ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ADC

Black with #E60ADC

Text Example


Text Example

White with #E60ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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