Shades of Pale Violet Red #E179AA
Tints of Pale Violet Red #E179AA
RGB
CMYK
RGB Variations
Color information
#E179AA (or 0xE179AA) is known color: Pale Violet Red. HEX triplet: E1, 79 and AA. RGB value is (225,121,170). Sum of RGB (Red+Green+Blue) = 225+121+170=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E179AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179AA is #1E8655. Grayscale: #9D9D9D. Windows color (decimal): -2000470 or 11172321. OLE color: 11172321.
HSL color Cylindrical-coordinate representation of color #E179AA: hue angle of 331.73º 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 #E179AA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 170 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.12 |
| HSL | 331.73º | 0.63% | 0.68% | - |
| HSV(B) | 331.73º | 0.46% | 0.88% | - |
| XYZ | 45.14 | 32.58 | 41.94 | - |
| YUV | 157.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 170 | 0 | 0.46 | 0.24 | 0.12 | 331.73 | 0.63 | 0.68 |
| Hex | E1 | 79 | AA | 0 | 2E | 18 | C | 14C | 3F | 44 |
| Octal | 341 | 171 | 252 | 0 | 56 | 30 | 14 | 514 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10101010 | 0 | 101110 | 11000 | 1100 | 101001100 | 111111 | 1000100 |
Color Harmonies of #E179AA
Complementary color
Monochromatic Colors of #E179AA
Black with #E179AA
Text Example
Text Example
White with #E179AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179AA; }
p { color: rgb(225,121,170); }
H1.HeaderClassName
{
color: #E179AA;
}
.AnyTagClassName
{
color: #E179AA;
}
</style>
background-color css
<style>
a { background-color: #E179AA; }
a { background-color: rgb(225,121,170); }
div.DivClassName
{
background-color: #E179AA;
}
.BgClassName
{
background-color: #E179AA;
}
</style>
border-color css
<style>
span { border-color: #E179AA; }
span { border-color: rgb(225,121,170); }
td.TdClassName
{
border-color: #E179AA;
}
.TagClassName
{
border-color: #E179AA;
}
</style>