Html Css Color HEX #E501D9 Deep Magenta

📋 copy color: '#E501D9'

red 229 ◦ green 1 ◦ blue 217

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

Shades of Deep Magenta #E501D9

Tints of Deep Magenta #E501D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.55%

R = 51.23%
G = 0.22%
B = 48.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E501D9 (or 0xE501D9) is known color: Deep Magenta. HEX triplet: E5, 01 and D9. RGB value is (229,1,217). Sum of RGB (Red+Green+Blue) = 229+1+217=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E501D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501D9 is #1AFE26. Grayscale: #5D5D5D. Windows color (decimal): -1768999 or 14221797. OLE color: 14221797.

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

Color convert

RGB 229 1 217 -
CMYK 0 1.00 0.05 0.10
HSL 303.16º 0.99% 0.45% -
HSV(B) 303.16º 1% 0.9% -
XYZ 44.85 21.69 67.47 -
YUV 93.8 197.54 224.44 -
System Red Green Blue C M Y K H S L
Decimal 229 1 217 0 1.00 0.05 0.10 303.16 0.99 0.45
Hex E5 1 D9 0 64 5 A 12F 63 2D
Octal 345 1 331 0 144 5 12 457 143 55
Binary 11100101 1 11011001 0 1100100 101 1010 100101111 1100011 101101

Color Harmonies of #E501D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501D9

Black with #E501D9

Text Example


Text Example

White with #E501D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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