Shades of Pale Violet Red #E76CA0
Tints of Pale Violet Red #E76CA0
RGB
CMYK
RGB Variations
Color information
#E76CA0 (or 0xE76CA0) is known color: Pale Violet Red. HEX triplet: E7, 6C and A0. RGB value is (231,108,160). Sum of RGB (Red+Green+Blue) = 231+108+160=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA0 is #18935F. Grayscale: #969696. Windows color (decimal): -1610592 or 10513639. OLE color: 10513639.
HSL color Cylindrical-coordinate representation of color #E76CA0: hue angle of 334.63º 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 #E76CA0 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 160 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.09 |
| HSL | 334.63º | 0.72% | 0.66% | - |
| HSV(B) | 334.63º | 0.53% | 0.91% | - |
| XYZ | 44.66 | 30.25 | 36.74 | - |
| YUV | 150.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 160 | 0 | 0.53 | 0.31 | 0.09 | 334.63 | 0.72 | 0.66 |
| Hex | E7 | 6C | A0 | 0 | 35 | 1F | 9 | 14F | 48 | 42 |
| Octal | 347 | 154 | 240 | 0 | 65 | 37 | 11 | 517 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10100000 | 0 | 110101 | 11111 | 1001 | 101001111 | 1001000 | 1000010 |
Color Harmonies of #E76CA0
Complementary color
Monochromatic Colors of #E76CA0
Black with #E76CA0
Text Example
Text Example
White with #E76CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA0; }
p { color: rgb(231,108,160); }
H1.HeaderClassName
{
color: #E76CA0;
}
.AnyTagClassName
{
color: #E76CA0;
}
</style>
background-color css
<style>
a { background-color: #E76CA0; }
a { background-color: rgb(231,108,160); }
div.DivClassName
{
background-color: #E76CA0;
}
.BgClassName
{
background-color: #E76CA0;
}
</style>
border-color css
<style>
span { border-color: #E76CA0; }
span { border-color: rgb(231,108,160); }
td.TdClassName
{
border-color: #E76CA0;
}
.TagClassName
{
border-color: #E76CA0;
}
</style>