Shades of Persian Pink #E988B7
Tints of Persian Pink #E988B7
RGB
CMYK
RGB Variations
Color information
#E988B7 (or 0xE988B7) is known color: Persian Pink. HEX triplet: E9, 88 and B7. RGB value is (233,136,183). Sum of RGB (Red+Green+Blue) = 233+136+183=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988B7 is #167748. Grayscale: #AAAAAA. Windows color (decimal): -1472329 or 12028137. OLE color: 12028137.
HSL color Cylindrical-coordinate representation of color #E988B7: hue angle of 330.93º 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 #E988B7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 183 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.09 |
| HSL | 330.93º | 0.69% | 0.72% | - |
| HSV(B) | 330.93º | 0.42% | 0.91% | - |
| XYZ | 50.96 | 38.35 | 49.52 | - |
| YUV | 170.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 183 | 0 | 0.42 | 0.21 | 0.09 | 330.93 | 0.69 | 0.72 |
| Hex | E9 | 88 | B7 | 0 | 2A | 15 | 9 | 14B | 45 | 48 |
| Octal | 351 | 210 | 267 | 0 | 52 | 25 | 11 | 513 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10110111 | 0 | 101010 | 10101 | 1001 | 101001011 | 1000101 | 1001000 |
Color Harmonies of #E988B7
Complementary color
Monochromatic Colors of #E988B7
Black with #E988B7
Text Example
Text Example
White with #E988B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988B7; }
p { color: rgb(233,136,183); }
H1.HeaderClassName
{
color: #E988B7;
}
.AnyTagClassName
{
color: #E988B7;
}
</style>
background-color css
<style>
a { background-color: #E988B7; }
a { background-color: rgb(233,136,183); }
div.DivClassName
{
background-color: #E988B7;
}
.BgClassName
{
background-color: #E988B7;
}
</style>
border-color css
<style>
span { border-color: #E988B7; }
span { border-color: rgb(233,136,183); }
td.TdClassName
{
border-color: #E988B7;
}
.TagClassName
{
border-color: #E988B7;
}
</style>