Shades of Pale Violet Red #E86F98
Tints of Pale Violet Red #E86F98
RGB
CMYK
RGB Variations
Color information
#E86F98 (or 0xE86F98) is known color: Pale Violet Red. HEX triplet: E8, 6F and 98. RGB value is (232,111,152). Sum of RGB (Red+Green+Blue) = 232+111+152=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F98 is #179067. Grayscale: #979797. Windows color (decimal): -1544296 or 9990120. OLE color: 9990120.
HSL color Cylindrical-coordinate representation of color #E86F98: hue angle of 339.67º 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 #E86F98 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 152 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.09 |
| HSL | 339.67º | 0.72% | 0.67% | - |
| HSV(B) | 339.67º | 0.52% | 0.91% | - |
| XYZ | 44.63 | 30.79 | 33.3 | - |
| YUV | 151.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 152 | 0 | 0.52 | 0.34 | 0.09 | 339.67 | 0.72 | 0.67 |
| Hex | E8 | 6F | 98 | 0 | 34 | 22 | 9 | 154 | 48 | 43 |
| Octal | 350 | 157 | 230 | 0 | 64 | 42 | 11 | 524 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10011000 | 0 | 110100 | 100010 | 1001 | 101010100 | 1001000 | 1000011 |
Color Harmonies of #E86F98
Complementary color
Monochromatic Colors of #E86F98
Black with #E86F98
Text Example
Text Example
White with #E86F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F98; }
p { color: rgb(232,111,152); }
H1.HeaderClassName
{
color: #E86F98;
}
.AnyTagClassName
{
color: #E86F98;
}
</style>
background-color css
<style>
a { background-color: #E86F98; }
a { background-color: rgb(232,111,152); }
div.DivClassName
{
background-color: #E86F98;
}
.BgClassName
{
background-color: #E86F98;
}
</style>
border-color css
<style>
span { border-color: #E86F98; }
span { border-color: rgb(232,111,152); }
td.TdClassName
{
border-color: #E86F98;
}
.TagClassName
{
border-color: #E86F98;
}
</style>