#E10CC8

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

Shades of Deep Magenta #E10CC8

Tints of Deep Magenta #E10CC8

Color information

#E10CC8 (or 0xE10CC8) is unknown color: approx Deep Magenta. HEX triplet: E1, 0C and C8. RGB value is (225,12,200). Sum of RGB (Red+Green+Blue) = 225+12+200=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CC8 is #1EF337. Grayscale: #606060. Windows color (decimal): -2028344 or 13110497. OLE color: 13110497.

HSL color Cylindrical-coordinate representation of color #E10CC8: hue angle of 307.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CC8 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB22512200-
CMYK00.950.110.12
HSL307.04º89.87%46.47%-
HSV(B)307.04º94.67%88.24%-
XYZ41.6120.4456.4-
YUV97.12186.07219.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 12 (5.08% from 255) = 2.75%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=51.49%
G=2.75%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251220000.950.110.12307.0489.8746.47
HexE1CC805FBC1335a2e
Octal341143100137131446313256
Binary1110000111001100100001011111101111001001100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CC8; }

 p { color: rgb(225,12,200); }

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

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

 a { background-color: rgb(225,12,200); }

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

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

 span { border-color: rgb(225,12,200); }

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