Shades of Pale Violet Red #E76C9E
Tints of Pale Violet Red #E76C9E
RGB
CMYK
RGB Variations
Color information
#E76C9E (or 0xE76C9E) is known color: Pale Violet Red. HEX triplet: E7, 6C and 9E. RGB value is (231,108,158). Sum of RGB (Red+Green+Blue) = 231+108+158=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C9E is #189361. Grayscale: #969696. Windows color (decimal): -1610594 or 10382567. OLE color: 10382567.
HSL color Cylindrical-coordinate representation of color #E76C9E: hue angle of 335.61º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76C9E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 158 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.09 |
| HSL | 335.61º | 0.72% | 0.66% | - |
| HSV(B) | 335.61º | 0.53% | 0.91% | - |
| XYZ | 44.49 | 30.18 | 35.83 | - |
| YUV | 150.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 158 | 0 | 0.53 | 0.32 | 0.09 | 335.61 | 0.72 | 0.66 |
| Hex | E7 | 6C | 9E | 0 | 35 | 20 | 9 | 150 | 48 | 42 |
| Octal | 347 | 154 | 236 | 0 | 65 | 40 | 11 | 520 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10011110 | 0 | 110101 | 100000 | 1001 | 101010000 | 1001000 | 1000010 |
Color Harmonies of #E76C9E
Complementary color
Monochromatic Colors of #E76C9E
Black with #E76C9E
Text Example
Text Example
White with #E76C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C9E; }
p { color: rgb(231,108,158); }
H1.HeaderClassName
{
color: #E76C9E;
}
.AnyTagClassName
{
color: #E76C9E;
}
</style>
background-color css
<style>
a { background-color: #E76C9E; }
a { background-color: rgb(231,108,158); }
div.DivClassName
{
background-color: #E76C9E;
}
.BgClassName
{
background-color: #E76C9E;
}
</style>
border-color css
<style>
span { border-color: #E76C9E; }
span { border-color: rgb(231,108,158); }
td.TdClassName
{
border-color: #E76C9E;
}
.TagClassName
{
border-color: #E76C9E;
}
</style>