Shades of Pale Violet Red #E86BA4
Tints of Pale Violet Red #E86BA4
RGB
CMYK
RGB Variations
Color information
#E86BA4 (or 0xE86BA4) is known color: Pale Violet Red. HEX triplet: E8, 6B and A4. RGB value is (232,107,164). Sum of RGB (Red+Green+Blue) = 232+107+164=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86BA4 is #17945B. Grayscale: #969696. Windows color (decimal): -1545308 or 10775528. OLE color: 10775528.
HSL color Cylindrical-coordinate representation of color #E86BA4: hue angle of 332.64º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BA4 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 164 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.09 |
| HSL | 332.64º | 0.73% | 0.66% | - |
| HSV(B) | 332.64º | 0.54% | 0.91% | - |
| XYZ | 45.24 | 30.35 | 38.6 | - |
| YUV | 150.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 164 | 0 | 0.54 | 0.29 | 0.09 | 332.64 | 0.73 | 0.66 |
| Hex | E8 | 6B | A4 | 0 | 36 | 1D | 9 | 14D | 49 | 42 |
| Octal | 350 | 153 | 244 | 0 | 66 | 35 | 11 | 515 | 111 | 102 |
| Binary | 11101000 | 1101011 | 10100100 | 0 | 110110 | 11101 | 1001 | 101001101 | 1001001 | 1000010 |
Color Harmonies of #E86BA4
Complementary color
Monochromatic Colors of #E86BA4
Black with #E86BA4
Text Example
Text Example
White with #E86BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BA4; }
p { color: rgb(232,107,164); }
H1.HeaderClassName
{
color: #E86BA4;
}
.AnyTagClassName
{
color: #E86BA4;
}
</style>
background-color css
<style>
a { background-color: #E86BA4; }
a { background-color: rgb(232,107,164); }
div.DivClassName
{
background-color: #E86BA4;
}
.BgClassName
{
background-color: #E86BA4;
}
</style>
border-color css
<style>
span { border-color: #E86BA4; }
span { border-color: rgb(232,107,164); }
td.TdClassName
{
border-color: #E86BA4;
}
.TagClassName
{
border-color: #E86BA4;
}
</style>