Html Css Color HEX #E511DC Deep Magenta

📋 copy color: '#E511DC'

red 229 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #E511DC

Tints of Deep Magenta #E511DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 49.14%
G = 3.65%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E511DC (or 0xE511DC) is known color: Deep Magenta. HEX triplet: E5, 11 and DC. RGB value is (229,17,220). Sum of RGB (Red+Green+Blue) = 229+17+220=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DC is #1AEE23. Grayscale: #666666. Windows color (decimal): -1764900 or 14422501. OLE color: 14422501.

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

Color convert

RGB 229 17 220 -
CMYK 0 0.93 0.04 0.10
HSL 302.55º 0.86% 0.48% -
HSV(B) 302.55º 0.93% 0.9% -
XYZ 45.43 22.23 69.61 -
YUV 103.53 193.74 217.49 -
System Red Green Blue C M Y K H S L
Decimal 229 17 220 0 0.93 0.04 0.10 302.55 0.86 0.48
Hex E5 11 DC 0 5D 4 A 12F 56 30
Octal 345 21 334 0 135 4 12 457 126 60
Binary 11100101 10001 11011100 0 1011101 100 1010 100101111 1010110 110000

Color Harmonies of #E511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511DC

Black with #E511DC

Text Example


Text Example

White with #E511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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