Html Css Color HEX #E516DF Deep Magenta

📋 copy color: '#E516DF'

red 229 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #E516DF

Tints of Deep Magenta #E516DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 48.31%
G = 4.64%
B = 47.05%

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

#E516DF (or 0xE516DF) is known color: Deep Magenta. HEX triplet: E5, 16 and DF. RGB value is (229,22,223). Sum of RGB (Red+Green+Blue) = 229+22+223=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E516DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516DF is #1AE920. Grayscale: #6A6A6A. Windows color (decimal): -1763617 or 14620389. OLE color: 14620389.

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

Color convert

RGB 229 22 223 -
CMYK 0 0.90 0.03 0.10
HSL 301.74º 0.82% 0.49% -
HSV(B) 301.74º 0.9% 0.9% -
XYZ 45.92 22.56 71.75 -
YUV 106.81 193.58 215.16 -
System Red Green Blue C M Y K H S L
Decimal 229 22 223 0 0.90 0.03 0.10 301.74 0.82 0.49
Hex E5 16 DF 0 5A 3 A 12E 52 31
Octal 345 26 337 0 132 3 12 456 122 61
Binary 11100101 10110 11011111 0 1011010 11 1010 100101110 1010010 110001

Color Harmonies of #E516DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516DF

Black with #E516DF

Text Example


Text Example

White with #E516DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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