Shades of Pale Violet Red #E86FA4
Tints of Pale Violet Red #E86FA4
RGB
CMYK
RGB Variations
Color information
#E86FA4 (or 0xE86FA4) is known color: Pale Violet Red. HEX triplet: E8, 6F and A4. RGB value is (232,111,164). Sum of RGB (Red+Green+Blue) = 232+111+164=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86FA4 is #17905B. Grayscale: #999999. Windows color (decimal): -1544284 or 10776552. OLE color: 10776552.
HSL color Cylindrical-coordinate representation of color #E86FA4: hue angle of 333.72º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86FA4 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 164 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.09 |
| HSL | 333.72º | 0.72% | 0.67% | - |
| HSV(B) | 333.72º | 0.52% | 0.91% | - |
| XYZ | 45.66 | 31.21 | 38.74 | - |
| YUV | 153.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 164 | 0 | 0.52 | 0.29 | 0.09 | 333.72 | 0.72 | 0.67 |
| Hex | E8 | 6F | A4 | 0 | 34 | 1D | 9 | 14E | 48 | 43 |
| Octal | 350 | 157 | 244 | 0 | 64 | 35 | 11 | 516 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10100100 | 0 | 110100 | 11101 | 1001 | 101001110 | 1001000 | 1000011 |
Color Harmonies of #E86FA4
Complementary color
Monochromatic Colors of #E86FA4
Black with #E86FA4
Text Example
Text Example
White with #E86FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FA4; }
p { color: rgb(232,111,164); }
H1.HeaderClassName
{
color: #E86FA4;
}
.AnyTagClassName
{
color: #E86FA4;
}
</style>
background-color css
<style>
a { background-color: #E86FA4; }
a { background-color: rgb(232,111,164); }
div.DivClassName
{
background-color: #E86FA4;
}
.BgClassName
{
background-color: #E86FA4;
}
</style>
border-color css
<style>
span { border-color: #E86FA4; }
span { border-color: rgb(232,111,164); }
td.TdClassName
{
border-color: #E86FA4;
}
.TagClassName
{
border-color: #E86FA4;
}
</style>