Shades of Pale Violet Red #E86F99
Tints of Pale Violet Red #E86F99
RGB
CMYK
RGB Variations
Color information
#E86F99 (or 0xE86F99) is known color: Pale Violet Red. HEX triplet: E8, 6F and 99. RGB value is (232,111,153). Sum of RGB (Red+Green+Blue) = 232+111+153=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F99 is #179066. Grayscale: #979797. Windows color (decimal): -1544295 or 10055656. OLE color: 10055656.
HSL color Cylindrical-coordinate representation of color #E86F99: hue angle of 339.17º 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 #E86F99 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 153 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.09 |
| HSL | 339.17º | 0.72% | 0.67% | - |
| HSV(B) | 339.17º | 0.52% | 0.91% | - |
| XYZ | 44.71 | 30.82 | 33.73 | - |
| YUV | 151.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 153 | 0 | 0.52 | 0.34 | 0.09 | 339.17 | 0.72 | 0.67 |
| Hex | E8 | 6F | 99 | 0 | 34 | 22 | 9 | 153 | 48 | 43 |
| Octal | 350 | 157 | 231 | 0 | 64 | 42 | 11 | 523 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011001 | 0 | 110100 | 100010 | 1001 | 101010011 | 1001000 | 1000011 |
Color Harmonies of #E86F99
Complementary color
Monochromatic Colors of #E86F99
Black with #E86F99
Text Example
Text Example
White with #E86F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F99; }
p { color: rgb(232,111,153); }
H1.HeaderClassName
{
color: #E86F99;
}
.AnyTagClassName
{
color: #E86F99;
}
</style>
background-color css
<style>
a { background-color: #E86F99; }
a { background-color: rgb(232,111,153); }
div.DivClassName
{
background-color: #E86F99;
}
.BgClassName
{
background-color: #E86F99;
}
</style>
border-color css
<style>
span { border-color: #E86F99; }
span { border-color: rgb(232,111,153); }
td.TdClassName
{
border-color: #E86F99;
}
.TagClassName
{
border-color: #E86F99;
}
</style>