Shades of Pale Violet Red #E86197
Tints of Pale Violet Red #E86197
RGB
CMYK
RGB Variations
Color information
#E86197 (or 0xE86197) is known color: Pale Violet Red. HEX triplet: E8, 61 and 97. RGB value is (232,97,151). Sum of RGB (Red+Green+Blue) = 232+97+151=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E86197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86197 is #179E68. Grayscale: #8F8F8F. Windows color (decimal): -1547881 or 9921000. OLE color: 9921000.
HSL color Cylindrical-coordinate representation of color #E86197: hue angle of 336º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86197 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 151 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.09 |
| HSL | 336º | 0.75% | 0.65% | - |
| HSV(B) | 336º | 0.58% | 0.91% | - |
| XYZ | 43.14 | 27.94 | 32.4 | - |
| YUV | 143.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 151 | 0 | 0.58 | 0.35 | 0.09 | 336 | 0.75 | 0.65 |
| Hex | E8 | 61 | 97 | 0 | 3A | 23 | 9 | 150 | 4B | 41 |
| Octal | 350 | 141 | 227 | 0 | 72 | 43 | 11 | 520 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10010111 | 0 | 111010 | 100011 | 1001 | 101010000 | 1001011 | 1000001 |
Color Harmonies of #E86197
Complementary color
Monochromatic Colors of #E86197
Black with #E86197
Text Example
Text Example
White with #E86197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86197; }
p { color: rgb(232,97,151); }
H1.HeaderClassName
{
color: #E86197;
}
.AnyTagClassName
{
color: #E86197;
}
</style>
background-color css
<style>
a { background-color: #E86197; }
a { background-color: rgb(232,97,151); }
div.DivClassName
{
background-color: #E86197;
}
.BgClassName
{
background-color: #E86197;
}
</style>
border-color css
<style>
span { border-color: #E86197; }
span { border-color: rgb(232,97,151); }
td.TdClassName
{
border-color: #E86197;
}
.TagClassName
{
border-color: #E86197;
}
</style>