Shades of Pale Violet Red #E777A1
Tints of Pale Violet Red #E777A1
RGB
CMYK
RGB Variations
Color information
#E777A1 (or 0xE777A1) is known color: Pale Violet Red. HEX triplet: E7, 77 and A1. RGB value is (231,119,161). Sum of RGB (Red+Green+Blue) = 231+119+161=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E777A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E777A1 is #18885E. Grayscale: #9D9D9D. Windows color (decimal): -1607775 or 10581991. OLE color: 10581991.
HSL color Cylindrical-coordinate representation of color #E777A1: hue angle of 337.5º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777A1 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 161 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.09 |
| HSL | 337.5º | 0.7% | 0.69% | - |
| HSV(B) | 337.5º | 0.48% | 0.91% | - |
| XYZ | 45.98 | 32.76 | 37.62 | - |
| YUV | 157.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 161 | 0 | 0.48 | 0.30 | 0.09 | 337.5 | 0.7 | 0.69 |
| Hex | E7 | 77 | A1 | 0 | 30 | 1E | 9 | 152 | 46 | 45 |
| Octal | 347 | 167 | 241 | 0 | 60 | 36 | 11 | 522 | 106 | 105 |
| Binary | 11100111 | 1110111 | 10100001 | 0 | 110000 | 11110 | 1001 | 101010010 | 1000110 | 1000101 |
Color Harmonies of #E777A1
Complementary color
Monochromatic Colors of #E777A1
Black with #E777A1
Text Example
Text Example
White with #E777A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777A1; }
p { color: rgb(231,119,161); }
H1.HeaderClassName
{
color: #E777A1;
}
.AnyTagClassName
{
color: #E777A1;
}
</style>
background-color css
<style>
a { background-color: #E777A1; }
a { background-color: rgb(231,119,161); }
div.DivClassName
{
background-color: #E777A1;
}
.BgClassName
{
background-color: #E777A1;
}
</style>
border-color css
<style>
span { border-color: #E777A1; }
span { border-color: rgb(231,119,161); }
td.TdClassName
{
border-color: #E777A1;
}
.TagClassName
{
border-color: #E777A1;
}
</style>