Shades of Pale Violet Red #E179A8
Tints of Pale Violet Red #E179A8
RGB
CMYK
RGB Variations
Color information
#E179A8 (or 0xE179A8) is known color: Pale Violet Red. HEX triplet: E1, 79 and A8. RGB value is (225,121,168). Sum of RGB (Red+Green+Blue) = 225+121+168=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E179A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179A8 is #1E8657. Grayscale: #9D9D9D. Windows color (decimal): -2000472 or 11041249. OLE color: 11041249.
HSL color Cylindrical-coordinate representation of color #E179A8: hue angle of 332.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179A8 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 168 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.12 |
| HSL | 332.88º | 0.63% | 0.68% | - |
| HSV(B) | 332.88º | 0.46% | 0.88% | - |
| XYZ | 44.96 | 32.51 | 40.95 | - |
| YUV | 157.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 168 | 0 | 0.46 | 0.25 | 0.12 | 332.88 | 0.63 | 0.68 |
| Hex | E1 | 79 | A8 | 0 | 2E | 19 | C | 14D | 3F | 44 |
| Octal | 341 | 171 | 250 | 0 | 56 | 31 | 14 | 515 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10101000 | 0 | 101110 | 11001 | 1100 | 101001101 | 111111 | 1000100 |
Color Harmonies of #E179A8
Complementary color
Monochromatic Colors of #E179A8
Black with #E179A8
Text Example
Text Example
White with #E179A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179A8; }
p { color: rgb(225,121,168); }
H1.HeaderClassName
{
color: #E179A8;
}
.AnyTagClassName
{
color: #E179A8;
}
</style>
background-color css
<style>
a { background-color: #E179A8; }
a { background-color: rgb(225,121,168); }
div.DivClassName
{
background-color: #E179A8;
}
.BgClassName
{
background-color: #E179A8;
}
</style>
border-color css
<style>
span { border-color: #E179A8; }
span { border-color: rgb(225,121,168); }
td.TdClassName
{
border-color: #E179A8;
}
.TagClassName
{
border-color: #E179A8;
}
</style>