Shades of Persian Pink #E87FBA
Tints of Persian Pink #E87FBA
RGB
CMYK
RGB Variations
Color information
#E87FBA (or 0xE87FBA) is known color: Persian Pink. HEX triplet: E8, 7F and BA. RGB value is (232,127,186). Sum of RGB (Red+Green+Blue) = 232+127+186=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FBA is #178045. Grayscale: #A4A4A4. Windows color (decimal): -1540166 or 12222440. OLE color: 12222440.
HSL color Cylindrical-coordinate representation of color #E87FBA: hue angle of 326.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FBA is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 186 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.09 |
| HSL | 326.29º | 0.7% | 0.7% | - |
| HSV(B) | 326.29º | 0.45% | 0.91% | - |
| XYZ | 49.73 | 35.88 | 50.76 | - |
| YUV | 165.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 186 | 0 | 0.45 | 0.20 | 0.09 | 326.29 | 0.7 | 0.7 |
| Hex | E8 | 7F | BA | 0 | 2D | 14 | 9 | 146 | 46 | 46 |
| Octal | 350 | 177 | 272 | 0 | 55 | 24 | 11 | 506 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10111010 | 0 | 101101 | 10100 | 1001 | 101000110 | 1000110 | 1000110 |
Color Harmonies of #E87FBA
Complementary color
Monochromatic Colors of #E87FBA
Black with #E87FBA
Text Example
Text Example
White with #E87FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FBA; }
p { color: rgb(232,127,186); }
H1.HeaderClassName
{
color: #E87FBA;
}
.AnyTagClassName
{
color: #E87FBA;
}
</style>
background-color css
<style>
a { background-color: #E87FBA; }
a { background-color: rgb(232,127,186); }
div.DivClassName
{
background-color: #E87FBA;
}
.BgClassName
{
background-color: #E87FBA;
}
</style>
border-color css
<style>
span { border-color: #E87FBA; }
span { border-color: rgb(232,127,186); }
td.TdClassName
{
border-color: #E87FBA;
}
.TagClassName
{
border-color: #E87FBA;
}
</style>