Shades of Pale Violet Red #E86FA0
Tints of Pale Violet Red #E86FA0
RGB
CMYK
RGB Variations
Color information
#E86FA0 (or 0xE86FA0) is known color: Pale Violet Red. HEX triplet: E8, 6F and A0. RGB value is (232,111,160). Sum of RGB (Red+Green+Blue) = 232+111+160=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86FA0 is #17905F. Grayscale: #989898. Windows color (decimal): -1544288 or 10514408. OLE color: 10514408.
HSL color Cylindrical-coordinate representation of color #E86FA0: hue angle of 335.7º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 160 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 335.7º | 0.72% | 0.67% | - |
| HSV(B) | 335.7º | 0.52% | 0.91% | - |
| XYZ | 45.31 | 31.06 | 36.87 | - |
| YUV | 152.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 160 | 0 | 0.52 | 0.31 | 0.09 | 335.7 | 0.72 | 0.67 |
| Hex | E8 | 6F | A0 | 0 | 34 | 1F | 9 | 150 | 48 | 43 |
| Octal | 350 | 157 | 240 | 0 | 64 | 37 | 11 | 520 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10100000 | 0 | 110100 | 11111 | 1001 | 101010000 | 1001000 | 1000011 |
Color Harmonies of #E86FA0
Complementary color
Monochromatic Colors of #E86FA0
Black with #E86FA0
Text Example
Text Example
White with #E86FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FA0; }
p { color: rgb(232,111,160); }
H1.HeaderClassName
{
color: #E86FA0;
}
.AnyTagClassName
{
color: #E86FA0;
}
</style>
background-color css
<style>
a { background-color: #E86FA0; }
a { background-color: rgb(232,111,160); }
div.DivClassName
{
background-color: #E86FA0;
}
.BgClassName
{
background-color: #E86FA0;
}
</style>
border-color css
<style>
span { border-color: #E86FA0; }
span { border-color: rgb(232,111,160); }
td.TdClassName
{
border-color: #E86FA0;
}
.TagClassName
{
border-color: #E86FA0;
}
</style>