Shades of Pale Violet Red #E86D9C
Tints of Pale Violet Red #E86D9C
RGB
CMYK
RGB Variations
Color information
#E86D9C (or 0xE86D9C) is known color: Pale Violet Red. HEX triplet: E8, 6D and 9C. RGB value is (232,109,156). Sum of RGB (Red+Green+Blue) = 232+109+156=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D9C is #179263. Grayscale: #979797. Windows color (decimal): -1544804 or 10251752. OLE color: 10251752.
HSL color Cylindrical-coordinate representation of color #E86D9C: hue angle of 337.07º 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 #E86D9C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 156 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.09 |
| HSL | 337.07º | 0.73% | 0.67% | - |
| HSV(B) | 337.07º | 0.53% | 0.91% | - |
| XYZ | 44.75 | 30.49 | 34.98 | - |
| YUV | 151.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 156 | 0 | 0.53 | 0.33 | 0.09 | 337.07 | 0.73 | 0.67 |
| Hex | E8 | 6D | 9C | 0 | 35 | 21 | 9 | 151 | 49 | 43 |
| Octal | 350 | 155 | 234 | 0 | 65 | 41 | 11 | 521 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10011100 | 0 | 110101 | 100001 | 1001 | 101010001 | 1001001 | 1000011 |
Color Harmonies of #E86D9C
Complementary color
Monochromatic Colors of #E86D9C
Black with #E86D9C
Text Example
Text Example
White with #E86D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D9C; }
p { color: rgb(232,109,156); }
H1.HeaderClassName
{
color: #E86D9C;
}
.AnyTagClassName
{
color: #E86D9C;
}
</style>
background-color css
<style>
a { background-color: #E86D9C; }
a { background-color: rgb(232,109,156); }
div.DivClassName
{
background-color: #E86D9C;
}
.BgClassName
{
background-color: #E86D9C;
}
</style>
border-color css
<style>
span { border-color: #E86D9C; }
span { border-color: rgb(232,109,156); }
td.TdClassName
{
border-color: #E86D9C;
}
.TagClassName
{
border-color: #E86D9C;
}
</style>