Html Css Color HEX #E017DC Deep Magenta

📋 copy color: '#E017DC'

red 224 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #E017DC

Tints of Deep Magenta #E017DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.93%

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

R = 47.97%
G = 4.93%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E017DC (or 0xE017DC) is known color: Deep Magenta. HEX triplet: E0, 17 and DC. RGB value is (224,23,220). Sum of RGB (Red+Green+Blue) = 224+23+220=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E017DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017DC is #1FE823. Grayscale: #686868. Windows color (decimal): -2091044 or 14424032. OLE color: 14424032.

HSL color Cylindrical-coordinate representation of color #E017DC: hue angle of 301.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017DC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 220 -
CMYK 0 0.90 0.02 0.12
HSL 301.19º 0.81% 0.48% -
HSV(B) 301.19º 0.9% 0.88% -
XYZ 43.97 21.63 69.57 -
YUV 105.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 224 23 220 0 0.90 0.02 0.12 301.19 0.81 0.48
Hex E0 17 DC 0 5A 2 C 12D 51 30
Octal 340 27 334 0 132 2 14 455 121 60
Binary 11100000 10111 11011100 0 1011010 10 1100 100101101 1010001 110000

Color Harmonies of #E017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017DC

Black with #E017DC

Text Example


Text Example

White with #E017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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