Shades of Pale Violet Red #E76CA5
Tints of Pale Violet Red #E76CA5
RGB
CMYK
RGB Variations
Color information
#E76CA5 (or 0xE76CA5) is known color: Pale Violet Red. HEX triplet: E7, 6C and A5. RGB value is (231,108,165). Sum of RGB (Red+Green+Blue) = 231+108+165=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA5 is #18935A. Grayscale: #979797. Windows color (decimal): -1610587 or 10841319. OLE color: 10841319.
HSL color Cylindrical-coordinate representation of color #E76CA5: hue angle of 332.2º 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 #E76CA5 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 165 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.09 |
| HSL | 332.2º | 0.72% | 0.66% | - |
| HSV(B) | 332.2º | 0.53% | 0.91% | - |
| XYZ | 45.11 | 30.43 | 39.09 | - |
| YUV | 151.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 165 | 0 | 0.53 | 0.29 | 0.09 | 332.2 | 0.72 | 0.66 |
| Hex | E7 | 6C | A5 | 0 | 35 | 1D | 9 | 14C | 48 | 42 |
| Octal | 347 | 154 | 245 | 0 | 65 | 35 | 11 | 514 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10100101 | 0 | 110101 | 11101 | 1001 | 101001100 | 1001000 | 1000010 |
Color Harmonies of #E76CA5
Complementary color
Monochromatic Colors of #E76CA5
Black with #E76CA5
Text Example
Text Example
White with #E76CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA5; }
p { color: rgb(231,108,165); }
H1.HeaderClassName
{
color: #E76CA5;
}
.AnyTagClassName
{
color: #E76CA5;
}
</style>
background-color css
<style>
a { background-color: #E76CA5; }
a { background-color: rgb(231,108,165); }
div.DivClassName
{
background-color: #E76CA5;
}
.BgClassName
{
background-color: #E76CA5;
}
</style>
border-color css
<style>
span { border-color: #E76CA5; }
span { border-color: rgb(231,108,165); }
td.TdClassName
{
border-color: #E76CA5;
}
.TagClassName
{
border-color: #E76CA5;
}
</style>