Shades of Pale Violet Red #E179A0
Tints of Pale Violet Red #E179A0
RGB
CMYK
RGB Variations
Color information
#E179A0 (or 0xE179A0) is known color: Pale Violet Red. HEX triplet: E1, 79 and A0. RGB value is (225,121,160). Sum of RGB (Red+Green+Blue) = 225+121+160=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E179A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179A0 is #1E865F. Grayscale: #9C9C9C. Windows color (decimal): -2000480 or 10516961. OLE color: 10516961.
HSL color Cylindrical-coordinate representation of color #E179A0: hue angle of 337.5º 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 #E179A0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.12 |
| HSL | 337.5º | 0.63% | 0.68% | - |
| HSV(B) | 337.5º | 0.46% | 0.88% | - |
| XYZ | 44.23 | 32.22 | 37.15 | - |
| YUV | 156.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 160 | 0 | 0.46 | 0.29 | 0.12 | 337.5 | 0.63 | 0.68 |
| Hex | E1 | 79 | A0 | 0 | 2E | 1D | C | 152 | 3F | 44 |
| Octal | 341 | 171 | 240 | 0 | 56 | 35 | 14 | 522 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10100000 | 0 | 101110 | 11101 | 1100 | 101010010 | 111111 | 1000100 |
Color Harmonies of #E179A0
Complementary color
Monochromatic Colors of #E179A0
Black with #E179A0
Text Example
Text Example
White with #E179A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179A0; }
p { color: rgb(225,121,160); }
H1.HeaderClassName
{
color: #E179A0;
}
.AnyTagClassName
{
color: #E179A0;
}
</style>
background-color css
<style>
a { background-color: #E179A0; }
a { background-color: rgb(225,121,160); }
div.DivClassName
{
background-color: #E179A0;
}
.BgClassName
{
background-color: #E179A0;
}
</style>
border-color css
<style>
span { border-color: #E179A0; }
span { border-color: rgb(225,121,160); }
td.TdClassName
{
border-color: #E179A0;
}
.TagClassName
{
border-color: #E179A0;
}
</style>