Shades of Pale Violet Red #E77197
Tints of Pale Violet Red #E77197
RGB
CMYK
RGB Variations
Color information
#E77197 (or 0xE77197) is known color: Pale Violet Red. HEX triplet: E7, 71 and 97. RGB value is (231,113,151). Sum of RGB (Red+Green+Blue) = 231+113+151=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E77197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77197 is #188E68. Grayscale: #989898. Windows color (decimal): -1609321 or 9925095. OLE color: 9925095.
HSL color Cylindrical-coordinate representation of color #E77197: hue angle of 340.68º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77197 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 151 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.09 |
| HSL | 340.68º | 0.71% | 0.67% | - |
| HSV(B) | 340.68º | 0.51% | 0.91% | - |
| XYZ | 44.45 | 31.03 | 32.93 | - |
| YUV | 152.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 151 | 0 | 0.51 | 0.35 | 0.09 | 340.68 | 0.71 | 0.67 |
| Hex | E7 | 71 | 97 | 0 | 33 | 23 | 9 | 155 | 47 | 43 |
| Octal | 347 | 161 | 227 | 0 | 63 | 43 | 11 | 525 | 107 | 103 |
| Binary | 11100111 | 1110001 | 10010111 | 0 | 110011 | 100011 | 1001 | 101010101 | 1000111 | 1000011 |
Color Harmonies of #E77197
Complementary color
Monochromatic Colors of #E77197
Black with #E77197
Text Example
Text Example
White with #E77197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77197; }
p { color: rgb(231,113,151); }
H1.HeaderClassName
{
color: #E77197;
}
.AnyTagClassName
{
color: #E77197;
}
</style>
background-color css
<style>
a { background-color: #E77197; }
a { background-color: rgb(231,113,151); }
div.DivClassName
{
background-color: #E77197;
}
.BgClassName
{
background-color: #E77197;
}
</style>
border-color css
<style>
span { border-color: #E77197; }
span { border-color: rgb(231,113,151); }
td.TdClassName
{
border-color: #E77197;
}
.TagClassName
{
border-color: #E77197;
}
</style>