Shades of Pale Violet Red #E76CA6
Tints of Pale Violet Red #E76CA6
RGB
CMYK
RGB Variations
Color information
#E76CA6 (or 0xE76CA6) is known color: Pale Violet Red. HEX triplet: E7, 6C and A6. RGB value is (231,108,166). Sum of RGB (Red+Green+Blue) = 231+108+166=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA6 is #189359. Grayscale: #979797. Windows color (decimal): -1610586 or 10906855. OLE color: 10906855.
HSL color Cylindrical-coordinate representation of color #E76CA6: hue angle of 331.71º 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 #E76CA6 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 166 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.09 |
| HSL | 331.71º | 0.72% | 0.66% | - |
| HSV(B) | 331.71º | 0.53% | 0.91% | - |
| XYZ | 45.2 | 30.47 | 39.57 | - |
| YUV | 151.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 166 | 0 | 0.53 | 0.28 | 0.09 | 331.71 | 0.72 | 0.66 |
| Hex | E7 | 6C | A6 | 0 | 35 | 1C | 9 | 14C | 48 | 42 |
| Octal | 347 | 154 | 246 | 0 | 65 | 34 | 11 | 514 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10100110 | 0 | 110101 | 11100 | 1001 | 101001100 | 1001000 | 1000010 |
Color Harmonies of #E76CA6
Complementary color
Monochromatic Colors of #E76CA6
Black with #E76CA6
Text Example
Text Example
White with #E76CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA6; }
p { color: rgb(231,108,166); }
H1.HeaderClassName
{
color: #E76CA6;
}
.AnyTagClassName
{
color: #E76CA6;
}
</style>
background-color css
<style>
a { background-color: #E76CA6; }
a { background-color: rgb(231,108,166); }
div.DivClassName
{
background-color: #E76CA6;
}
.BgClassName
{
background-color: #E76CA6;
}
</style>
border-color css
<style>
span { border-color: #E76CA6; }
span { border-color: rgb(231,108,166); }
td.TdClassName
{
border-color: #E76CA6;
}
.TagClassName
{
border-color: #E76CA6;
}
</style>