Shades of Pale Violet Red #E86696
Tints of Pale Violet Red #E86696
RGB
CMYK
RGB Variations
Color information
#E86696 (or 0xE86696) is known color: Pale Violet Red. HEX triplet: E8, 66 and 96. RGB value is (232,102,150). Sum of RGB (Red+Green+Blue) = 232+102+150=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86696 is #179969. Grayscale: #929292. Windows color (decimal): -1546602 or 9856744. OLE color: 9856744.
HSL color Cylindrical-coordinate representation of color #E86696: hue angle of 337.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86696 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 150 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.09 |
| HSL | 337.85º | 0.74% | 0.65% | - |
| HSV(B) | 337.85º | 0.56% | 0.91% | - |
| XYZ | 43.54 | 28.86 | 32.13 | - |
| YUV | 146.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 150 | 0 | 0.56 | 0.35 | 0.09 | 337.85 | 0.74 | 0.65 |
| Hex | E8 | 66 | 96 | 0 | 38 | 23 | 9 | 152 | 4A | 41 |
| Octal | 350 | 146 | 226 | 0 | 70 | 43 | 11 | 522 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10010110 | 0 | 111000 | 100011 | 1001 | 101010010 | 1001010 | 1000001 |
Color Harmonies of #E86696
Complementary color
Monochromatic Colors of #E86696
Black with #E86696
Text Example
Text Example
White with #E86696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86696; }
p { color: rgb(232,102,150); }
H1.HeaderClassName
{
color: #E86696;
}
.AnyTagClassName
{
color: #E86696;
}
</style>
background-color css
<style>
a { background-color: #E86696; }
a { background-color: rgb(232,102,150); }
div.DivClassName
{
background-color: #E86696;
}
.BgClassName
{
background-color: #E86696;
}
</style>
border-color css
<style>
span { border-color: #E86696; }
span { border-color: rgb(232,102,150); }
td.TdClassName
{
border-color: #E86696;
}
.TagClassName
{
border-color: #E86696;
}
</style>