#E00DD5

Color #E00DD5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E00DD5

Tints of Deep Magenta #E00DD5

Color information

#E00DD5 (or 0xE00DD5) is unknown color: approx Deep Magenta. HEX triplet: E0, 0D and D5. RGB value is (224,13,213). Sum of RGB (Red+Green+Blue) = 224+13+213=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DD5 is #1FF22A. Grayscale: #626262. Windows color (decimal): -2093611 or 13962720. OLE color: 13962720.

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

Color convert

RGB22413213-
CMYK00.940.050.12
HSL303.13º89.03%46.47%-
HSV(B)303.13º94.2%87.84%-
XYZ42.8920.9464.73-
YUV98.89192.4217.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 13 (5.47% from 255) = 2.89%
BLUE value IS 213 (83.59% from 255) = 47.33%
R=49.78%
G=2.89%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241321300.940.050.12303.1389.0346.47
HexE0DD505E5C12f592e
Octal34015325013651445713156
Binary111000001101110101010101111010111001001011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00DD5; }

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

 H1.HeaderClassName
 {
   color: #E00DD5;
 }
 .AnyTagClassName
 {
   color: #E00DD5;
 }
</style>
background-color css

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

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

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

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

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

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