#E10CCA

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

Shades of Deep Magenta #E10CCA

Tints of Deep Magenta #E10CCA

Color information

#E10CCA (or 0xE10CCA) is unknown color: approx Deep Magenta. HEX triplet: E1, 0C and CA. RGB value is (225,12,202). Sum of RGB (Red+Green+Blue) = 225+12+202=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCA is #1EF335. Grayscale: #606060. Windows color (decimal): -2028342 or 13241569. OLE color: 13241569.

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

Color convert

RGB22512202-
CMYK00.950.100.12
HSL306.48º89.87%46.47%-
HSV(B)306.48º94.67%88.24%-
XYZ41.8420.5357.64-
YUV97.35187.07219.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 12 (5.08% from 255) = 2.73%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=51.25%
G=2.73%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251220200.950.100.12306.4889.8746.47
HexE1CCA05FAC1325a2e
Octal341143120137121446213256
Binary1110000111001100101001011111101011001001100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CCA; }

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

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

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

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

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

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

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

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