Shades of Pale Violet Red #E86E9C
Tints of Pale Violet Red #E86E9C
RGB
CMYK
RGB Variations
Color information
#E86E9C (or 0xE86E9C) is known color: Pale Violet Red. HEX triplet: E8, 6E and 9C. RGB value is (232,110,156). Sum of RGB (Red+Green+Blue) = 232+110+156=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E9C is #179163. Grayscale: #979797. Windows color (decimal): -1544548 or 10252008. OLE color: 10252008.
HSL color Cylindrical-coordinate representation of color #E86E9C: hue angle of 337.38º 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 #E86E9C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 156 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.09 |
| HSL | 337.38º | 0.73% | 0.67% | - |
| HSV(B) | 337.38º | 0.53% | 0.91% | - |
| XYZ | 44.86 | 30.71 | 35.02 | - |
| YUV | 151.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 156 | 0 | 0.53 | 0.33 | 0.09 | 337.38 | 0.73 | 0.67 |
| Hex | E8 | 6E | 9C | 0 | 35 | 21 | 9 | 151 | 49 | 43 |
| Octal | 350 | 156 | 234 | 0 | 65 | 41 | 11 | 521 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10011100 | 0 | 110101 | 100001 | 1001 | 101010001 | 1001001 | 1000011 |
Color Harmonies of #E86E9C
Complementary color
Monochromatic Colors of #E86E9C
Black with #E86E9C
Text Example
Text Example
White with #E86E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E9C; }
p { color: rgb(232,110,156); }
H1.HeaderClassName
{
color: #E86E9C;
}
.AnyTagClassName
{
color: #E86E9C;
}
</style>
background-color css
<style>
a { background-color: #E86E9C; }
a { background-color: rgb(232,110,156); }
div.DivClassName
{
background-color: #E86E9C;
}
.BgClassName
{
background-color: #E86E9C;
}
</style>
border-color css
<style>
span { border-color: #E86E9C; }
span { border-color: rgb(232,110,156); }
td.TdClassName
{
border-color: #E86E9C;
}
.TagClassName
{
border-color: #E86E9C;
}
</style>