Shades of Pale Violet Red #E86C97
Tints of Pale Violet Red #E86C97
RGB
CMYK
RGB Variations
Color information
#E86C97 (or 0xE86C97) is known color: Pale Violet Red. HEX triplet: E8, 6C and 97. RGB value is (232,108,151). Sum of RGB (Red+Green+Blue) = 232+108+151=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C97 is #179368. Grayscale: #959595. Windows color (decimal): -1545065 or 9923816. OLE color: 9923816.
HSL color Cylindrical-coordinate representation of color #E86C97: hue angle of 339.19º 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 #E86C97 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 151 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.09 |
| HSL | 339.19º | 0.73% | 0.67% | - |
| HSV(B) | 339.19º | 0.53% | 0.91% | - |
| XYZ | 44.23 | 30.12 | 32.76 | - |
| YUV | 149.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 151 | 0 | 0.53 | 0.35 | 0.09 | 339.19 | 0.73 | 0.67 |
| Hex | E8 | 6C | 97 | 0 | 35 | 23 | 9 | 153 | 49 | 43 |
| Octal | 350 | 154 | 227 | 0 | 65 | 43 | 11 | 523 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10010111 | 0 | 110101 | 100011 | 1001 | 101010011 | 1001001 | 1000011 |
Color Harmonies of #E86C97
Complementary color
Monochromatic Colors of #E86C97
Black with #E86C97
Text Example
Text Example
White with #E86C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C97; }
p { color: rgb(232,108,151); }
H1.HeaderClassName
{
color: #E86C97;
}
.AnyTagClassName
{
color: #E86C97;
}
</style>
background-color css
<style>
a { background-color: #E86C97; }
a { background-color: rgb(232,108,151); }
div.DivClassName
{
background-color: #E86C97;
}
.BgClassName
{
background-color: #E86C97;
}
</style>
border-color css
<style>
span { border-color: #E86C97; }
span { border-color: rgb(232,108,151); }
td.TdClassName
{
border-color: #E86C97;
}
.TagClassName
{
border-color: #E86C97;
}
</style>