Shades of Pale Violet Red #E86C9A
Tints of Pale Violet Red #E86C9A
RGB
CMYK
RGB Variations
Color information
#E86C9A (or 0xE86C9A) is known color: Pale Violet Red. HEX triplet: E8, 6C and 9A. RGB value is (232,108,154). Sum of RGB (Red+Green+Blue) = 232+108+154=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C9A is #179365. Grayscale: #969696. Windows color (decimal): -1545062 or 10120424. OLE color: 10120424.
HSL color Cylindrical-coordinate representation of color #E86C9A: hue angle of 337.74º 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 #E86C9A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 154 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.09 |
| HSL | 337.74º | 0.73% | 0.67% | - |
| HSV(B) | 337.74º | 0.53% | 0.91% | - |
| XYZ | 44.47 | 30.21 | 34.06 | - |
| YUV | 150.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 154 | 0 | 0.53 | 0.34 | 0.09 | 337.74 | 0.73 | 0.67 |
| Hex | E8 | 6C | 9A | 0 | 35 | 22 | 9 | 152 | 49 | 43 |
| Octal | 350 | 154 | 232 | 0 | 65 | 42 | 11 | 522 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10011010 | 0 | 110101 | 100010 | 1001 | 101010010 | 1001001 | 1000011 |
Color Harmonies of #E86C9A
Complementary color
Monochromatic Colors of #E86C9A
Black with #E86C9A
Text Example
Text Example
White with #E86C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C9A; }
p { color: rgb(232,108,154); }
H1.HeaderClassName
{
color: #E86C9A;
}
.AnyTagClassName
{
color: #E86C9A;
}
</style>
background-color css
<style>
a { background-color: #E86C9A; }
a { background-color: rgb(232,108,154); }
div.DivClassName
{
background-color: #E86C9A;
}
.BgClassName
{
background-color: #E86C9A;
}
</style>
border-color css
<style>
span { border-color: #E86C9A; }
span { border-color: rgb(232,108,154); }
td.TdClassName
{
border-color: #E86C9A;
}
.TagClassName
{
border-color: #E86C9A;
}
</style>