Html Css Color HEX #E01DDB Deep Magenta

📋 copy color: '#E01DDB'

red 224 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #E01DDB

Tints of Deep Magenta #E01DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.14%

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

R = 47.46%
G = 6.14%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E01DDB (or 0xE01DDB) is known color: Deep Magenta. HEX triplet: E0, 1D and DB. RGB value is (224,29,219). Sum of RGB (Red+Green+Blue) = 224+29+219=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DDB is #1FE224. Grayscale: #6C6C6C. Windows color (decimal): -2089509 or 14360032. OLE color: 14360032.

HSL color Cylindrical-coordinate representation of color #E01DDB: hue angle of 301.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DDB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 219 -
CMYK 0 0.87 0.02 0.12
HSL 301.54º 0.77% 0.5% -
HSV(B) 301.54º 0.87% 0.88% -
XYZ 43.97 21.84 68.92 -
YUV 108.97 190.1 210.05 -
System Red Green Blue C M Y K H S L
Decimal 224 29 219 0 0.87 0.02 0.12 301.54 0.77 0.5
Hex E0 1D DB 0 57 2 C 12E 4D 32
Octal 340 35 333 0 127 2 14 456 115 62
Binary 11100000 11101 11011011 0 1010111 10 1100 100101110 1001101 110010

Color Harmonies of #E01DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DDB

Black with #E01DDB

Text Example


Text Example

White with #E01DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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