Html Css Color HEX #E516DA Deep Magenta

📋 copy color: '#E516DA'

red 229 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #E516DA

Tints of Deep Magenta #E516DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.69%

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

R = 48.83%
G = 4.69%
B = 46.48%

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

#E516DA (or 0xE516DA) is known color: Deep Magenta. HEX triplet: E5, 16 and DA. RGB value is (229,22,218). Sum of RGB (Red+Green+Blue) = 229+22+218=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E516DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516DA is #1AE925. Grayscale: #696969. Windows color (decimal): -1763622 or 14292709. OLE color: 14292709.

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

Color convert

RGB 229 22 218 -
CMYK 0 0.90 0.05 0.10
HSL 303.19º 0.82% 0.49% -
HSV(B) 303.19º 0.9% 0.9% -
XYZ 45.25 22.29 68.25 -
YUV 106.24 191.08 215.56 -
System Red Green Blue C M Y K H S L
Decimal 229 22 218 0 0.90 0.05 0.10 303.19 0.82 0.49
Hex E5 16 DA 0 5A 5 A 12F 52 31
Octal 345 26 332 0 132 5 12 457 122 61
Binary 11100101 10110 11011010 0 1011010 101 1010 100101111 1010010 110001

Color Harmonies of #E516DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516DA

Black with #E516DA

Text Example


Text Example

White with #E516DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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