Shades of Persian Pink #E87CB5
Tints of Persian Pink #E87CB5
RGB
CMYK
RGB Variations
Color information
#E87CB5 (or 0xE87CB5) is known color: Persian Pink. HEX triplet: E8, 7C and B5. RGB value is (232,124,181). Sum of RGB (Red+Green+Blue) = 232+124+181=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CB5 is #17834A. Grayscale: #A2A2A2. Windows color (decimal): -1540939 or 11893992. OLE color: 11893992.
HSL color Cylindrical-coordinate representation of color #E87CB5: hue angle of 328.33º 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 #E87CB5 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 181 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.09 |
| HSL | 328.33º | 0.7% | 0.7% | - |
| HSV(B) | 328.33º | 0.47% | 0.91% | - |
| XYZ | 48.83 | 34.91 | 47.88 | - |
| YUV | 162.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 181 | 0 | 0.47 | 0.22 | 0.09 | 328.33 | 0.7 | 0.7 |
| Hex | E8 | 7C | B5 | 0 | 2F | 16 | 9 | 148 | 46 | 46 |
| Octal | 350 | 174 | 265 | 0 | 57 | 26 | 11 | 510 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10110101 | 0 | 101111 | 10110 | 1001 | 101001000 | 1000110 | 1000110 |
Color Harmonies of #E87CB5
Complementary color
Monochromatic Colors of #E87CB5
Black with #E87CB5
Text Example
Text Example
White with #E87CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CB5; }
p { color: rgb(232,124,181); }
H1.HeaderClassName
{
color: #E87CB5;
}
.AnyTagClassName
{
color: #E87CB5;
}
</style>
background-color css
<style>
a { background-color: #E87CB5; }
a { background-color: rgb(232,124,181); }
div.DivClassName
{
background-color: #E87CB5;
}
.BgClassName
{
background-color: #E87CB5;
}
</style>
border-color css
<style>
span { border-color: #E87CB5; }
span { border-color: rgb(232,124,181); }
td.TdClassName
{
border-color: #E87CB5;
}
.TagClassName
{
border-color: #E87CB5;
}
</style>