Shades of Pale Violet Red #E86F9F
Tints of Pale Violet Red #E86F9F
RGB
CMYK
RGB Variations
Color information
#E86F9F (or 0xE86F9F) is known color: Pale Violet Red. HEX triplet: E8, 6F and 9F. RGB value is (232,111,159). Sum of RGB (Red+Green+Blue) = 232+111+159=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F9F is #179060. Grayscale: #989898. Windows color (decimal): -1544289 or 10448872. OLE color: 10448872.
HSL color Cylindrical-coordinate representation of color #E86F9F: hue angle of 336.2º 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 #E86F9F is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 159 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.09 |
| HSL | 336.2º | 0.72% | 0.67% | - |
| HSV(B) | 336.2º | 0.52% | 0.91% | - |
| XYZ | 45.22 | 31.03 | 36.41 | - |
| YUV | 152.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 159 | 0 | 0.52 | 0.31 | 0.09 | 336.2 | 0.72 | 0.67 |
| Hex | E8 | 6F | 9F | 0 | 34 | 1F | 9 | 150 | 48 | 43 |
| Octal | 350 | 157 | 237 | 0 | 64 | 37 | 11 | 520 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011111 | 0 | 110100 | 11111 | 1001 | 101010000 | 1001000 | 1000011 |
Color Harmonies of #E86F9F
Complementary color
Monochromatic Colors of #E86F9F
Black with #E86F9F
Text Example
Text Example
White with #E86F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F9F; }
p { color: rgb(232,111,159); }
H1.HeaderClassName
{
color: #E86F9F;
}
.AnyTagClassName
{
color: #E86F9F;
}
</style>
background-color css
<style>
a { background-color: #E86F9F; }
a { background-color: rgb(232,111,159); }
div.DivClassName
{
background-color: #E86F9F;
}
.BgClassName
{
background-color: #E86F9F;
}
</style>
border-color css
<style>
span { border-color: #E86F9F; }
span { border-color: rgb(232,111,159); }
td.TdClassName
{
border-color: #E86F9F;
}
.TagClassName
{
border-color: #E86F9F;
}
</style>