Shades of Persian Pink #E987B7
Tints of Persian Pink #E987B7
RGB
CMYK
RGB Variations
Color information
#E987B7 (or 0xE987B7) is known color: Persian Pink. HEX triplet: E9, 87 and B7. RGB value is (233,135,183). Sum of RGB (Red+Green+Blue) = 233+135+183=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E987B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E987B7 is #167848. Grayscale: #A9A9A9. Windows color (decimal): -1472585 or 12027881. OLE color: 12027881.
HSL color Cylindrical-coordinate representation of color #E987B7: hue angle of 330.61º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E987B7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 135 | 183 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.09 |
| HSL | 330.61º | 0.69% | 0.72% | - |
| HSV(B) | 330.61º | 0.42% | 0.91% | - |
| XYZ | 50.82 | 38.07 | 49.47 | - |
| YUV | 169.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 135 | 183 | 0 | 0.42 | 0.21 | 0.09 | 330.61 | 0.69 | 0.72 |
| Hex | E9 | 87 | B7 | 0 | 2A | 15 | 9 | 14B | 45 | 48 |
| Octal | 351 | 207 | 267 | 0 | 52 | 25 | 11 | 513 | 105 | 110 |
| Binary | 11101001 | 10000111 | 10110111 | 0 | 101010 | 10101 | 1001 | 101001011 | 1000101 | 1001000 |
Color Harmonies of #E987B7
Complementary color
Monochromatic Colors of #E987B7
Black with #E987B7
Text Example
Text Example
White with #E987B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E987B7; }
p { color: rgb(233,135,183); }
H1.HeaderClassName
{
color: #E987B7;
}
.AnyTagClassName
{
color: #E987B7;
}
</style>
background-color css
<style>
a { background-color: #E987B7; }
a { background-color: rgb(233,135,183); }
div.DivClassName
{
background-color: #E987B7;
}
.BgClassName
{
background-color: #E987B7;
}
</style>
border-color css
<style>
span { border-color: #E987B7; }
span { border-color: rgb(233,135,183); }
td.TdClassName
{
border-color: #E987B7;
}
.TagClassName
{
border-color: #E987B7;
}
</style>