#E10A8D

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

Shades of Medium Violet Red #E10A8D

Tints of Medium Violet Red #E10A8D

Color information

#E10A8D (or 0xE10A8D) is unknown color: approx Medium Violet Red. HEX triplet: E1, 0A and 8D. RGB value is (225,10,141). Sum of RGB (Red+Green+Blue) = 225+10+141=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8D is #1EF572. Grayscale: #585858. Windows color (decimal): -2028915 or 9243361. OLE color: 9243361.

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

Color convert

RGB22510141-
CMYK00.960.370.12
HSL323.44º91.49%46.08%-
HSV(B)323.44º95.56%88.24%-
XYZ35.9718.1526.81-
YUV89.22157.23224.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.84%
GREEN value IS 10 (4.30% from 255) = 2.66%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=59.84%
G=2.66%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251014100.960.370.12323.4491.4946.08
HexE1A8D06025C1435b2e
Octal341122150140451450313356
Binary111000011010100011010110000010010111001010000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A8D; }

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

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

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

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

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

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

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

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