Html Css Color HEX #E512DB Deep Magenta

📋 copy color: '#E512DB'

red 229 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #E512DB

Tints of Deep Magenta #E512DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.86%

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

R = 49.14%
G = 3.86%
B = 47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E512DB (or 0xE512DB) is known color: Deep Magenta. HEX triplet: E5, 12 and DB. RGB value is (229,18,219). Sum of RGB (Red+Green+Blue) = 229+18+219=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E512DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512DB is #1AED24. Grayscale: #676767. Windows color (decimal): -1764645 or 14357221. OLE color: 14357221.

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

Color convert

RGB 229 18 219 -
CMYK 0 0.92 0.04 0.10
HSL 302.84º 0.85% 0.48% -
HSV(B) 302.84º 0.92% 0.9% -
XYZ 45.32 22.21 68.92 -
YUV 104 192.9 217.16 -
System Red Green Blue C M Y K H S L
Decimal 229 18 219 0 0.92 0.04 0.10 302.84 0.85 0.48
Hex E5 12 DB 0 5C 4 A 12F 55 30
Octal 345 22 333 0 134 4 12 457 125 60
Binary 11100101 10010 11011011 0 1011100 100 1010 100101111 1010101 110000

Color Harmonies of #E512DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512DB

Black with #E512DB

Text Example


Text Example

White with #E512DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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