Html Css Color HEX #E014D9 Deep Magenta

📋 copy color: '#E014D9'

red 224 ◦ green 20 ◦ blue 217

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

Shades of Deep Magenta #E014D9

Tints of Deep Magenta #E014D9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.34%

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

R = 48.59%
G = 4.34%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E014D9 (or 0xE014D9) is known color: Deep Magenta. HEX triplet: E0, 14 and D9. RGB value is (224,20,217). Sum of RGB (Red+Green+Blue) = 224+20+217=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E014D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014D9 is #1FEB26. Grayscale: #666666. Windows color (decimal): -2091815 or 14226656. OLE color: 14226656.

HSL color Cylindrical-coordinate representation of color #E014D9: hue angle of 302.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014D9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 217 -
CMYK 0 0.91 0.03 0.12
HSL 302.06º 0.84% 0.48% -
HSV(B) 302.06º 0.91% 0.88% -
XYZ 43.52 21.36 67.47 -
YUV 103.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 224 20 217 0 0.91 0.03 0.12 302.06 0.84 0.48
Hex E0 14 D9 0 5B 3 C 12E 54 30
Octal 340 24 331 0 133 3 14 456 124 60
Binary 11100000 10100 11011001 0 1011011 11 1100 100101110 1010100 110000

Color Harmonies of #E014D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014D9

Black with #E014D9

Text Example


Text Example

White with #E014D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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