Shades of Pale Violet Red #E873A0
Tints of Pale Violet Red #E873A0
RGB
CMYK
RGB Variations
Color information
#E873A0 (or 0xE873A0) is known color: Pale Violet Red. HEX triplet: E8, 73 and A0. RGB value is (232,115,160). Sum of RGB (Red+Green+Blue) = 232+115+160=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E873A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E873A0 is #178C5F. Grayscale: #9B9B9B. Windows color (decimal): -1543264 or 10515432. OLE color: 10515432.
HSL color Cylindrical-coordinate representation of color #E873A0: hue angle of 336.92º 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 #E873A0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 160 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.09 |
| HSL | 336.92º | 0.72% | 0.68% | - |
| HSV(B) | 336.92º | 0.5% | 0.91% | - |
| XYZ | 45.75 | 31.96 | 37.01 | - |
| YUV | 155.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 160 | 0 | 0.50 | 0.31 | 0.09 | 336.92 | 0.72 | 0.68 |
| Hex | E8 | 73 | A0 | 0 | 32 | 1F | 9 | 151 | 48 | 44 |
| Octal | 350 | 163 | 240 | 0 | 62 | 37 | 11 | 521 | 110 | 104 |
| Binary | 11101000 | 1110011 | 10100000 | 0 | 110010 | 11111 | 1001 | 101010001 | 1001000 | 1000100 |
Color Harmonies of #E873A0
Complementary color
Monochromatic Colors of #E873A0
Black with #E873A0
Text Example
Text Example
White with #E873A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873A0; }
p { color: rgb(232,115,160); }
H1.HeaderClassName
{
color: #E873A0;
}
.AnyTagClassName
{
color: #E873A0;
}
</style>
background-color css
<style>
a { background-color: #E873A0; }
a { background-color: rgb(232,115,160); }
div.DivClassName
{
background-color: #E873A0;
}
.BgClassName
{
background-color: #E873A0;
}
</style>
border-color css
<style>
span { border-color: #E873A0; }
span { border-color: rgb(232,115,160); }
td.TdClassName
{
border-color: #E873A0;
}
.TagClassName
{
border-color: #E873A0;
}
</style>