Shades of Pale Violet Red #E86E9E
Tints of Pale Violet Red #E86E9E
RGB
CMYK
RGB Variations
Color information
#E86E9E (or 0xE86E9E) is known color: Pale Violet Red. HEX triplet: E8, 6E and 9E. RGB value is (232,110,158). Sum of RGB (Red+Green+Blue) = 232+110+158=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E9E is #179161. Grayscale: #979797. Windows color (decimal): -1544546 or 10383080. OLE color: 10383080.
HSL color Cylindrical-coordinate representation of color #E86E9E: hue angle of 336.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86E9E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 158 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.09 |
| HSL | 336.39º | 0.73% | 0.67% | - |
| HSV(B) | 336.39º | 0.53% | 0.91% | - |
| XYZ | 45.03 | 30.78 | 35.92 | - |
| YUV | 151.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 158 | 0 | 0.53 | 0.32 | 0.09 | 336.39 | 0.73 | 0.67 |
| Hex | E8 | 6E | 9E | 0 | 35 | 20 | 9 | 150 | 49 | 43 |
| Octal | 350 | 156 | 236 | 0 | 65 | 40 | 11 | 520 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10011110 | 0 | 110101 | 100000 | 1001 | 101010000 | 1001001 | 1000011 |
Color Harmonies of #E86E9E
Complementary color
Monochromatic Colors of #E86E9E
Black with #E86E9E
Text Example
Text Example
White with #E86E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E9E; }
p { color: rgb(232,110,158); }
H1.HeaderClassName
{
color: #E86E9E;
}
.AnyTagClassName
{
color: #E86E9E;
}
</style>
background-color css
<style>
a { background-color: #E86E9E; }
a { background-color: rgb(232,110,158); }
div.DivClassName
{
background-color: #E86E9E;
}
.BgClassName
{
background-color: #E86E9E;
}
</style>
border-color css
<style>
span { border-color: #E86E9E; }
span { border-color: rgb(232,110,158); }
td.TdClassName
{
border-color: #E86E9E;
}
.TagClassName
{
border-color: #E86E9E;
}
</style>