Shades of Pale Violet Red #E77299
Tints of Pale Violet Red #E77299
RGB
CMYK
RGB Variations
Color information
#E77299 (or 0xE77299) is known color: Pale Violet Red. HEX triplet: E7, 72 and 99. RGB value is (231,114,153). Sum of RGB (Red+Green+Blue) = 231+114+153=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E77299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77299 is #188D66. Grayscale: #999999. Windows color (decimal): -1609063 or 10056423. OLE color: 10056423.
HSL color Cylindrical-coordinate representation of color #E77299: hue angle of 340º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77299 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 153 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.09 |
| HSL | 340º | 0.71% | 0.68% | - |
| HSV(B) | 340º | 0.51% | 0.91% | - |
| XYZ | 44.72 | 31.32 | 33.83 | - |
| YUV | 153.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 153 | 0 | 0.51 | 0.34 | 0.09 | 340 | 0.71 | 0.68 |
| Hex | E7 | 72 | 99 | 0 | 33 | 22 | 9 | 154 | 47 | 44 |
| Octal | 347 | 162 | 231 | 0 | 63 | 42 | 11 | 524 | 107 | 104 |
| Binary | 11100111 | 1110010 | 10011001 | 0 | 110011 | 100010 | 1001 | 101010100 | 1000111 | 1000100 |
Color Harmonies of #E77299
Complementary color
Monochromatic Colors of #E77299
Black with #E77299
Text Example
Text Example
White with #E77299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77299; }
p { color: rgb(231,114,153); }
H1.HeaderClassName
{
color: #E77299;
}
.AnyTagClassName
{
color: #E77299;
}
</style>
background-color css
<style>
a { background-color: #E77299; }
a { background-color: rgb(231,114,153); }
div.DivClassName
{
background-color: #E77299;
}
.BgClassName
{
background-color: #E77299;
}
</style>
border-color css
<style>
span { border-color: #E77299; }
span { border-color: rgb(231,114,153); }
td.TdClassName
{
border-color: #E77299;
}
.TagClassName
{
border-color: #E77299;
}
</style>