Shades of Pale Violet Red #E86D9E
Tints of Pale Violet Red #E86D9E
RGB
CMYK
RGB Variations
Color information
#E86D9E (or 0xE86D9E) is known color: Pale Violet Red. HEX triplet: E8, 6D and 9E. RGB value is (232,109,158). Sum of RGB (Red+Green+Blue) = 232+109+158=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D9E is #179261. Grayscale: #979797. Windows color (decimal): -1544802 or 10382824. OLE color: 10382824.
HSL color Cylindrical-coordinate representation of color #E86D9E: hue angle of 336.1º 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 #E86D9E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 158 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.09 |
| HSL | 336.1º | 0.73% | 0.67% | - |
| HSV(B) | 336.1º | 0.53% | 0.91% | - |
| XYZ | 44.92 | 30.56 | 35.88 | - |
| YUV | 151.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 158 | 0 | 0.53 | 0.32 | 0.09 | 336.1 | 0.73 | 0.67 |
| Hex | E8 | 6D | 9E | 0 | 35 | 20 | 9 | 150 | 49 | 43 |
| Octal | 350 | 155 | 236 | 0 | 65 | 40 | 11 | 520 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10011110 | 0 | 110101 | 100000 | 1001 | 101010000 | 1001001 | 1000011 |
Color Harmonies of #E86D9E
Complementary color
Monochromatic Colors of #E86D9E
Black with #E86D9E
Text Example
Text Example
White with #E86D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D9E; }
p { color: rgb(232,109,158); }
H1.HeaderClassName
{
color: #E86D9E;
}
.AnyTagClassName
{
color: #E86D9E;
}
</style>
background-color css
<style>
a { background-color: #E86D9E; }
a { background-color: rgb(232,109,158); }
div.DivClassName
{
background-color: #E86D9E;
}
.BgClassName
{
background-color: #E86D9E;
}
</style>
border-color css
<style>
span { border-color: #E86D9E; }
span { border-color: rgb(232,109,158); }
td.TdClassName
{
border-color: #E86D9E;
}
.TagClassName
{
border-color: #E86D9E;
}
</style>