Shades of Pale Violet Red #E86C9E
Tints of Pale Violet Red #E86C9E
RGB
CMYK
RGB Variations
Color information
#E86C9E (or 0xE86C9E) is known color: Pale Violet Red. HEX triplet: E8, 6C and 9E. RGB value is (232,108,158). Sum of RGB (Red+Green+Blue) = 232+108+158=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9E is #179361. Grayscale: #969696. Windows color (decimal): -1545058 or 10382568. OLE color: 10382568.
HSL color Cylindrical-coordinate representation of color #E86C9E: hue angle of 335.81º 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 #E86C9E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 158 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.09 |
| HSL | 335.81º | 0.73% | 0.67% | - |
| HSV(B) | 335.81º | 0.53% | 0.91% | - |
| XYZ | 44.81 | 30.35 | 35.84 | - |
| YUV | 150.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 158 | 0 | 0.53 | 0.32 | 0.09 | 335.81 | 0.73 | 0.67 |
| Hex | E8 | 6C | 9E | 0 | 35 | 20 | 9 | 150 | 49 | 43 |
| Octal | 350 | 154 | 236 | 0 | 65 | 40 | 11 | 520 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10011110 | 0 | 110101 | 100000 | 1001 | 101010000 | 1001001 | 1000011 |
Color Harmonies of #E86C9E
Complementary color
Monochromatic Colors of #E86C9E
Black with #E86C9E
Text Example
Text Example
White with #E86C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C9E; }
p { color: rgb(232,108,158); }
H1.HeaderClassName
{
color: #E86C9E;
}
.AnyTagClassName
{
color: #E86C9E;
}
</style>
background-color css
<style>
a { background-color: #E86C9E; }
a { background-color: rgb(232,108,158); }
div.DivClassName
{
background-color: #E86C9E;
}
.BgClassName
{
background-color: #E86C9E;
}
</style>
border-color css
<style>
span { border-color: #E86C9E; }
span { border-color: rgb(232,108,158); }
td.TdClassName
{
border-color: #E86C9E;
}
.TagClassName
{
border-color: #E86C9E;
}
</style>