Html Css Color HEX #E515D7 Deep Magenta

📋 copy color: '#E515D7'

red 229 ◦ green 21 ◦ blue 215

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

Shades of Deep Magenta #E515D7

Tints of Deep Magenta #E515D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 49.25%
G = 4.52%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E515D7 (or 0xE515D7) is known color: Deep Magenta. HEX triplet: E5, 15 and D7. RGB value is (229,21,215). Sum of RGB (Red+Green+Blue) = 229+21+215=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E515D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515D7 is #1AEA28. Grayscale: #686868. Windows color (decimal): -1763881 or 14095845. OLE color: 14095845.

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

Color convert

RGB 229 21 215 -
CMYK 0 0.91 0.06 0.10
HSL 304.04º 0.83% 0.49% -
HSV(B) 304.04º 0.91% 0.9% -
XYZ 44.85 22.1 66.19 -
YUV 105.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 229 21 215 0 0.91 0.06 0.10 304.04 0.83 0.49
Hex E5 15 D7 0 5B 6 A 130 53 31
Octal 345 25 327 0 133 6 12 460 123 61
Binary 11100101 10101 11010111 0 1011011 110 1010 100110000 1010011 110001

Color Harmonies of #E515D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515D7

Black with #E515D7

Text Example


Text Example

White with #E515D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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