Html Css Color HEX #E511DD Deep Magenta

📋 copy color: '#E511DD'

red 229 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #E511DD

Tints of Deep Magenta #E511DD

RGB

 RED value IS 229 (89.84% from 255) = 49.04%

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

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

R = 49.04%
G = 3.64%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E511DD (or 0xE511DD) is known color: Deep Magenta. HEX triplet: E5, 11 and DD. RGB value is (229,17,221). Sum of RGB (Red+Green+Blue) = 229+17+221=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DD is #1AEE22. Grayscale: #676767. Windows color (decimal): -1764899 or 14488037. OLE color: 14488037.

HSL color Cylindrical-coordinate representation of color #E511DD: hue angle of 302.26º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511DD is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 221 -
CMYK 0 0.93 0.03 0.10
HSL 302.26º 0.86% 0.48% -
HSV(B) 302.26º 0.93% 0.9% -
XYZ 45.56 22.28 70.31 -
YUV 103.64 194.24 217.41 -
System Red Green Blue C M Y K H S L
Decimal 229 17 221 0 0.93 0.03 0.10 302.26 0.86 0.48
Hex E5 11 DD 0 5D 3 A 12E 56 30
Octal 345 21 335 0 135 3 12 456 126 60
Binary 11100101 10001 11011101 0 1011101 11 1010 100101110 1010110 110000

Color Harmonies of #E511DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511DD

Black with #E511DD

Text Example


Text Example

White with #E511DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511DD; }

 p { color: rgb(229,17,221); }

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

background-color css

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

 a { background-color: rgb(229,17,221); }

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

border-color css

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

 span { border-color: rgb(229,17,221); }

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