Shades of Pale Violet Red #E76FA6
Tints of Pale Violet Red #E76FA6
RGB
CMYK
RGB Variations
Color information
#E76FA6 (or 0xE76FA6) is known color: Pale Violet Red. HEX triplet: E7, 6F and A6. RGB value is (231,111,166). Sum of RGB (Red+Green+Blue) = 231+111+166=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FA6 is #189059. Grayscale: #999999. Windows color (decimal): -1609818 or 10907623. OLE color: 10907623.
HSL color Cylindrical-coordinate representation of color #E76FA6: hue angle of 332.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FA6 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 166 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.09 |
| HSL | 332.5º | 0.71% | 0.67% | - |
| HSV(B) | 332.5º | 0.52% | 0.91% | - |
| XYZ | 45.52 | 31.11 | 39.68 | - |
| YUV | 153.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 166 | 0 | 0.52 | 0.28 | 0.09 | 332.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | A6 | 0 | 34 | 1C | 9 | 14C | 47 | 43 |
| Octal | 347 | 157 | 246 | 0 | 64 | 34 | 11 | 514 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10100110 | 0 | 110100 | 11100 | 1001 | 101001100 | 1000111 | 1000011 |
Color Harmonies of #E76FA6
Complementary color
Monochromatic Colors of #E76FA6
Black with #E76FA6
Text Example
Text Example
White with #E76FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FA6; }
p { color: rgb(231,111,166); }
H1.HeaderClassName
{
color: #E76FA6;
}
.AnyTagClassName
{
color: #E76FA6;
}
</style>
background-color css
<style>
a { background-color: #E76FA6; }
a { background-color: rgb(231,111,166); }
div.DivClassName
{
background-color: #E76FA6;
}
.BgClassName
{
background-color: #E76FA6;
}
</style>
border-color css
<style>
span { border-color: #E76FA6; }
span { border-color: rgb(231,111,166); }
td.TdClassName
{
border-color: #E76FA6;
}
.TagClassName
{
border-color: #E76FA6;
}
</style>