#E10A7C

Color #E10A7C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #E10A7C

Tints of Medium Violet Red #E10A7C

Color information

#E10A7C (or 0xE10A7C) is unknown color: approx Medium Violet Red. HEX triplet: E1, 0A and 7C. RGB value is (225,10,124). Sum of RGB (Red+Green+Blue) = 225+10+124=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A7C is #1EF583. Grayscale: #575757. Windows color (decimal): -2028932 or 8129249. OLE color: 8129249.

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

Color convert

RGB22510124-
CMYK00.960.450.12
HSL328.19º91.49%46.08%-
HSV(B)328.19º95.56%88.24%-
XYZ34.817.6820.65-
YUV87.28148.73226.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=62.67%
G=2.79%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251012400.960.450.12328.1991.4946.08
HexE1A7C0602DC1485b2e
Octal341121740140551451013356
Binary11100001101011111000110000010110111001010010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A7C; }

 p { color: rgb(225,10,124); }

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

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

 a { background-color: rgb(225,10,124); }

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

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

 span { border-color: rgb(225,10,124); }

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