Shades of Pale Violet Red #E86DA2
Tints of Pale Violet Red #E86DA2
RGB
CMYK
RGB Variations
Color information
#E86DA2 (or 0xE86DA2) is known color: Pale Violet Red. HEX triplet: E8, 6D and A2. RGB value is (232,109,162). Sum of RGB (Red+Green+Blue) = 232+109+162=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DA2 is #17925D. Grayscale: #979797. Windows color (decimal): -1544798 or 10644968. OLE color: 10644968.
HSL color Cylindrical-coordinate representation of color #E86DA2: hue angle of 334.15º 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 #E86DA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 162 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.09 |
| HSL | 334.15º | 0.73% | 0.67% | - |
| HSV(B) | 334.15º | 0.53% | 0.91% | - |
| XYZ | 45.27 | 30.7 | 37.72 | - |
| YUV | 151.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 162 | 0 | 0.53 | 0.30 | 0.09 | 334.15 | 0.73 | 0.67 |
| Hex | E8 | 6D | A2 | 0 | 35 | 1E | 9 | 14E | 49 | 43 |
| Octal | 350 | 155 | 242 | 0 | 65 | 36 | 11 | 516 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10100010 | 0 | 110101 | 11110 | 1001 | 101001110 | 1001001 | 1000011 |
Color Harmonies of #E86DA2
Complementary color
Monochromatic Colors of #E86DA2
Black with #E86DA2
Text Example
Text Example
White with #E86DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DA2; }
p { color: rgb(232,109,162); }
H1.HeaderClassName
{
color: #E86DA2;
}
.AnyTagClassName
{
color: #E86DA2;
}
</style>
background-color css
<style>
a { background-color: #E86DA2; }
a { background-color: rgb(232,109,162); }
div.DivClassName
{
background-color: #E86DA2;
}
.BgClassName
{
background-color: #E86DA2;
}
</style>
border-color css
<style>
span { border-color: #E86DA2; }
span { border-color: rgb(232,109,162); }
td.TdClassName
{
border-color: #E86DA2;
}
.TagClassName
{
border-color: #E86DA2;
}
</style>