Html Css Color HEX #E501D3 Deep Magenta

📋 copy color: '#E501D3'

red 229 ◦ green 1 ◦ blue 211

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

Shades of Deep Magenta #E501D3

Tints of Deep Magenta #E501D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.85%

R = 51.93%
G = 0.23%
B = 47.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E501D3 (or 0xE501D3) is known color: Deep Magenta. HEX triplet: E5, 01 and D3. RGB value is (229,1,211). Sum of RGB (Red+Green+Blue) = 229+1+211=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E501D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501D3 is #1AFE2C. Grayscale: #5C5C5C. Windows color (decimal): -1769005 or 13828581. OLE color: 13828581.

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

Color convert

RGB 229 1 211 -
CMYK 0 1.00 0.08 0.10
HSL 304.74º 0.99% 0.45% -
HSV(B) 304.74º 1% 0.9% -
XYZ 44.08 21.38 63.43 -
YUV 93.11 194.54 224.92 -
System Red Green Blue C M Y K H S L
Decimal 229 1 211 0 1.00 0.08 0.10 304.74 0.99 0.45
Hex E5 1 D3 0 64 8 A 131 63 2D
Octal 345 1 323 0 144 10 12 461 143 55
Binary 11100101 1 11010011 0 1100100 1000 1010 100110001 1100011 101101

Color Harmonies of #E501D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501D3

Black with #E501D3

Text Example


Text Example

White with #E501D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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