Html Css Color HEX #E515DB Deep Magenta

📋 copy color: '#E515DB'

red 229 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #E515DB

Tints of Deep Magenta #E515DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 48.83%
G = 4.48%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E515DB (or 0xE515DB) is known color: Deep Magenta. HEX triplet: E5, 15 and DB. RGB value is (229,21,219). Sum of RGB (Red+Green+Blue) = 229+21+219=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E515DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515DB is #1AEA24. Grayscale: #696969. Windows color (decimal): -1763877 or 14357989. OLE color: 14357989.

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

Color convert

RGB 229 21 219 -
CMYK 0 0.91 0.04 0.10
HSL 302.88º 0.83% 0.49% -
HSV(B) 302.88º 0.91% 0.9% -
XYZ 45.37 22.31 68.93 -
YUV 105.76 191.91 215.9 -
System Red Green Blue C M Y K H S L
Decimal 229 21 219 0 0.91 0.04 0.10 302.88 0.83 0.49
Hex E5 15 DB 0 5B 4 A 12F 53 31
Octal 345 25 333 0 133 4 12 457 123 61
Binary 11100101 10101 11011011 0 1011011 100 1010 100101111 1010011 110001

Color Harmonies of #E515DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515DB

Black with #E515DB

Text Example


Text Example

White with #E515DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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