Shades of Pale Violet Red #E876A0
Tints of Pale Violet Red #E876A0
RGB
CMYK
RGB Variations
Color information
#E876A0 (or 0xE876A0) is known color: Pale Violet Red. HEX triplet: E8, 76 and A0. RGB value is (232,118,160). Sum of RGB (Red+Green+Blue) = 232+118+160=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E876A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E876A0 is #17895F. Grayscale: #9C9C9C. Windows color (decimal): -1542496 or 10516200. OLE color: 10516200.
HSL color Cylindrical-coordinate representation of color #E876A0: hue angle of 337.89º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876A0 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 160 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.09 |
| HSL | 337.89º | 0.71% | 0.69% | - |
| HSV(B) | 337.89º | 0.49% | 0.91% | - |
| XYZ | 46.1 | 32.65 | 37.13 | - |
| YUV | 156.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 160 | 0 | 0.49 | 0.31 | 0.09 | 337.89 | 0.71 | 0.69 |
| Hex | E8 | 76 | A0 | 0 | 31 | 1F | 9 | 152 | 47 | 45 |
| Octal | 350 | 166 | 240 | 0 | 61 | 37 | 11 | 522 | 107 | 105 |
| Binary | 11101000 | 1110110 | 10100000 | 0 | 110001 | 11111 | 1001 | 101010010 | 1000111 | 1000101 |
Color Harmonies of #E876A0
Complementary color
Monochromatic Colors of #E876A0
Black with #E876A0
Text Example
Text Example
White with #E876A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876A0; }
p { color: rgb(232,118,160); }
H1.HeaderClassName
{
color: #E876A0;
}
.AnyTagClassName
{
color: #E876A0;
}
</style>
background-color css
<style>
a { background-color: #E876A0; }
a { background-color: rgb(232,118,160); }
div.DivClassName
{
background-color: #E876A0;
}
.BgClassName
{
background-color: #E876A0;
}
</style>
border-color css
<style>
span { border-color: #E876A0; }
span { border-color: rgb(232,118,160); }
td.TdClassName
{
border-color: #E876A0;
}
.TagClassName
{
border-color: #E876A0;
}
</style>