Html Css Color HEX #E515DF Deep Magenta

📋 copy color: '#E515DF'

red 229 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #E515DF

Tints of Deep Magenta #E515DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.44%

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

R = 48.41%
G = 4.44%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E515DF (or 0xE515DF) is known color: Deep Magenta. HEX triplet: E5, 15 and DF. RGB value is (229,21,223). Sum of RGB (Red+Green+Blue) = 229+21+223=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E515DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515DF is #1AEA20. Grayscale: #696969. Windows color (decimal): -1763873 or 14620133. OLE color: 14620133.

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

Color convert

RGB 229 21 223 -
CMYK 0 0.91 0.03 0.10
HSL 301.73º 0.83% 0.49% -
HSV(B) 301.73º 0.91% 0.9% -
XYZ 45.9 22.52 71.74 -
YUV 106.22 193.91 215.57 -
System Red Green Blue C M Y K H S L
Decimal 229 21 223 0 0.91 0.03 0.10 301.73 0.83 0.49
Hex E5 15 DF 0 5B 3 A 12E 53 31
Octal 345 25 337 0 133 3 12 456 123 61
Binary 11100101 10101 11011111 0 1011011 11 1010 100101110 1010011 110001

Color Harmonies of #E515DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515DF

Black with #E515DF

Text Example


Text Example

White with #E515DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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