Html Css Color HEX #E518DD Deep Magenta

📋 copy color: '#E518DD'

red 229 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #E518DD

Tints of Deep Magenta #E518DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 48.31%
G = 5.06%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E518DD (or 0xE518DD) is known color: Deep Magenta. HEX triplet: E5, 18 and DD. RGB value is (229,24,221). Sum of RGB (Red+Green+Blue) = 229+24+221=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E518DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518DD is #1AE722. Grayscale: #6B6B6B. Windows color (decimal): -1763107 or 14489829. OLE color: 14489829.

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

Color convert

RGB 229 24 221 -
CMYK 0 0.90 0.03 0.10
HSL 302.34º 0.81% 0.5% -
HSV(B) 302.34º 0.9% 0.9% -
XYZ 45.69 22.53 70.35 -
YUV 107.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 229 24 221 0 0.90 0.03 0.10 302.34 0.81 0.5
Hex E5 18 DD 0 5A 3 A 12E 51 32
Octal 345 30 335 0 132 3 12 456 121 62
Binary 11100101 11000 11011101 0 1011010 11 1010 100101110 1010001 110010

Color Harmonies of #E518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518DD

Black with #E518DD

Text Example


Text Example

White with #E518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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