Html Css Color HEX #E019D9 Deep Magenta

📋 copy color: '#E019D9'

red 224 ◦ green 25 ◦ blue 217

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

Shades of Deep Magenta #E019D9

Tints of Deep Magenta #E019D9

RGB

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

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

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

R = 48.07%
G = 5.36%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E019D9 (or 0xE019D9) is known color: Deep Magenta. HEX triplet: E0, 19 and D9. RGB value is (224,25,217). Sum of RGB (Red+Green+Blue) = 224+25+217=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E019D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019D9 is #1FE626. Grayscale: #696969. Windows color (decimal): -2090535 or 14227936. OLE color: 14227936.

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

Color convert

RGB 224 25 217 -
CMYK 0 0.89 0.03 0.12
HSL 302.11º 0.8% 0.49% -
HSV(B) 302.11º 0.89% 0.88% -
XYZ 43.61 21.55 67.51 -
YUV 106.39 190.43 211.89 -
System Red Green Blue C M Y K H S L
Decimal 224 25 217 0 0.89 0.03 0.12 302.11 0.8 0.49
Hex E0 19 D9 0 59 3 C 12E 50 31
Octal 340 31 331 0 131 3 14 456 120 61
Binary 11100000 11001 11011001 0 1011001 11 1100 100101110 1010000 110001

Color Harmonies of #E019D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019D9

Black with #E019D9

Text Example


Text Example

White with #E019D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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