Shades of Pale Violet Red #E173A1
Tints of Pale Violet Red #E173A1
RGB
CMYK
RGB Variations
Color information
#E173A1 (or 0xE173A1) is known color: Pale Violet Red. HEX triplet: E1, 73 and A1. RGB value is (225,115,161). Sum of RGB (Red+Green+Blue) = 225+115+161=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E173A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173A1 is #1E8C5E. Grayscale: #999999. Windows color (decimal): -2002015 or 10580961. OLE color: 10580961.
HSL color Cylindrical-coordinate representation of color #E173A1: hue angle of 334.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173A1 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 161 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.12 |
| HSL | 334.91º | 0.65% | 0.67% | - |
| HSV(B) | 334.91º | 0.49% | 0.88% | - |
| XYZ | 43.62 | 30.84 | 37.37 | - |
| YUV | 153.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 161 | 0 | 0.49 | 0.28 | 0.12 | 334.91 | 0.65 | 0.67 |
| Hex | E1 | 73 | A1 | 0 | 31 | 1C | C | 14F | 41 | 43 |
| Octal | 341 | 163 | 241 | 0 | 61 | 34 | 14 | 517 | 101 | 103 |
| Binary | 11100001 | 1110011 | 10100001 | 0 | 110001 | 11100 | 1100 | 101001111 | 1000001 | 1000011 |
Color Harmonies of #E173A1
Complementary color
Monochromatic Colors of #E173A1
Black with #E173A1
Text Example
Text Example
White with #E173A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173A1; }
p { color: rgb(225,115,161); }
H1.HeaderClassName
{
color: #E173A1;
}
.AnyTagClassName
{
color: #E173A1;
}
</style>
background-color css
<style>
a { background-color: #E173A1; }
a { background-color: rgb(225,115,161); }
div.DivClassName
{
background-color: #E173A1;
}
.BgClassName
{
background-color: #E173A1;
}
</style>
border-color css
<style>
span { border-color: #E173A1; }
span { border-color: rgb(225,115,161); }
td.TdClassName
{
border-color: #E173A1;
}
.TagClassName
{
border-color: #E173A1;
}
</style>