Html Css Color HEX #E001DB Deep Magenta

📋 copy color: '#E001DB'

red 224 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #E001DB

Tints of Deep Magenta #E001DB

RGB

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

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

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

R = 50.45%
G = 0.23%
B = 49.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E001DB (or 0xE001DB) is known color: Deep Magenta. HEX triplet: E0, 01 and DB. RGB value is (224,1,219). Sum of RGB (Red+Green+Blue) = 224+1+219=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E001DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001DB is #1FFE24. Grayscale: #5B5B5B. Windows color (decimal): -2096677 or 14352864. OLE color: 14352864.

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

Color convert

RGB 224 1 219 -
CMYK 0 1.00 0.02 0.12
HSL 301.35º 0.99% 0.44% -
HSV(B) 301.35º 1% 0.88% -
XYZ 43.54 20.98 68.77 -
YUV 92.53 199.38 221.77 -
System Red Green Blue C M Y K H S L
Decimal 224 1 219 0 1.00 0.02 0.12 301.35 0.99 0.44
Hex E0 1 DB 0 64 2 C 12D 63 2C
Octal 340 1 333 0 144 2 14 455 143 54
Binary 11100000 1 11011011 0 1100100 10 1100 100101101 1100011 101100

Color Harmonies of #E001DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001DB

Black with #E001DB

Text Example


Text Example

White with #E001DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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