#E100DE

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

Shades of Deep Magenta #E100DE

Tints of Deep Magenta #E100DE

Color information

#E100DE (or 0xE100DE) is unknown color: approx Deep Magenta. HEX triplet: E1, 00 and DE. RGB value is (225,0,222). Sum of RGB (Red+Green+Blue) = 225+0+222=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E100DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100DE is #1EFF21. Grayscale: #5B5B5B. Windows color (decimal): -2031394 or 14549217. OLE color: 14549217.

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

Color convert

RGB2250222-
CMYK010.010.12
HSL300.8º100%44.12%-
HSV(B)300.8º100%88.24%-
XYZ44.2421.2870.88-
YUV92.58201.04222.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=50.34%
G=0%
B=49.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250222010.010.12300.810044.12
HexE10DE0641C12d642c
Octal3410336014411445514454
Binary1110000101101111001100100111001001011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100DE; }

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

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

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

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

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

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

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

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