#E10A8C

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

Shades of Medium Violet Red #E10A8C

Tints of Medium Violet Red #E10A8C

Color information

#E10A8C (or 0xE10A8C) is unknown color: approx Medium Violet Red. HEX triplet: E1, 0A and 8C. RGB value is (225,10,140). Sum of RGB (Red+Green+Blue) = 225+10+140=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8C is #1EF573. Grayscale: #585858. Windows color (decimal): -2028916 or 9177825. OLE color: 9177825.

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

Color convert

RGB22510140-
CMYK00.960.380.12
HSL323.72º91.49%46.08%-
HSV(B)323.72º95.56%88.24%-
XYZ35.8918.1226.42-
YUV89.1156.73224.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=60%
G=2.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251014000.960.380.12323.7291.4946.08
HexE1A8C06026C1445b2e
Octal341122140140461450413356
Binary111000011010100011000110000010011011001010001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A8C; }

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

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

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

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

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

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

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

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