Shades of Pale Violet Red #E86B97
Tints of Pale Violet Red #E86B97
RGB
CMYK
RGB Variations
Color information
#E86B97 (or 0xE86B97) is known color: Pale Violet Red. HEX triplet: E8, 6B and 97. RGB value is (232,107,151). Sum of RGB (Red+Green+Blue) = 232+107+151=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86B97 is #179468. Grayscale: #959595. Windows color (decimal): -1545321 or 9923560. OLE color: 9923560.
HSL color Cylindrical-coordinate representation of color #E86B97: hue angle of 338.88º 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 #E86B97 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 151 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.09 |
| HSL | 338.88º | 0.73% | 0.66% | - |
| HSV(B) | 338.88º | 0.54% | 0.91% | - |
| XYZ | 44.12 | 29.91 | 32.73 | - |
| YUV | 149.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 151 | 0 | 0.54 | 0.35 | 0.09 | 338.88 | 0.73 | 0.66 |
| Hex | E8 | 6B | 97 | 0 | 36 | 23 | 9 | 153 | 49 | 42 |
| Octal | 350 | 153 | 227 | 0 | 66 | 43 | 11 | 523 | 111 | 102 |
| Binary | 11101000 | 1101011 | 10010111 | 0 | 110110 | 100011 | 1001 | 101010011 | 1001001 | 1000010 |
Color Harmonies of #E86B97
Complementary color
Monochromatic Colors of #E86B97
Black with #E86B97
Text Example
Text Example
White with #E86B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86B97; }
p { color: rgb(232,107,151); }
H1.HeaderClassName
{
color: #E86B97;
}
.AnyTagClassName
{
color: #E86B97;
}
</style>
background-color css
<style>
a { background-color: #E86B97; }
a { background-color: rgb(232,107,151); }
div.DivClassName
{
background-color: #E86B97;
}
.BgClassName
{
background-color: #E86B97;
}
</style>
border-color css
<style>
span { border-color: #E86B97; }
span { border-color: rgb(232,107,151); }
td.TdClassName
{
border-color: #E86B97;
}
.TagClassName
{
border-color: #E86B97;
}
</style>