Shades of Pale Violet Red #E871A5
Tints of Pale Violet Red #E871A5
RGB
CMYK
RGB Variations
Color information
#E871A5 (or 0xE871A5) is known color: Pale Violet Red. HEX triplet: E8, 71 and A5. RGB value is (232,113,165). Sum of RGB (Red+Green+Blue) = 232+113+165=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E871A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E871A5 is #178E5A. Grayscale: #9A9A9A. Windows color (decimal): -1543771 or 10842600. OLE color: 10842600.
HSL color Cylindrical-coordinate representation of color #E871A5: hue angle of 333.78º 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 #E871A5 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 165 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.09 |
| HSL | 333.78º | 0.72% | 0.68% | - |
| HSV(B) | 333.78º | 0.51% | 0.91% | - |
| XYZ | 45.98 | 31.68 | 39.29 | - |
| YUV | 154.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 165 | 0 | 0.51 | 0.29 | 0.09 | 333.78 | 0.72 | 0.68 |
| Hex | E8 | 71 | A5 | 0 | 33 | 1D | 9 | 14E | 48 | 44 |
| Octal | 350 | 161 | 245 | 0 | 63 | 35 | 11 | 516 | 110 | 104 |
| Binary | 11101000 | 1110001 | 10100101 | 0 | 110011 | 11101 | 1001 | 101001110 | 1001000 | 1000100 |
Color Harmonies of #E871A5
Complementary color
Monochromatic Colors of #E871A5
Black with #E871A5
Text Example
Text Example
White with #E871A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871A5; }
p { color: rgb(232,113,165); }
H1.HeaderClassName
{
color: #E871A5;
}
.AnyTagClassName
{
color: #E871A5;
}
</style>
background-color css
<style>
a { background-color: #E871A5; }
a { background-color: rgb(232,113,165); }
div.DivClassName
{
background-color: #E871A5;
}
.BgClassName
{
background-color: #E871A5;
}
</style>
border-color css
<style>
span { border-color: #E871A5; }
span { border-color: rgb(232,113,165); }
td.TdClassName
{
border-color: #E871A5;
}
.TagClassName
{
border-color: #E871A5;
}
</style>