Shades of Pale Violet Red #E86097
Tints of Pale Violet Red #E86097
RGB
CMYK
RGB Variations
Color information
#E86097 (or 0xE86097) is known color: Pale Violet Red. HEX triplet: E8, 60 and 97. RGB value is (232,96,151). Sum of RGB (Red+Green+Blue) = 232+96+151=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86097 is #179F68. Grayscale: #8E8E8E. Windows color (decimal): -1548137 or 9920744. OLE color: 9920744.
HSL color Cylindrical-coordinate representation of color #E86097: hue angle of 335.74º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86097 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 151 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.09 |
| HSL | 335.74º | 0.75% | 0.64% | - |
| HSV(B) | 335.74º | 0.59% | 0.91% | - |
| XYZ | 43.05 | 27.76 | 32.37 | - |
| YUV | 142.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 151 | 0 | 0.59 | 0.35 | 0.09 | 335.74 | 0.75 | 0.64 |
| Hex | E8 | 60 | 97 | 0 | 3B | 23 | 9 | 150 | 4B | 40 |
| Octal | 350 | 140 | 227 | 0 | 73 | 43 | 11 | 520 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10010111 | 0 | 111011 | 100011 | 1001 | 101010000 | 1001011 | 1000000 |
Color Harmonies of #E86097
Complementary color
Monochromatic Colors of #E86097
Black with #E86097
Text Example
Text Example
White with #E86097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86097; }
p { color: rgb(232,96,151); }
H1.HeaderClassName
{
color: #E86097;
}
.AnyTagClassName
{
color: #E86097;
}
</style>
background-color css
<style>
a { background-color: #E86097; }
a { background-color: rgb(232,96,151); }
div.DivClassName
{
background-color: #E86097;
}
.BgClassName
{
background-color: #E86097;
}
</style>
border-color css
<style>
span { border-color: #E86097; }
span { border-color: rgb(232,96,151); }
td.TdClassName
{
border-color: #E86097;
}
.TagClassName
{
border-color: #E86097;
}
</style>