Html Css Color HEX #E017D9 Deep Magenta

📋 copy color: '#E017D9'

red 224 ◦ green 23 ◦ blue 217

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

Shades of Deep Magenta #E017D9

Tints of Deep Magenta #E017D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 48.28%
G = 4.96%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E017D9 (or 0xE017D9) is known color: Deep Magenta. HEX triplet: E0, 17 and D9. RGB value is (224,23,217). Sum of RGB (Red+Green+Blue) = 224+23+217=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E017D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017D9 is #1FE826. Grayscale: #686868. Windows color (decimal): -2091047 or 14227424. OLE color: 14227424.

HSL color Cylindrical-coordinate representation of color #E017D9: hue angle of 302.09º 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 #E017D9 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 217 -
CMYK 0 0.90 0.03 0.12
HSL 302.09º 0.81% 0.48% -
HSV(B) 302.09º 0.9% 0.88% -
XYZ 43.57 21.47 67.49 -
YUV 105.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 224 23 217 0 0.90 0.03 0.12 302.09 0.81 0.48
Hex E0 17 D9 0 5A 3 C 12E 51 30
Octal 340 27 331 0 132 3 14 456 121 60
Binary 11100000 10111 11011001 0 1011010 11 1100 100101110 1010001 110000

Color Harmonies of #E017D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017D9

Black with #E017D9

Text Example


Text Example

White with #E017D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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