Html Css Color HEX #E011D8 Deep Magenta

📋 copy color: '#E011D8'

red 224 ◦ green 17 ◦ blue 216

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

Shades of Deep Magenta #E011D8

Tints of Deep Magenta #E011D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 49.02%
G = 3.72%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E011D8 (or 0xE011D8) is known color: Deep Magenta. HEX triplet: E0, 11 and D8. RGB value is (224,17,216). Sum of RGB (Red+Green+Blue) = 224+17+216=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E011D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011D8 is #1FEE27. Grayscale: #646464. Windows color (decimal): -2092584 or 14160352. OLE color: 14160352.

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

Color convert

RGB 224 17 216 -
CMYK 0 0.92 0.04 0.12
HSL 302.32º 0.86% 0.47% -
HSV(B) 302.32º 0.92% 0.88% -
XYZ 43.34 21.21 66.77 -
YUV 101.58 192.58 215.32 -
System Red Green Blue C M Y K H S L
Decimal 224 17 216 0 0.92 0.04 0.12 302.32 0.86 0.47
Hex E0 11 D8 0 5C 4 C 12E 56 2F
Octal 340 21 330 0 134 4 14 456 126 57
Binary 11100000 10001 11011000 0 1011100 100 1100 100101110 1010110 101111

Color Harmonies of #E011D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011D8

Black with #E011D8

Text Example


Text Example

White with #E011D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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