Html Css Color HEX #E411DB Deep Magenta

📋 copy color: '#E411DB'

red 228 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #E411DB

Tints of Deep Magenta #E411DB

RGB

 RED value IS 228 (89.45% from 255) = 49.14%

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

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

R = 49.14%
G = 3.66%
B = 47.2%

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

#E411DB (or 0xE411DB) is known color: Deep Magenta. HEX triplet: E4, 11 and DB. RGB value is (228,17,219). Sum of RGB (Red+Green+Blue) = 228+17+219=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E411DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E411DB is #1BEE24. Grayscale: #666666. Windows color (decimal): -1830437 or 14356964. OLE color: 14356964.

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

Color convert

RGB 228 17 219 -
CMYK 0 0.93 0.04 0.11
HSL 302.56º 0.86% 0.48% -
HSV(B) 302.56º 0.93% 0.89% -
XYZ 44.98 22.01 68.9 -
YUV 103.12 193.4 217.07 -
System Red Green Blue C M Y K H S L
Decimal 228 17 219 0 0.93 0.04 0.11 302.56 0.86 0.48
Hex E4 11 DB 0 5D 4 B 12F 56 30
Octal 344 21 333 0 135 4 13 457 126 60
Binary 11100100 10001 11011011 0 1011101 100 1011 100101111 1010110 110000

Color Harmonies of #E411DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411DB

Black with #E411DB

Text Example


Text Example

White with #E411DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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