Shades of Pale Violet Red #E86C9B
Tints of Pale Violet Red #E86C9B
RGB
CMYK
RGB Variations
Color information
#E86C9B (or 0xE86C9B) is known color: Pale Violet Red. HEX triplet: E8, 6C and 9B. RGB value is (232,108,155). Sum of RGB (Red+Green+Blue) = 232+108+155=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9B is #179364. Grayscale: #969696. Windows color (decimal): -1545061 or 10185960. OLE color: 10185960.
HSL color Cylindrical-coordinate representation of color #E86C9B: hue angle of 337.26º 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 #E86C9B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 155 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.09 |
| HSL | 337.26º | 0.73% | 0.67% | - |
| HSV(B) | 337.26º | 0.53% | 0.91% | - |
| XYZ | 44.56 | 30.25 | 34.5 | - |
| YUV | 150.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 155 | 0 | 0.53 | 0.33 | 0.09 | 337.26 | 0.73 | 0.67 |
| Hex | E8 | 6C | 9B | 0 | 35 | 21 | 9 | 151 | 49 | 43 |
| Octal | 350 | 154 | 233 | 0 | 65 | 41 | 11 | 521 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10011011 | 0 | 110101 | 100001 | 1001 | 101010001 | 1001001 | 1000011 |
Color Harmonies of #E86C9B
Complementary color
Monochromatic Colors of #E86C9B
Black with #E86C9B
Text Example
Text Example
White with #E86C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C9B; }
p { color: rgb(232,108,155); }
H1.HeaderClassName
{
color: #E86C9B;
}
.AnyTagClassName
{
color: #E86C9B;
}
</style>
background-color css
<style>
a { background-color: #E86C9B; }
a { background-color: rgb(232,108,155); }
div.DivClassName
{
background-color: #E86C9B;
}
.BgClassName
{
background-color: #E86C9B;
}
</style>
border-color css
<style>
span { border-color: #E86C9B; }
span { border-color: rgb(232,108,155); }
td.TdClassName
{
border-color: #E86C9B;
}
.TagClassName
{
border-color: #E86C9B;
}
</style>