Html Css Color HEX #E518DB Deep Magenta

📋 copy color: '#E518DB'

red 229 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #E518DB

Tints of Deep Magenta #E518DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.08%

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

R = 48.52%
G = 5.08%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E518DB (or 0xE518DB) is known color: Deep Magenta. HEX triplet: E5, 18 and DB. RGB value is (229,24,219). Sum of RGB (Red+Green+Blue) = 229+24+219=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E518DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518DB is #1AE724. Grayscale: #6A6A6A. Windows color (decimal): -1763109 or 14358757. OLE color: 14358757.

HSL color Cylindrical-coordinate representation of color #E518DB: hue angle of 302.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518DB is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 24 219 -
CMYK 0 0.90 0.04 0.10
HSL 302.93º 0.81% 0.5% -
HSV(B) 302.93º 0.9% 0.9% -
XYZ 45.43 22.43 68.95 -
YUV 107.53 190.92 214.64 -
System Red Green Blue C M Y K H S L
Decimal 229 24 219 0 0.90 0.04 0.10 302.93 0.81 0.5
Hex E5 18 DB 0 5A 4 A 12F 51 32
Octal 345 30 333 0 132 4 12 457 121 62
Binary 11100101 11000 11011011 0 1011010 100 1010 100101111 1010001 110010

Color Harmonies of #E518DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518DB

Black with #E518DB

Text Example


Text Example

White with #E518DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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