Shades of Pale Violet Red #E864A0
Tints of Pale Violet Red #E864A0
RGB
CMYK
RGB Variations
Color information
#E864A0 (or 0xE864A0) is known color: Pale Violet Red. HEX triplet: E8, 64 and A0. RGB value is (232,100,160). Sum of RGB (Red+Green+Blue) = 232+100+160=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E864A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E864A0 is #179B5F. Grayscale: #929292. Windows color (decimal): -1547104 or 10511592. OLE color: 10511592.
HSL color Cylindrical-coordinate representation of color #E864A0: hue angle of 332.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E864A0 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 160 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.09 |
| HSL | 332.73º | 0.74% | 0.65% | - |
| HSV(B) | 332.73º | 0.57% | 0.91% | - |
| XYZ | 44.18 | 28.81 | 36.49 | - |
| YUV | 146.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 160 | 0 | 0.57 | 0.31 | 0.09 | 332.73 | 0.74 | 0.65 |
| Hex | E8 | 64 | A0 | 0 | 39 | 1F | 9 | 14D | 4A | 41 |
| Octal | 350 | 144 | 240 | 0 | 71 | 37 | 11 | 515 | 112 | 101 |
| Binary | 11101000 | 1100100 | 10100000 | 0 | 111001 | 11111 | 1001 | 101001101 | 1001010 | 1000001 |
Color Harmonies of #E864A0
Complementary color
Monochromatic Colors of #E864A0
Black with #E864A0
Text Example
Text Example
White with #E864A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864A0; }
p { color: rgb(232,100,160); }
H1.HeaderClassName
{
color: #E864A0;
}
.AnyTagClassName
{
color: #E864A0;
}
</style>
background-color css
<style>
a { background-color: #E864A0; }
a { background-color: rgb(232,100,160); }
div.DivClassName
{
background-color: #E864A0;
}
.BgClassName
{
background-color: #E864A0;
}
</style>
border-color css
<style>
span { border-color: #E864A0; }
span { border-color: rgb(232,100,160); }
td.TdClassName
{
border-color: #E864A0;
}
.TagClassName
{
border-color: #E864A0;
}
</style>