Shades of Pale Violet Red #E865A1
Tints of Pale Violet Red #E865A1
RGB
CMYK
RGB Variations
Color information
#E865A1 (or 0xE865A1) is known color: Pale Violet Red. HEX triplet: E8, 65 and A1. RGB value is (232,101,161). Sum of RGB (Red+Green+Blue) = 232+101+161=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E865A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E865A1 is #179A5E. Grayscale: #929292. Windows color (decimal): -1546847 or 10577384. OLE color: 10577384.
HSL color Cylindrical-coordinate representation of color #E865A1: hue angle of 332.52º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865A1 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 161 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.09 |
| HSL | 332.52º | 0.74% | 0.65% | - |
| HSV(B) | 332.52º | 0.56% | 0.91% | - |
| XYZ | 44.37 | 29.04 | 36.98 | - |
| YUV | 147.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 161 | 0 | 0.56 | 0.31 | 0.09 | 332.52 | 0.74 | 0.65 |
| Hex | E8 | 65 | A1 | 0 | 38 | 1F | 9 | 14D | 4A | 41 |
| Octal | 350 | 145 | 241 | 0 | 70 | 37 | 11 | 515 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10100001 | 0 | 111000 | 11111 | 1001 | 101001101 | 1001010 | 1000001 |
Color Harmonies of #E865A1
Complementary color
Monochromatic Colors of #E865A1
Black with #E865A1
Text Example
Text Example
White with #E865A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865A1; }
p { color: rgb(232,101,161); }
H1.HeaderClassName
{
color: #E865A1;
}
.AnyTagClassName
{
color: #E865A1;
}
</style>
background-color css
<style>
a { background-color: #E865A1; }
a { background-color: rgb(232,101,161); }
div.DivClassName
{
background-color: #E865A1;
}
.BgClassName
{
background-color: #E865A1;
}
</style>
border-color css
<style>
span { border-color: #E865A1; }
span { border-color: rgb(232,101,161); }
td.TdClassName
{
border-color: #E865A1;
}
.TagClassName
{
border-color: #E865A1;
}
</style>