Html Css Color HEX #E017DB Deep Magenta

📋 copy color: '#E017DB'

red 224 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #E017DB

Tints of Deep Magenta #E017DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 48.07%
G = 4.94%
B = 47%

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

#E017DB (or 0xE017DB) is known color: Deep Magenta. HEX triplet: E0, 17 and DB. RGB value is (224,23,219). Sum of RGB (Red+Green+Blue) = 224+23+219=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E017DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017DB is #1FE824. Grayscale: #686868. Windows color (decimal): -2091045 or 14358496. OLE color: 14358496.

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

Color convert

RGB 224 23 219 -
CMYK 0 0.90 0.02 0.12
HSL 301.49º 0.81% 0.48% -
HSV(B) 301.49º 0.9% 0.88% -
XYZ 43.83 21.57 68.87 -
YUV 105.44 192.09 212.56 -
System Red Green Blue C M Y K H S L
Decimal 224 23 219 0 0.90 0.02 0.12 301.49 0.81 0.48
Hex E0 17 DB 0 5A 2 C 12D 51 30
Octal 340 27 333 0 132 2 14 455 121 60
Binary 11100000 10111 11011011 0 1011010 10 1100 100101101 1010001 110000

Color Harmonies of #E017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017DB

Black with #E017DB

Text Example


Text Example

White with #E017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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