Html Css Color HEX #E014DD Deep Magenta

📋 copy color: '#E014DD'

red 224 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #E014DD

Tints of Deep Magenta #E014DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 48.17%
G = 4.3%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E014DD (or 0xE014DD) is known color: Deep Magenta. HEX triplet: E0, 14 and DD. RGB value is (224,20,221). Sum of RGB (Red+Green+Blue) = 224+20+221=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E014DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014DD is #1FEB22. Grayscale: #676767. Windows color (decimal): -2091811 or 14488800. OLE color: 14488800.

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

Color convert

RGB 224 20 221 -
CMYK 0 0.91 0.01 0.12
HSL 300.88º 0.84% 0.48% -
HSV(B) 300.88º 0.91% 0.88% -
XYZ 44.04 21.57 70.25 -
YUV 103.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 224 20 221 0 0.91 0.01 0.12 300.88 0.84 0.48
Hex E0 14 DD 0 5B 1 C 12D 54 30
Octal 340 24 335 0 133 1 14 455 124 60
Binary 11100000 10100 11011101 0 1011011 1 1100 100101101 1010100 110000

Color Harmonies of #E014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014DD

Black with #E014DD

Text Example


Text Example

White with #E014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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