Shades of Pale Violet Red #E86B95
Tints of Pale Violet Red #E86B95
RGB
CMYK
RGB Variations
Color information
#E86B95 (or 0xE86B95) is known color: Pale Violet Red. HEX triplet: E8, 6B and 95. RGB value is (232,107,149). Sum of RGB (Red+Green+Blue) = 232+107+149=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86B95 is #17946A. Grayscale: #959595. Windows color (decimal): -1545323 or 9792488. OLE color: 9792488.
HSL color Cylindrical-coordinate representation of color #E86B95: hue angle of 339.84º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86B95 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 149 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.09 |
| HSL | 339.84º | 0.73% | 0.66% | - |
| HSV(B) | 339.84º | 0.54% | 0.91% | - |
| XYZ | 43.96 | 29.84 | 31.88 | - |
| YUV | 149.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 149 | 0 | 0.54 | 0.36 | 0.09 | 339.84 | 0.73 | 0.66 |
| Hex | E8 | 6B | 95 | 0 | 36 | 24 | 9 | 154 | 49 | 42 |
| Octal | 350 | 153 | 225 | 0 | 66 | 44 | 11 | 524 | 111 | 102 |
| Binary | 11101000 | 1101011 | 10010101 | 0 | 110110 | 100100 | 1001 | 101010100 | 1001001 | 1000010 |
Color Harmonies of #E86B95
Complementary color
Monochromatic Colors of #E86B95
Black with #E86B95
Text Example
Text Example
White with #E86B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86B95; }
p { color: rgb(232,107,149); }
H1.HeaderClassName
{
color: #E86B95;
}
.AnyTagClassName
{
color: #E86B95;
}
</style>
background-color css
<style>
a { background-color: #E86B95; }
a { background-color: rgb(232,107,149); }
div.DivClassName
{
background-color: #E86B95;
}
.BgClassName
{
background-color: #E86B95;
}
</style>
border-color css
<style>
span { border-color: #E86B95; }
span { border-color: rgb(232,107,149); }
td.TdClassName
{
border-color: #E86B95;
}
.TagClassName
{
border-color: #E86B95;
}
</style>