Html Css Color HEX #E501DB Deep Magenta

📋 copy color: '#E501DB'

red 229 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #E501DB

Tints of Deep Magenta #E501DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 51%
G = 0.22%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E501DB (or 0xE501DB) is known color: Deep Magenta. HEX triplet: E5, 01 and DB. RGB value is (229,1,219). Sum of RGB (Red+Green+Blue) = 229+1+219=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E501DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501DB is #1AFE24. Grayscale: #5D5D5D. Windows color (decimal): -1768997 or 14352869. OLE color: 14352869.

HSL color Cylindrical-coordinate representation of color #E501DB: hue angle of 302.63º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501DB is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 219 -
CMYK 0 1.00 0.04 0.10
HSL 302.63º 0.99% 0.45% -
HSV(B) 302.63º 1% 0.9% -
XYZ 45.11 21.79 68.85 -
YUV 94.02 198.54 224.27 -
System Red Green Blue C M Y K H S L
Decimal 229 1 219 0 1.00 0.04 0.10 302.63 0.99 0.45
Hex E5 1 DB 0 64 4 A 12F 63 2D
Octal 345 1 333 0 144 4 12 457 143 55
Binary 11100101 1 11011011 0 1100100 100 1010 100101111 1100011 101101

Color Harmonies of #E501DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501DB

Black with #E501DB

Text Example


Text Example

White with #E501DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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