Shades of Pale Violet Red #E86F9E
Tints of Pale Violet Red #E86F9E
RGB
CMYK
RGB Variations
Color information
#E86F9E (or 0xE86F9E) is known color: Pale Violet Red. HEX triplet: E8, 6F and 9E. RGB value is (232,111,158). Sum of RGB (Red+Green+Blue) = 232+111+158=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F9E is #179061. Grayscale: #989898. Windows color (decimal): -1544290 or 10383336. OLE color: 10383336.
HSL color Cylindrical-coordinate representation of color #E86F9E: hue angle of 336.69º 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 #E86F9E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 158 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.09 |
| HSL | 336.69º | 0.72% | 0.67% | - |
| HSV(B) | 336.69º | 0.52% | 0.91% | - |
| XYZ | 45.13 | 30.99 | 35.95 | - |
| YUV | 152.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 158 | 0 | 0.52 | 0.32 | 0.09 | 336.69 | 0.72 | 0.67 |
| Hex | E8 | 6F | 9E | 0 | 34 | 20 | 9 | 151 | 48 | 43 |
| Octal | 350 | 157 | 236 | 0 | 64 | 40 | 11 | 521 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011110 | 0 | 110100 | 100000 | 1001 | 101010001 | 1001000 | 1000011 |
Color Harmonies of #E86F9E
Complementary color
Monochromatic Colors of #E86F9E
Black with #E86F9E
Text Example
Text Example
White with #E86F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F9E; }
p { color: rgb(232,111,158); }
H1.HeaderClassName
{
color: #E86F9E;
}
.AnyTagClassName
{
color: #E86F9E;
}
</style>
background-color css
<style>
a { background-color: #E86F9E; }
a { background-color: rgb(232,111,158); }
div.DivClassName
{
background-color: #E86F9E;
}
.BgClassName
{
background-color: #E86F9E;
}
</style>
border-color css
<style>
span { border-color: #E86F9E; }
span { border-color: rgb(232,111,158); }
td.TdClassName
{
border-color: #E86F9E;
}
.TagClassName
{
border-color: #E86F9E;
}
</style>