#E000E1

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

Shades of Deep Magenta #E000E1

Tints of Deep Magenta #E000E1

Color information

#E000E1 (or 0xE000E1) is unknown color: approx Deep Magenta. HEX triplet: E0, 00 and E1. RGB value is (224,0,225). Sum of RGB (Red+Green+Blue) = 224+0+225=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #E000E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000E1 is #1FFF1E. Grayscale: #5B5B5B. Windows color (decimal): -2096927 or 14745824. OLE color: 14745824.

HSL color Cylindrical-coordinate representation of color #E000E1: hue angle of 299.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000E1 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2240225-
CMYK0.00100.12
HSL299.73º100%44.12%-
HSV(B)299.73º100%88.24%-
XYZ44.3321.2873.01-
YUV92.63202.71221.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=49.89%
G=0%
B=50.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22402250.00100.12299.7310044.12
HexE00E10640C12c642c
Octal3400341014401445414454
Binary1110000001110000101100100011001001011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E000E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E000E1; }

 p { color: rgb(224,0,225); }

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

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

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

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

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

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

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