Html Css Color HEX #E001DF Deep Magenta

📋 copy color: '#E001DF'

red 224 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #E001DF

Tints of Deep Magenta #E001DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 50%
G = 0.22%
B = 49.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E001DF (or 0xE001DF) is known color: Deep Magenta. HEX triplet: E0, 01 and DF. RGB value is (224,1,223). Sum of RGB (Red+Green+Blue) = 224+1+223=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E001DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001DF is #1FFE20. Grayscale: #5C5C5C. Windows color (decimal): -2096673 or 14615008. OLE color: 14615008.

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

Color convert

RGB 224 1 223 -
CMYK 0 1.00 0.00 0.12
HSL 300.27º 0.99% 0.44% -
HSV(B) 300.27º 1% 0.88% -
XYZ 44.07 21.2 71.58 -
YUV 92.99 201.38 221.45 -
System Red Green Blue C M Y K H S L
Decimal 224 1 223 0 1.00 0.00 0.12 300.27 0.99 0.44
Hex E0 1 DF 0 64 0 C 12C 63 2C
Octal 340 1 337 0 144 0 14 454 143 54
Binary 11100000 1 11011111 0 1100100 0 1100 100101100 1100011 101100

Color Harmonies of #E001DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001DF

Black with #E001DF

Text Example


Text Example

White with #E001DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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