#E1107C

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

Shades of Medium Violet Red #E1107C

Tints of Medium Violet Red #E1107C

Color information

#E1107C (or 0xE1107C) is unknown color: approx Medium Violet Red. HEX triplet: E1, 10 and 7C. RGB value is (225,16,124). Sum of RGB (Red+Green+Blue) = 225+16+124=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1107C is #1EEF83. Grayscale: #5A5A5A. Windows color (decimal): -2027396 or 8130785. OLE color: 8130785.

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

Color convert

RGB22516124-
CMYK00.930.450.12
HSL329º86.72%47.25%-
HSV(B)329º92.89%88.24%-
XYZ34.8717.8320.67-
YUV90.8146.74223.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 16 (6.64% from 255) = 4.38%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=61.64%
G=4.38%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251612400.930.450.1232986.7247.25
HexE1107C05D2DC149572f
Octal341201740135551451112757
Binary111000011000011111000101110110110111001010010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1107C; }

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

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

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

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

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

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

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

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