Html Css Color HEX #E010DC Deep Magenta

📋 copy color: '#E010DC'

red 224 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #E010DC

Tints of Deep Magenta #E010DC

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

 GREEN value IS 16 (6.64% from 255) = 3.48%

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

R = 48.7%
G = 3.48%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E010DC (or 0xE010DC) is known color: Deep Magenta. HEX triplet: E0, 10 and DC. RGB value is (224,16,220). Sum of RGB (Red+Green+Blue) = 224+16+220=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E010DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010DC is #1FEF23. Grayscale: #646464. Windows color (decimal): -2092836 or 14422240. OLE color: 14422240.

HSL color Cylindrical-coordinate representation of color #E010DC: hue angle of 301.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010DC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 220 -
CMYK 0 0.93 0.02 0.12
HSL 301.15º 0.87% 0.47% -
HSV(B) 301.15º 0.93% 0.88% -
XYZ 43.84 21.39 69.53 -
YUV 101.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 224 16 220 0 0.93 0.02 0.12 301.15 0.87 0.47
Hex E0 10 DC 0 5D 2 C 12D 57 2F
Octal 340 20 334 0 135 2 14 455 127 57
Binary 11100000 10000 11011100 0 1011101 10 1100 100101101 1010111 101111

Color Harmonies of #E010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010DC

Black with #E010DC

Text Example


Text Example

White with #E010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010DC; }

 p { color: rgb(224,16,220); }

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

background-color css

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

 a { background-color: rgb(224,16,220); }

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

border-color css

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

 span { border-color: rgb(224,16,220); }

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