Shades of Persian Pink #E87BB5
Tints of Persian Pink #E87BB5
RGB
CMYK
RGB Variations
Color information
#E87BB5 (or 0xE87BB5) is known color: Persian Pink. HEX triplet: E8, 7B and B5. RGB value is (232,123,181). Sum of RGB (Red+Green+Blue) = 232+123+181=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BB5 is #17844A. Grayscale: #A2A2A2. Windows color (decimal): -1541195 or 11893736. OLE color: 11893736.
HSL color Cylindrical-coordinate representation of color #E87BB5: hue angle of 328.07º 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 #E87BB5 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 181 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.09 |
| HSL | 328.07º | 0.7% | 0.7% | - |
| HSV(B) | 328.07º | 0.47% | 0.91% | - |
| XYZ | 48.7 | 34.66 | 47.84 | - |
| YUV | 162.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 181 | 0 | 0.47 | 0.22 | 0.09 | 328.07 | 0.7 | 0.7 |
| Hex | E8 | 7B | B5 | 0 | 2F | 16 | 9 | 148 | 46 | 46 |
| Octal | 350 | 173 | 265 | 0 | 57 | 26 | 11 | 510 | 106 | 106 |
| Binary | 11101000 | 1111011 | 10110101 | 0 | 101111 | 10110 | 1001 | 101001000 | 1000110 | 1000110 |
Color Harmonies of #E87BB5
Complementary color
Monochromatic Colors of #E87BB5
Black with #E87BB5
Text Example
Text Example
White with #E87BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87BB5; }
p { color: rgb(232,123,181); }
H1.HeaderClassName
{
color: #E87BB5;
}
.AnyTagClassName
{
color: #E87BB5;
}
</style>
background-color css
<style>
a { background-color: #E87BB5; }
a { background-color: rgb(232,123,181); }
div.DivClassName
{
background-color: #E87BB5;
}
.BgClassName
{
background-color: #E87BB5;
}
</style>
border-color css
<style>
span { border-color: #E87BB5; }
span { border-color: rgb(232,123,181); }
td.TdClassName
{
border-color: #E87BB5;
}
.TagClassName
{
border-color: #E87BB5;
}
</style>