#E10CC9

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

Shades of Deep Magenta #E10CC9

Tints of Deep Magenta #E10CC9

Color information

#E10CC9 (or 0xE10CC9) is unknown color: approx Deep Magenta. HEX triplet: E1, 0C and C9. RGB value is (225,12,201). Sum of RGB (Red+Green+Blue) = 225+12+201=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CC9 is #1EF336. Grayscale: #606060. Windows color (decimal): -2028343 or 13176033. OLE color: 13176033.

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

Color convert

RGB22512201-
CMYK00.950.110.12
HSL306.76º89.87%46.47%-
HSV(B)306.76º94.67%88.24%-
XYZ41.7320.4957.01-
YUV97.23186.57219.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 12 (5.08% from 255) = 2.74%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=51.37%
G=2.74%
B=45.89%

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
Decimal2251220100.950.110.12306.7689.8746.47
HexE1CC905FBC1335a2e
Octal341143110137131446313256
Binary1110000111001100100101011111101111001001100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CC9; }

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

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

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

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

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

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

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

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