#E00FDE

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

Shades of Deep Magenta #E00FDE

Tints of Deep Magenta #E00FDE

Color information

#E00FDE (or 0xE00FDE) is unknown color: approx Deep Magenta. HEX triplet: E0, 0F and DE. RGB value is (224,15,222). Sum of RGB (Red+Green+Blue) = 224+15+222=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FDE is #1FF021. Grayscale: #646464. Windows color (decimal): -2093090 or 14553056. OLE color: 14553056.

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

Color convert

RGB22415222-
CMYK00.930.010.12
HSL300.57º87.45%46.86%-
HSV(B)300.57º93.3%87.84%-
XYZ44.121.4670.93-
YUV101.09196.24215.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 15 (6.25% from 255) = 3.25%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=48.59%
G=3.25%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241522200.930.010.12300.5787.4546.86
HexE0FDE05D1C12d572f
Octal34017336013511445512757
Binary1110000011111101111001011101111001001011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00FDE; }

 p { color: rgb(224,15,222); }

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

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

 a { background-color: rgb(224,15,222); }

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

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

 span { border-color: rgb(224,15,222); }

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