Html Css Color HEX #E510DB Deep Magenta

📋 copy color: '#E510DB'

red 229 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #E510DB

Tints of Deep Magenta #E510DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.45%

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

R = 49.35%
G = 3.45%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E510DB (or 0xE510DB) is known color: Deep Magenta. HEX triplet: E5, 10 and DB. RGB value is (229,16,219). Sum of RGB (Red+Green+Blue) = 229+16+219=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E510DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510DB is #1AEF24. Grayscale: #666666. Windows color (decimal): -1765157 or 14356709. OLE color: 14356709.

HSL color Cylindrical-coordinate representation of color #E510DB: hue angle of 302.82º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510DB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 219 -
CMYK 0 0.93 0.04 0.10
HSL 302.82º 0.87% 0.48% -
HSV(B) 302.82º 0.93% 0.9% -
XYZ 45.28 22.14 68.91 -
YUV 102.83 193.57 217.99 -
System Red Green Blue C M Y K H S L
Decimal 229 16 219 0 0.93 0.04 0.10 302.82 0.87 0.48
Hex E5 10 DB 0 5D 4 A 12F 57 30
Octal 345 20 333 0 135 4 12 457 127 60
Binary 11100101 10000 11011011 0 1011101 100 1010 100101111 1010111 110000

Color Harmonies of #E510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510DB

Black with #E510DB

Text Example


Text Example

White with #E510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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