#E10A7E

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

Shades of Medium Violet Red #E10A7E

Tints of Medium Violet Red #E10A7E

Color information

#E10A7E (or 0xE10A7E) is unknown color: approx Medium Violet Red. HEX triplet: E1, 0A and 7E. RGB value is (225,10,126). Sum of RGB (Red+Green+Blue) = 225+10+126=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A7E is #1EF581. Grayscale: #575757. Windows color (decimal): -2028930 or 8260321. OLE color: 8260321.

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

Color convert

RGB22510126-
CMYK00.960.440.12
HSL327.63º91.49%46.08%-
HSV(B)327.63º95.56%88.24%-
XYZ34.9317.7321.32-
YUV87.51149.73226.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 10 (4.30% from 255) = 2.77%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=62.33%
G=2.77%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251012600.960.440.12327.6391.4946.08
HexE1A7E0602CC1485b2e
Octal341121760140541451013356
Binary11100001101011111100110000010110011001010010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A7E; }

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

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

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

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

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

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

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

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