Shades of Persian Pink #E984BA
Tints of Persian Pink #E984BA
RGB
CMYK
RGB Variations
Color information
#E984BA (or 0xE984BA) is known color: Persian Pink. HEX triplet: E9, 84 and BA. RGB value is (233,132,186). Sum of RGB (Red+Green+Blue) = 233+132+186=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E984BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984BA is #167B45. Grayscale: #A8A8A8. Windows color (decimal): -1473350 or 12223721. OLE color: 12223721.
HSL color Cylindrical-coordinate representation of color #E984BA: hue angle of 327.92º 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 #E984BA is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 186 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.09 |
| HSL | 327.92º | 0.7% | 0.72% | - |
| HSV(B) | 327.92º | 0.43% | 0.91% | - |
| XYZ | 50.72 | 37.37 | 50.99 | - |
| YUV | 168.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 186 | 0 | 0.43 | 0.20 | 0.09 | 327.92 | 0.7 | 0.72 |
| Hex | E9 | 84 | BA | 0 | 2B | 14 | 9 | 148 | 46 | 48 |
| Octal | 351 | 204 | 272 | 0 | 53 | 24 | 11 | 510 | 106 | 110 |
| Binary | 11101001 | 10000100 | 10111010 | 0 | 101011 | 10100 | 1001 | 101001000 | 1000110 | 1001000 |
Color Harmonies of #E984BA
Complementary color
Monochromatic Colors of #E984BA
Black with #E984BA
Text Example
Text Example
White with #E984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984BA; }
p { color: rgb(233,132,186); }
H1.HeaderClassName
{
color: #E984BA;
}
.AnyTagClassName
{
color: #E984BA;
}
</style>
background-color css
<style>
a { background-color: #E984BA; }
a { background-color: rgb(233,132,186); }
div.DivClassName
{
background-color: #E984BA;
}
.BgClassName
{
background-color: #E984BA;
}
</style>
border-color css
<style>
span { border-color: #E984BA; }
span { border-color: rgb(233,132,186); }
td.TdClassName
{
border-color: #E984BA;
}
.TagClassName
{
border-color: #E984BA;
}
</style>