Html Css Color HEX #E311DB Deep Magenta

📋 copy color: '#E311DB'

red 227 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #E311DB

Tints of Deep Magenta #E311DB

RGB

 RED value IS 227 (89.06% from 255) = 49.03%

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

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

R = 49.03%
G = 3.67%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E311DB (or 0xE311DB) is known color: Deep Magenta. HEX triplet: E3, 11 and DB. RGB value is (227,17,219). Sum of RGB (Red+Green+Blue) = 227+17+219=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E311DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311DB is #1CEE24. Grayscale: #666666. Windows color (decimal): -1895973 or 14356963. OLE color: 14356963.

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

Color convert

RGB 227 17 219 -
CMYK 0 0.93 0.04 0.11
HSL 302.29º 0.86% 0.48% -
HSV(B) 302.29º 0.93% 0.89% -
XYZ 44.67 21.85 68.88 -
YUV 102.82 193.57 216.57 -
System Red Green Blue C M Y K H S L
Decimal 227 17 219 0 0.93 0.04 0.11 302.29 0.86 0.48
Hex E3 11 DB 0 5D 4 B 12E 56 30
Octal 343 21 333 0 135 4 13 456 126 60
Binary 11100011 10001 11011011 0 1011101 100 1011 100101110 1010110 110000

Color Harmonies of #E311DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311DB

Black with #E311DB

Text Example


Text Example

White with #E311DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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