Shades of Pale Violet Red #E177A9
Tints of Pale Violet Red #E177A9
RGB
CMYK
RGB Variations
Color information
#E177A9 (or 0xE177A9) is known color: Pale Violet Red. HEX triplet: E1, 77 and A9. RGB value is (225,119,169). Sum of RGB (Red+Green+Blue) = 225+119+169=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E177A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177A9 is #1E8856. Grayscale: #9C9C9C. Windows color (decimal): -2000983 or 11106273. OLE color: 11106273.
HSL color Cylindrical-coordinate representation of color #E177A9: hue angle of 331.7º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177A9 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 169 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.12 |
| HSL | 331.7º | 0.64% | 0.67% | - |
| HSV(B) | 331.7º | 0.47% | 0.88% | - |
| XYZ | 44.81 | 32.07 | 41.36 | - |
| YUV | 156.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 169 | 0 | 0.47 | 0.25 | 0.12 | 331.7 | 0.64 | 0.67 |
| Hex | E1 | 77 | A9 | 0 | 2F | 19 | C | 14C | 40 | 43 |
| Octal | 341 | 167 | 251 | 0 | 57 | 31 | 14 | 514 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10101001 | 0 | 101111 | 11001 | 1100 | 101001100 | 1000000 | 1000011 |
Color Harmonies of #E177A9
Complementary color
Monochromatic Colors of #E177A9
Black with #E177A9
Text Example
Text Example
White with #E177A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177A9; }
p { color: rgb(225,119,169); }
H1.HeaderClassName
{
color: #E177A9;
}
.AnyTagClassName
{
color: #E177A9;
}
</style>
background-color css
<style>
a { background-color: #E177A9; }
a { background-color: rgb(225,119,169); }
div.DivClassName
{
background-color: #E177A9;
}
.BgClassName
{
background-color: #E177A9;
}
</style>
border-color css
<style>
span { border-color: #E177A9; }
span { border-color: rgb(225,119,169); }
td.TdClassName
{
border-color: #E177A9;
}
.TagClassName
{
border-color: #E177A9;
}
</style>