Shades of Persian Pink #E884BB
Tints of Persian Pink #E884BB
RGB
CMYK
RGB Variations
Color information
#E884BB (or 0xE884BB) is known color: Persian Pink. HEX triplet: E8, 84 and BB. RGB value is (232,132,187). Sum of RGB (Red+Green+Blue) = 232+132+187=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E884BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884BB is #177B44. Grayscale: #A8A8A8. Windows color (decimal): -1538885 or 12289256. OLE color: 12289256.
HSL color Cylindrical-coordinate representation of color #E884BB: hue angle of 327º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884BB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 187 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.09 |
| HSL | 327º | 0.68% | 0.71% | - |
| HSV(B) | 327º | 0.43% | 0.91% | - |
| XYZ | 50.5 | 37.25 | 51.54 | - |
| YUV | 168.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 187 | 0 | 0.43 | 0.19 | 0.09 | 327 | 0.68 | 0.71 |
| Hex | E8 | 84 | BB | 0 | 2B | 13 | 9 | 147 | 44 | 47 |
| Octal | 350 | 204 | 273 | 0 | 53 | 23 | 11 | 507 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10111011 | 0 | 101011 | 10011 | 1001 | 101000111 | 1000100 | 1000111 |
Color Harmonies of #E884BB
Complementary color
Monochromatic Colors of #E884BB
Black with #E884BB
Text Example
Text Example
White with #E884BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884BB; }
p { color: rgb(232,132,187); }
H1.HeaderClassName
{
color: #E884BB;
}
.AnyTagClassName
{
color: #E884BB;
}
</style>
background-color css
<style>
a { background-color: #E884BB; }
a { background-color: rgb(232,132,187); }
div.DivClassName
{
background-color: #E884BB;
}
.BgClassName
{
background-color: #E884BB;
}
</style>
border-color css
<style>
span { border-color: #E884BB; }
span { border-color: rgb(232,132,187); }
td.TdClassName
{
border-color: #E884BB;
}
.TagClassName
{
border-color: #E884BB;
}
</style>