Html Css Color HEX #E011D5 Deep Magenta

📋 copy color: '#E011D5'

red 224 ◦ green 17 ◦ blue 213

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

Shades of Deep Magenta #E011D5

Tints of Deep Magenta #E011D5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 49.34%
G = 3.74%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E011D5 (or 0xE011D5) is known color: Deep Magenta. HEX triplet: E0, 11 and D5. RGB value is (224,17,213). Sum of RGB (Red+Green+Blue) = 224+17+213=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E011D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011D5 is #1FEE2A. Grayscale: #646464. Windows color (decimal): -2092587 or 13963744. OLE color: 13963744.

HSL color Cylindrical-coordinate representation of color #E011D5: hue angle of 303.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011D5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 213 -
CMYK 0 0.92 0.05 0.12
HSL 303.19º 0.86% 0.47% -
HSV(B) 303.19º 0.92% 0.88% -
XYZ 42.95 21.05 64.75 -
YUV 101.24 191.08 215.56 -
System Red Green Blue C M Y K H S L
Decimal 224 17 213 0 0.92 0.05 0.12 303.19 0.86 0.47
Hex E0 11 D5 0 5C 5 C 12F 56 2F
Octal 340 21 325 0 134 5 14 457 126 57
Binary 11100000 10001 11010101 0 1011100 101 1100 100101111 1010110 101111

Color Harmonies of #E011D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011D5

Black with #E011D5

Text Example


Text Example

White with #E011D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011D5; }

 p { color: rgb(224,17,213); }

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

background-color css

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

 a { background-color: rgb(224,17,213); }

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

border-color css

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

 span { border-color: rgb(224,17,213); }

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