Shades of Pale Violet Red #E86E98
Tints of Pale Violet Red #E86E98
RGB
CMYK
RGB Variations
Color information
#E86E98 (or 0xE86E98) is known color: Pale Violet Red. HEX triplet: E8, 6E and 98. RGB value is (232,110,152). Sum of RGB (Red+Green+Blue) = 232+110+152=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E98 is #179167. Grayscale: #979797. Windows color (decimal): -1544552 or 9989864. OLE color: 9989864.
HSL color Cylindrical-coordinate representation of color #E86E98: hue angle of 339.34º 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 #E86E98 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 152 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.09 |
| HSL | 339.34º | 0.73% | 0.67% | - |
| HSV(B) | 339.34º | 0.53% | 0.91% | - |
| XYZ | 44.52 | 30.57 | 33.26 | - |
| YUV | 151.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 152 | 0 | 0.53 | 0.34 | 0.09 | 339.34 | 0.73 | 0.67 |
| Hex | E8 | 6E | 98 | 0 | 35 | 22 | 9 | 153 | 49 | 43 |
| Octal | 350 | 156 | 230 | 0 | 65 | 42 | 11 | 523 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10011000 | 0 | 110101 | 100010 | 1001 | 101010011 | 1001001 | 1000011 |
Color Harmonies of #E86E98
Complementary color
Monochromatic Colors of #E86E98
Black with #E86E98
Text Example
Text Example
White with #E86E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E98; }
p { color: rgb(232,110,152); }
H1.HeaderClassName
{
color: #E86E98;
}
.AnyTagClassName
{
color: #E86E98;
}
</style>
background-color css
<style>
a { background-color: #E86E98; }
a { background-color: rgb(232,110,152); }
div.DivClassName
{
background-color: #E86E98;
}
.BgClassName
{
background-color: #E86E98;
}
</style>
border-color css
<style>
span { border-color: #E86E98; }
span { border-color: rgb(232,110,152); }
td.TdClassName
{
border-color: #E86E98;
}
.TagClassName
{
border-color: #E86E98;
}
</style>