#E102DC

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

Shades of Deep Magenta #E102DC

Tints of Deep Magenta #E102DC

Color information

#E102DC (or 0xE102DC) is unknown color: approx Deep Magenta. HEX triplet: E1, 02 and DC. RGB value is (225,2,220). Sum of RGB (Red+Green+Blue) = 225+2+220=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E102DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102DC is #1EFD23. Grayscale: #5C5C5C. Windows color (decimal): -2030884 or 14418657. OLE color: 14418657.

HSL color Cylindrical-coordinate representation of color #E102DC: hue angle of 301.35º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102DC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB2252220-
CMYK00.990.020.12
HSL301.35º98.24%44.51%-
HSV(B)301.35º99.11%88.24%-
XYZ43.9921.2269.49-
YUV93.53199.38221.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=50.34%
G=0.45%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225222000.990.020.12301.3598.2444.51
HexE12DC0632C12d622d
Octal3412334014321445514255
Binary111000011011011100011000111011001001011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E102DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E102DC; }

 p { color: rgb(225,2,220); }

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

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

 a { background-color: rgb(225,2,220); }

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

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

 span { border-color: rgb(225,2,220); }

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