Shades of Pale Violet Red #E871A6
Tints of Pale Violet Red #E871A6
RGB
CMYK
RGB Variations
Color information
#E871A6 (or 0xE871A6) is known color: Pale Violet Red. HEX triplet: E8, 71 and A6. RGB value is (232,113,166). Sum of RGB (Red+Green+Blue) = 232+113+166=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E871A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E871A6 is #178E59. Grayscale: #9A9A9A. Windows color (decimal): -1543770 or 10908136. OLE color: 10908136.
HSL color Cylindrical-coordinate representation of color #E871A6: hue angle of 333.28º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871A6 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 166 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.09 |
| HSL | 333.28º | 0.72% | 0.68% | - |
| HSV(B) | 333.28º | 0.51% | 0.91% | - |
| XYZ | 46.07 | 31.72 | 39.77 | - |
| YUV | 154.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 166 | 0 | 0.51 | 0.28 | 0.09 | 333.28 | 0.72 | 0.68 |
| Hex | E8 | 71 | A6 | 0 | 33 | 1C | 9 | 14D | 48 | 44 |
| Octal | 350 | 161 | 246 | 0 | 63 | 34 | 11 | 515 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10100110 | 0 | 110011 | 11100 | 1001 | 101001101 | 1001000 | 1000100 |
Color Harmonies of #E871A6
Complementary color
Monochromatic Colors of #E871A6
Black with #E871A6
Text Example
Text Example
White with #E871A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871A6; }
p { color: rgb(232,113,166); }
H1.HeaderClassName
{
color: #E871A6;
}
.AnyTagClassName
{
color: #E871A6;
}
</style>
background-color css
<style>
a { background-color: #E871A6; }
a { background-color: rgb(232,113,166); }
div.DivClassName
{
background-color: #E871A6;
}
.BgClassName
{
background-color: #E871A6;
}
</style>
border-color css
<style>
span { border-color: #E871A6; }
span { border-color: rgb(232,113,166); }
td.TdClassName
{
border-color: #E871A6;
}
.TagClassName
{
border-color: #E871A6;
}
</style>