Shades of Pale Violet Red #E86DA6
Tints of Pale Violet Red #E86DA6
RGB
CMYK
RGB Variations
Color information
#E86DA6 (or 0xE86DA6) is known color: Pale Violet Red. HEX triplet: E8, 6D and A6. RGB value is (232,109,166). Sum of RGB (Red+Green+Blue) = 232+109+166=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DA6 is #179259. Grayscale: #989898. Windows color (decimal): -1544794 or 10907112. OLE color: 10907112.
HSL color Cylindrical-coordinate representation of color #E86DA6: hue angle of 332.2º 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 #E86DA6 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 166 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.09 |
| HSL | 332.2º | 0.73% | 0.67% | - |
| HSV(B) | 332.2º | 0.53% | 0.91% | - |
| XYZ | 45.63 | 30.85 | 39.63 | - |
| YUV | 152.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 166 | 0 | 0.53 | 0.28 | 0.09 | 332.2 | 0.73 | 0.67 |
| Hex | E8 | 6D | A6 | 0 | 35 | 1C | 9 | 14C | 49 | 43 |
| Octal | 350 | 155 | 246 | 0 | 65 | 34 | 11 | 514 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10100110 | 0 | 110101 | 11100 | 1001 | 101001100 | 1001001 | 1000011 |
Color Harmonies of #E86DA6
Complementary color
Monochromatic Colors of #E86DA6
Black with #E86DA6
Text Example
Text Example
White with #E86DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DA6; }
p { color: rgb(232,109,166); }
H1.HeaderClassName
{
color: #E86DA6;
}
.AnyTagClassName
{
color: #E86DA6;
}
</style>
background-color css
<style>
a { background-color: #E86DA6; }
a { background-color: rgb(232,109,166); }
div.DivClassName
{
background-color: #E86DA6;
}
.BgClassName
{
background-color: #E86DA6;
}
</style>
border-color css
<style>
span { border-color: #E86DA6; }
span { border-color: rgb(232,109,166); }
td.TdClassName
{
border-color: #E86DA6;
}
.TagClassName
{
border-color: #E86DA6;
}
</style>