Html Css Color HEX #E50ADB Deep Magenta

📋 copy color: '#E50ADB'

red 229 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #E50ADB

Tints of Deep Magenta #E50ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

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

R = 50%
G = 2.18%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E50ADB (or 0xE50ADB) is known color: Deep Magenta. HEX triplet: E5, 0A and DB. RGB value is (229,10,219). Sum of RGB (Red+Green+Blue) = 229+10+219=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E50ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50ADB is #1AF524. Grayscale: #626262. Windows color (decimal): -1766693 or 14355173. OLE color: 14355173.

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

Color convert

RGB 229 10 219 -
CMYK 0 0.96 0.04 0.10
HSL 302.74º 0.92% 0.47% -
HSV(B) 302.74º 0.96% 0.9% -
XYZ 45.21 21.99 68.88 -
YUV 99.31 195.55 220.51 -
System Red Green Blue C M Y K H S L
Decimal 229 10 219 0 0.96 0.04 0.10 302.74 0.92 0.47
Hex E5 A DB 0 60 4 A 12F 5C 2F
Octal 345 12 333 0 140 4 12 457 134 57
Binary 11100101 1010 11011011 0 1100000 100 1010 100101111 1011100 101111

Color Harmonies of #E50ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50ADB

Black with #E50ADB

Text Example


Text Example

White with #E50ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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