Html Css Color HEX #E00DD1 Deep Magenta

📋 copy color: '#E00DD1'

red 224 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #E00DD1

Tints of Deep Magenta #E00DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

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

R = 50.22%
G = 2.91%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E00DD1 (or 0xE00DD1) is known color: Deep Magenta. HEX triplet: E0, 0D and D1. RGB value is (224,13,209). Sum of RGB (Red+Green+Blue) = 224+13+209=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DD1 is #1FF22E. Grayscale: #616161. Windows color (decimal): -2093615 or 13700576. OLE color: 13700576.

HSL color Cylindrical-coordinate representation of color #E00DD1: hue angle of 304.27º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 209 -
CMYK 0 0.94 0.07 0.12
HSL 304.27º 0.89% 0.46% -
HSV(B) 304.27º 0.94% 0.88% -
XYZ 42.39 20.74 62.09 -
YUV 98.43 190.4 217.56 -
System Red Green Blue C M Y K H S L
Decimal 224 13 209 0 0.94 0.07 0.12 304.27 0.89 0.46
Hex E0 D D1 0 5E 7 C 130 59 2E
Octal 340 15 321 0 136 7 14 460 131 56
Binary 11100000 1101 11010001 0 1011110 111 1100 100110000 1011001 101110

Color Harmonies of #E00DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DD1

Black with #E00DD1

Text Example


Text Example

White with #E00DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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