Html Css Color HEX #E019DC Deep Magenta

📋 copy color: '#E019DC'

red 224 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #E019DC

Tints of Deep Magenta #E019DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.33%

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

R = 47.76%
G = 5.33%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E019DC (or 0xE019DC) is known color: Deep Magenta. HEX triplet: E0, 19 and DC. RGB value is (224,25,220). Sum of RGB (Red+Green+Blue) = 224+25+220=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E019DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019DC is #1FE623. Grayscale: #6A6A6A. Windows color (decimal): -2090532 or 14424544. OLE color: 14424544.

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

Color convert

RGB 224 25 220 -
CMYK 0 0.89 0.02 0.12
HSL 301.21º 0.8% 0.49% -
HSV(B) 301.21º 0.89% 0.88% -
XYZ 44.01 21.71 69.58 -
YUV 106.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 224 25 220 0 0.89 0.02 0.12 301.21 0.8 0.49
Hex E0 19 DC 0 59 2 C 12D 50 31
Octal 340 31 334 0 131 2 14 455 120 61
Binary 11100000 11001 11011100 0 1011001 10 1100 100101101 1010000 110001

Color Harmonies of #E019DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019DC

Black with #E019DC

Text Example


Text Example

White with #E019DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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