Html Css Color HEX #E01DD1 Deep Magenta

📋 copy color: '#E01DD1'

red 224 ◦ green 29 ◦ blue 209

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

Shades of Deep Magenta #E01DD1

Tints of Deep Magenta #E01DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 48.48%
G = 6.28%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E01DD1 (or 0xE01DD1) is known color: Deep Magenta. HEX triplet: E0, 1D and D1. RGB value is (224,29,209). Sum of RGB (Red+Green+Blue) = 224+29+209=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DD1 is #1FE22E. Grayscale: #6B6B6B. Windows color (decimal): -2089519 or 13704672. OLE color: 13704672.

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

Color convert

RGB 224 29 209 -
CMYK 0 0.87 0.07 0.12
HSL 304.62º 0.77% 0.5% -
HSV(B) 304.62º 0.87% 0.88% -
XYZ 42.69 21.33 62.19 -
YUV 107.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 224 29 209 0 0.87 0.07 0.12 304.62 0.77 0.5
Hex E0 1D D1 0 57 7 C 131 4D 32
Octal 340 35 321 0 127 7 14 461 115 62
Binary 11100000 11101 11010001 0 1010111 111 1100 100110001 1001101 110010

Color Harmonies of #E01DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DD1

Black with #E01DD1

Text Example


Text Example

White with #E01DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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