Shades of Persian Pink #E87CBD
Tints of Persian Pink #E87CBD
RGB
CMYK
RGB Variations
Color information
#E87CBD (or 0xE87CBD) is known color: Persian Pink. HEX triplet: E8, 7C and BD. RGB value is (232,124,189). Sum of RGB (Red+Green+Blue) = 232+124+189=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CBD is #178342. Grayscale: #A3A3A3. Windows color (decimal): -1540931 or 12418280. OLE color: 12418280.
HSL color Cylindrical-coordinate representation of color #E87CBD: hue angle of 323.89º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CBD is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 189 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.09 |
| HSL | 323.89º | 0.7% | 0.7% | - |
| HSV(B) | 323.89º | 0.47% | 0.91% | - |
| XYZ | 49.67 | 35.25 | 52.33 | - |
| YUV | 163.7 | 142.28 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 189 | 0 | 0.47 | 0.19 | 0.09 | 323.89 | 0.7 | 0.7 |
| Hex | E8 | 7C | BD | 0 | 2F | 13 | 9 | 144 | 46 | 46 |
| Octal | 350 | 174 | 275 | 0 | 57 | 23 | 11 | 504 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10111101 | 0 | 101111 | 10011 | 1001 | 101000100 | 1000110 | 1000110 |
Color Harmonies of #E87CBD
Complementary color
Monochromatic Colors of #E87CBD
Black with #E87CBD
Text Example
Text Example
White with #E87CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CBD; }
p { color: rgb(232,124,189); }
H1.HeaderClassName
{
color: #E87CBD;
}
.AnyTagClassName
{
color: #E87CBD;
}
</style>
background-color css
<style>
a { background-color: #E87CBD; }
a { background-color: rgb(232,124,189); }
div.DivClassName
{
background-color: #E87CBD;
}
.BgClassName
{
background-color: #E87CBD;
}
</style>
border-color css
<style>
span { border-color: #E87CBD; }
span { border-color: rgb(232,124,189); }
td.TdClassName
{
border-color: #E87CBD;
}
.TagClassName
{
border-color: #E87CBD;
}
</style>