Html Css Color HEX #E511DB Deep Magenta

📋 copy color: '#E511DB'

red 229 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #E511DB

Tints of Deep Magenta #E511DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 49.25%
G = 3.66%
B = 47.1%

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

#E511DB (or 0xE511DB) is known color: Deep Magenta. HEX triplet: E5, 11 and DB. RGB value is (229,17,219). Sum of RGB (Red+Green+Blue) = 229+17+219=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DB is #1AEE24. Grayscale: #666666. Windows color (decimal): -1764901 or 14356965. OLE color: 14356965.

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

Color convert

RGB 229 17 219 -
CMYK 0 0.93 0.04 0.10
HSL 302.83º 0.86% 0.48% -
HSV(B) 302.83º 0.93% 0.9% -
XYZ 45.3 22.17 68.91 -
YUV 103.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 229 17 219 0 0.93 0.04 0.10 302.83 0.86 0.48
Hex E5 11 DB 0 5D 4 A 12F 56 30
Octal 345 21 333 0 135 4 12 457 126 60
Binary 11100101 10001 11011011 0 1011101 100 1010 100101111 1010110 110000

Color Harmonies of #E511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511DB

Black with #E511DB

Text Example


Text Example

White with #E511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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