Shades of Pale Violet Red #E873A8
Tints of Pale Violet Red #E873A8
RGB
CMYK
RGB Variations
Color information
#E873A8 (or 0xE873A8) is known color: Pale Violet Red. HEX triplet: E8, 73 and A8. RGB value is (232,115,168). Sum of RGB (Red+Green+Blue) = 232+115+168=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E873A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E873A8 is #178C57. Grayscale: #9B9B9B. Windows color (decimal): -1543256 or 11039720. OLE color: 11039720.
HSL color Cylindrical-coordinate representation of color #E873A8: hue angle of 332.82º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873A8 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 168 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.09 |
| HSL | 332.82º | 0.72% | 0.68% | - |
| HSV(B) | 332.82º | 0.5% | 0.91% | - |
| XYZ | 46.48 | 32.24 | 40.82 | - |
| YUV | 156.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 168 | 0 | 0.50 | 0.28 | 0.09 | 332.82 | 0.72 | 0.68 |
| Hex | E8 | 73 | A8 | 0 | 32 | 1C | 9 | 14D | 48 | 44 |
| Octal | 350 | 163 | 250 | 0 | 62 | 34 | 11 | 515 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10101000 | 0 | 110010 | 11100 | 1001 | 101001101 | 1001000 | 1000100 |
Color Harmonies of #E873A8
Complementary color
Monochromatic Colors of #E873A8
Black with #E873A8
Text Example
Text Example
White with #E873A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873A8; }
p { color: rgb(232,115,168); }
H1.HeaderClassName
{
color: #E873A8;
}
.AnyTagClassName
{
color: #E873A8;
}
</style>
background-color css
<style>
a { background-color: #E873A8; }
a { background-color: rgb(232,115,168); }
div.DivClassName
{
background-color: #E873A8;
}
.BgClassName
{
background-color: #E873A8;
}
</style>
border-color css
<style>
span { border-color: #E873A8; }
span { border-color: rgb(232,115,168); }
td.TdClassName
{
border-color: #E873A8;
}
.TagClassName
{
border-color: #E873A8;
}
</style>