Shades of Pale Violet Red #E76A9F
Tints of Pale Violet Red #E76A9F
RGB
CMYK
RGB Variations
Color information
#E76A9F (or 0xE76A9F) is known color: Pale Violet Red. HEX triplet: E7, 6A and 9F. RGB value is (231,106,159). Sum of RGB (Red+Green+Blue) = 231+106+159=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76A9F is #189560. Grayscale: #959595. Windows color (decimal): -1611105 or 10447591. OLE color: 10447591.
HSL color Cylindrical-coordinate representation of color #E76A9F: hue angle of 334.56º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76A9F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 159 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.09 |
| HSL | 334.56º | 0.72% | 0.66% | - |
| HSV(B) | 334.56º | 0.54% | 0.91% | - |
| XYZ | 44.37 | 29.8 | 36.21 | - |
| YUV | 149.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 159 | 0 | 0.54 | 0.31 | 0.09 | 334.56 | 0.72 | 0.66 |
| Hex | E7 | 6A | 9F | 0 | 36 | 1F | 9 | 14F | 48 | 42 |
| Octal | 347 | 152 | 237 | 0 | 66 | 37 | 11 | 517 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10011111 | 0 | 110110 | 11111 | 1001 | 101001111 | 1001000 | 1000010 |
Color Harmonies of #E76A9F
Complementary color
Monochromatic Colors of #E76A9F
Black with #E76A9F
Text Example
Text Example
White with #E76A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A9F; }
p { color: rgb(231,106,159); }
H1.HeaderClassName
{
color: #E76A9F;
}
.AnyTagClassName
{
color: #E76A9F;
}
</style>
background-color css
<style>
a { background-color: #E76A9F; }
a { background-color: rgb(231,106,159); }
div.DivClassName
{
background-color: #E76A9F;
}
.BgClassName
{
background-color: #E76A9F;
}
</style>
border-color css
<style>
span { border-color: #E76A9F; }
span { border-color: rgb(231,106,159); }
td.TdClassName
{
border-color: #E76A9F;
}
.TagClassName
{
border-color: #E76A9F;
}
</style>