Html Css Color HEX #E516DC Deep Magenta

📋 copy color: '#E516DC'

red 229 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #E516DC

Tints of Deep Magenta #E516DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 48.62%
G = 4.67%
B = 46.71%

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

#E516DC (or 0xE516DC) is known color: Deep Magenta. HEX triplet: E5, 16 and DC. RGB value is (229,22,220). Sum of RGB (Red+Green+Blue) = 229+22+220=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E516DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516DC is #1AE923. Grayscale: #696969. Windows color (decimal): -1763620 or 14423781. OLE color: 14423781.

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

Color convert

RGB 229 22 220 -
CMYK 0 0.90 0.04 0.10
HSL 302.61º 0.82% 0.49% -
HSV(B) 302.61º 0.9% 0.9% -
XYZ 45.52 22.4 69.63 -
YUV 106.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 229 22 220 0 0.90 0.04 0.10 302.61 0.82 0.49
Hex E5 16 DC 0 5A 4 A 12F 52 31
Octal 345 26 334 0 132 4 12 457 122 61
Binary 11100101 10110 11011100 0 1011010 100 1010 100101111 1010010 110001

Color Harmonies of #E516DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516DC

Black with #E516DC

Text Example


Text Example

White with #E516DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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