Shades of Pale Violet Red #E86C9F
Tints of Pale Violet Red #E86C9F
RGB
CMYK
RGB Variations
Color information
#E86C9F (or 0xE86C9F) is known color: Pale Violet Red. HEX triplet: E8, 6C and 9F. RGB value is (232,108,159). Sum of RGB (Red+Green+Blue) = 232+108+159=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9F is #179360. Grayscale: #969696. Windows color (decimal): -1545057 or 10448104. OLE color: 10448104.
HSL color Cylindrical-coordinate representation of color #E86C9F: hue angle of 335.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86C9F is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 159 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.09 |
| HSL | 335.32º | 0.73% | 0.67% | - |
| HSV(B) | 335.32º | 0.53% | 0.91% | - |
| XYZ | 44.9 | 30.38 | 36.3 | - |
| YUV | 150.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 159 | 0 | 0.53 | 0.31 | 0.09 | 335.32 | 0.73 | 0.67 |
| Hex | E8 | 6C | 9F | 0 | 35 | 1F | 9 | 14F | 49 | 43 |
| Octal | 350 | 154 | 237 | 0 | 65 | 37 | 11 | 517 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10011111 | 0 | 110101 | 11111 | 1001 | 101001111 | 1001001 | 1000011 |
Color Harmonies of #E86C9F
Complementary color
Monochromatic Colors of #E86C9F
Black with #E86C9F
Text Example
Text Example
White with #E86C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C9F; }
p { color: rgb(232,108,159); }
H1.HeaderClassName
{
color: #E86C9F;
}
.AnyTagClassName
{
color: #E86C9F;
}
</style>
background-color css
<style>
a { background-color: #E86C9F; }
a { background-color: rgb(232,108,159); }
div.DivClassName
{
background-color: #E86C9F;
}
.BgClassName
{
background-color: #E86C9F;
}
</style>
border-color css
<style>
span { border-color: #E86C9F; }
span { border-color: rgb(232,108,159); }
td.TdClassName
{
border-color: #E86C9F;
}
.TagClassName
{
border-color: #E86C9F;
}
</style>