Shades of Pale Violet Red #E76EA5
Tints of Pale Violet Red #E76EA5
RGB
CMYK
RGB Variations
Color information
#E76EA5 (or 0xE76EA5) is known color: Pale Violet Red. HEX triplet: E7, 6E and A5. RGB value is (231,110,165). Sum of RGB (Red+Green+Blue) = 231+110+165=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EA5 is #18915A. Grayscale: #989898. Windows color (decimal): -1610075 or 10841831. OLE color: 10841831.
HSL color Cylindrical-coordinate representation of color #E76EA5: hue angle of 332.73º degrees, saturation: 0.72, 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 #E76EA5 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 165 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.09 |
| HSL | 332.73º | 0.72% | 0.67% | - |
| HSV(B) | 332.73º | 0.52% | 0.91% | - |
| XYZ | 45.32 | 30.86 | 39.16 | - |
| YUV | 152.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 165 | 0 | 0.52 | 0.29 | 0.09 | 332.73 | 0.72 | 0.67 |
| Hex | E7 | 6E | A5 | 0 | 34 | 1D | 9 | 14D | 48 | 43 |
| Octal | 347 | 156 | 245 | 0 | 64 | 35 | 11 | 515 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10100101 | 0 | 110100 | 11101 | 1001 | 101001101 | 1001000 | 1000011 |
Color Harmonies of #E76EA5
Complementary color
Monochromatic Colors of #E76EA5
Black with #E76EA5
Text Example
Text Example
White with #E76EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EA5; }
p { color: rgb(231,110,165); }
H1.HeaderClassName
{
color: #E76EA5;
}
.AnyTagClassName
{
color: #E76EA5;
}
</style>
background-color css
<style>
a { background-color: #E76EA5; }
a { background-color: rgb(231,110,165); }
div.DivClassName
{
background-color: #E76EA5;
}
.BgClassName
{
background-color: #E76EA5;
}
</style>
border-color css
<style>
span { border-color: #E76EA5; }
span { border-color: rgb(231,110,165); }
td.TdClassName
{
border-color: #E76EA5;
}
.TagClassName
{
border-color: #E76EA5;
}
</style>