#E100DF

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

Shades of Deep Magenta #E100DF

Tints of Deep Magenta #E100DF

Color information

#E100DF (or 0xE100DF) is unknown color: approx Deep Magenta. HEX triplet: E1, 00 and DF. RGB value is (225,0,223). Sum of RGB (Red+Green+Blue) = 225+0+223=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E100DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100DF is #1EFF20. Grayscale: #5C5C5C. Windows color (decimal): -2031393 or 14614753. OLE color: 14614753.

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

Color convert

RGB2250223-
CMYK010.010.12
HSL300.53º100%44.12%-
HSV(B)300.53º100%88.24%-
XYZ44.3721.3471.59-
YUV92.7201.54222.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=50.22%
G=0%
B=49.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250223010.010.12300.5310044.12
HexE10DF0641C12d642c
Octal3410337014411445514454
Binary1110000101101111101100100111001001011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100DF; }

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

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

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

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

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

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

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

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