Html Css Color HEX #E001D9 Deep Magenta

📋 copy color: '#E001D9'

red 224 ◦ green 1 ◦ blue 217

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

Shades of Deep Magenta #E001D9

Tints of Deep Magenta #E001D9

RGB

 RED value IS 224 (87.89% from 255) = 50.68%

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

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

R = 50.68%
G = 0.23%
B = 49.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E001D9 (or 0xE001D9) is known color: Deep Magenta. HEX triplet: E0, 01 and D9. RGB value is (224,1,217). Sum of RGB (Red+Green+Blue) = 224+1+217=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E001D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001D9 is #1FFE26. Grayscale: #5B5B5B. Windows color (decimal): -2096679 or 14221792. OLE color: 14221792.

HSL color Cylindrical-coordinate representation of color #E001D9: hue angle of 301.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001D9 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 217 -
CMYK 0 1.00 0.03 0.12
HSL 301.88º 0.99% 0.44% -
HSV(B) 301.88º 1% 0.88% -
XYZ 43.28 20.88 67.39 -
YUV 92.3 198.38 221.94 -
System Red Green Blue C M Y K H S L
Decimal 224 1 217 0 1.00 0.03 0.12 301.88 0.99 0.44
Hex E0 1 D9 0 64 3 C 12E 63 2C
Octal 340 1 331 0 144 3 14 456 143 54
Binary 11100000 1 11011001 0 1100100 11 1100 100101110 1100011 101100

Color Harmonies of #E001D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001D9

Black with #E001D9

Text Example


Text Example

White with #E001D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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