#e1117d

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

Shades of Medium Violet Red #E1117D

Tints of Medium Violet Red #E1117D

Color information

#E1117D (or 0xE1117D) is unknown color: approx Medium Violet Red. HEX triplet: E1, 11 and 7D. RGB value is (225,17,125). Sum of RGB (Red+Green+Blue) = 225+17+125=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1117D is #1EEE82. Grayscale: #5B5B5B. Windows color (decimal): -2027139 or 8196577. OLE color: 8196577.

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

Color convert

RGB22517125-
CMYK00.920.440.12
HSL328.85º85.95%47.45%-
HSV(B)328.85º92.44%88.24%-
XYZ34.9517.8921.01-
YUV91.5146.91223.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.31%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=61.31%
G=4.63%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251712500.920.440.12328.8585.9547.45
HexE1117D05C2CC149562f
Octal341211750134541451112657
Binary111000011000111111010101110010110011001010010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1117d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1117d; }

 p { color: rgb(225,17,125); }

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

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

 a { background-color: rgb(225,17,125); }

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

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

 span { border-color: rgb(225,17,125); }

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