Html Css Color HEX #E515DE Deep Magenta

📋 copy color: '#E515DE'

red 229 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #E515DE

Tints of Deep Magenta #E515DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 48.52%
G = 4.45%
B = 47.03%

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

#E515DE (or 0xE515DE) is known color: Deep Magenta. HEX triplet: E5, 15 and DE. RGB value is (229,21,222). Sum of RGB (Red+Green+Blue) = 229+21+222=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E515DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515DE is #1AEA21. Grayscale: #696969. Windows color (decimal): -1763874 or 14554597. OLE color: 14554597.

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

Color convert

RGB 229 21 222 -
CMYK 0 0.91 0.03 0.10
HSL 302.02º 0.83% 0.49% -
HSV(B) 302.02º 0.91% 0.9% -
XYZ 45.77 22.47 71.03 -
YUV 106.11 193.41 215.66 -
System Red Green Blue C M Y K H S L
Decimal 229 21 222 0 0.91 0.03 0.10 302.02 0.83 0.49
Hex E5 15 DE 0 5B 3 A 12E 53 31
Octal 345 25 336 0 133 3 12 456 123 61
Binary 11100101 10101 11011110 0 1011011 11 1010 100101110 1010011 110001

Color Harmonies of #E515DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515DE

Black with #E515DE

Text Example


Text Example

White with #E515DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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