Shades of Persian Pink #E984B1
Tints of Persian Pink #E984B1
RGB
CMYK
RGB Variations
Color information
#E984B1 (or 0xE984B1) is known color: Persian Pink. HEX triplet: E9, 84 and B1. RGB value is (233,132,177). Sum of RGB (Red+Green+Blue) = 233+132+177=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E984B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E984B1 is #167B4E. Grayscale: #A7A7A7. Windows color (decimal): -1473359 or 11633897. OLE color: 11633897.
HSL color Cylindrical-coordinate representation of color #E984B1: hue angle of 333.27º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984B1 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 177 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.09 |
| HSL | 333.27º | 0.7% | 0.72% | - |
| HSV(B) | 333.27º | 0.43% | 0.91% | - |
| XYZ | 49.79 | 37 | 46.11 | - |
| YUV | 167.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 177 | 0 | 0.43 | 0.24 | 0.09 | 333.27 | 0.7 | 0.72 |
| Hex | E9 | 84 | B1 | 0 | 2B | 18 | 9 | 14D | 46 | 48 |
| Octal | 351 | 204 | 261 | 0 | 53 | 30 | 11 | 515 | 106 | 110 |
| Binary | 11101001 | 10000100 | 10110001 | 0 | 101011 | 11000 | 1001 | 101001101 | 1000110 | 1001000 |
Color Harmonies of #E984B1
Complementary color
Monochromatic Colors of #E984B1
Black with #E984B1
Text Example
Text Example
White with #E984B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984B1; }
p { color: rgb(233,132,177); }
H1.HeaderClassName
{
color: #E984B1;
}
.AnyTagClassName
{
color: #E984B1;
}
</style>
background-color css
<style>
a { background-color: #E984B1; }
a { background-color: rgb(233,132,177); }
div.DivClassName
{
background-color: #E984B1;
}
.BgClassName
{
background-color: #E984B1;
}
</style>
border-color css
<style>
span { border-color: #E984B1; }
span { border-color: rgb(233,132,177); }
td.TdClassName
{
border-color: #E984B1;
}
.TagClassName
{
border-color: #E984B1;
}
</style>