#E00FE0

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

Shades of Deep Magenta #E00FE0

Tints of Deep Magenta #E00FE0

Color information

#E00FE0 (or 0xE00FE0) is unknown color: approx Deep Magenta. HEX triplet: E0, 0F and E0. RGB value is (224,15,224). Sum of RGB (Red+Green+Blue) = 224+15+224=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E00FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FE0 is #1FF01F. Grayscale: #646464. Windows color (decimal): -2093088 or 14684128. OLE color: 14684128.

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

Color convert

RGB22415224-
CMYK00.9300.12
HSL300º87.45%46.86%-
HSV(B)300º93.3%87.84%-
XYZ44.3721.5772.35-
YUV101.32197.24215.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 15 (6.25% from 255) = 3.24%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=48.38%
G=3.24%
B=48.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241522400.9300.1230087.4546.86
HexE0FE005D0C12c572f
Octal34017340013501445412757
Binary1110000011111110000001011101011001001011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00FE0; }

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

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

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

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

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

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

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

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