Shades of Pale Violet Red #E76C9D
Tints of Pale Violet Red #E76C9D
RGB
CMYK
RGB Variations
Color information
#E76C9D (or 0xE76C9D) is known color: Pale Violet Red. HEX triplet: E7, 6C and 9D. RGB value is (231,108,157). Sum of RGB (Red+Green+Blue) = 231+108+157=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C9D is #189362. Grayscale: #969696. Windows color (decimal): -1610595 or 10317031. OLE color: 10317031.
HSL color Cylindrical-coordinate representation of color #E76C9D: hue angle of 336.1º 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 #E76C9D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 157 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.09 |
| HSL | 336.1º | 0.72% | 0.66% | - |
| HSV(B) | 336.1º | 0.53% | 0.91% | - |
| XYZ | 44.4 | 30.15 | 35.38 | - |
| YUV | 150.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 157 | 0 | 0.53 | 0.32 | 0.09 | 336.1 | 0.72 | 0.66 |
| Hex | E7 | 6C | 9D | 0 | 35 | 20 | 9 | 150 | 48 | 42 |
| Octal | 347 | 154 | 235 | 0 | 65 | 40 | 11 | 520 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10011101 | 0 | 110101 | 100000 | 1001 | 101010000 | 1001000 | 1000010 |
Color Harmonies of #E76C9D
Complementary color
Monochromatic Colors of #E76C9D
Black with #E76C9D
Text Example
Text Example
White with #E76C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C9D; }
p { color: rgb(231,108,157); }
H1.HeaderClassName
{
color: #E76C9D;
}
.AnyTagClassName
{
color: #E76C9D;
}
</style>
background-color css
<style>
a { background-color: #E76C9D; }
a { background-color: rgb(231,108,157); }
div.DivClassName
{
background-color: #E76C9D;
}
.BgClassName
{
background-color: #E76C9D;
}
</style>
border-color css
<style>
span { border-color: #E76C9D; }
span { border-color: rgb(231,108,157); }
td.TdClassName
{
border-color: #E76C9D;
}
.TagClassName
{
border-color: #E76C9D;
}
</style>