Html Css Color HEX #E518DA Deep Magenta

📋 copy color: '#E518DA'

red 229 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #E518DA

Tints of Deep Magenta #E518DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 48.62%
G = 5.1%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E518DA (or 0xE518DA) is known color: Deep Magenta. HEX triplet: E5, 18 and DA. RGB value is (229,24,218). Sum of RGB (Red+Green+Blue) = 229+24+218=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E518DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518DA is #1AE725. Grayscale: #6A6A6A. Windows color (decimal): -1763110 or 14293221. OLE color: 14293221.

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

Color convert

RGB 229 24 218 -
CMYK 0 0.90 0.05 0.10
HSL 303.22º 0.81% 0.5% -
HSV(B) 303.22º 0.9% 0.9% -
XYZ 45.29 22.37 68.26 -
YUV 107.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 229 24 218 0 0.90 0.05 0.10 303.22 0.81 0.5
Hex E5 18 DA 0 5A 5 A 12F 51 32
Octal 345 30 332 0 132 5 12 457 121 62
Binary 11100101 11000 11011010 0 1011010 101 1010 100101111 1010001 110010

Color Harmonies of #E518DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518DA

Black with #E518DA

Text Example


Text Example

White with #E518DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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