Shades of Persian Pink #E884B9
Tints of Persian Pink #E884B9
RGB
CMYK
RGB Variations
Color information
#E884B9 (or 0xE884B9) is known color: Persian Pink. HEX triplet: E8, 84 and B9. RGB value is (232,132,185). Sum of RGB (Red+Green+Blue) = 232+132+185=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E884B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884B9 is #177B46. Grayscale: #A7A7A7. Windows color (decimal): -1538887 or 12158184. OLE color: 12158184.
HSL color Cylindrical-coordinate representation of color #E884B9: hue angle of 328.2º 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 #E884B9 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 185 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.09 |
| HSL | 328.2º | 0.68% | 0.71% | - |
| HSV(B) | 328.2º | 0.43% | 0.91% | - |
| XYZ | 50.29 | 37.16 | 50.42 | - |
| YUV | 167.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 185 | 0 | 0.43 | 0.20 | 0.09 | 328.2 | 0.68 | 0.71 |
| Hex | E8 | 84 | B9 | 0 | 2B | 14 | 9 | 148 | 44 | 47 |
| Octal | 350 | 204 | 271 | 0 | 53 | 24 | 11 | 510 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10111001 | 0 | 101011 | 10100 | 1001 | 101001000 | 1000100 | 1000111 |
Color Harmonies of #E884B9
Complementary color
Monochromatic Colors of #E884B9
Black with #E884B9
Text Example
Text Example
White with #E884B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884B9; }
p { color: rgb(232,132,185); }
H1.HeaderClassName
{
color: #E884B9;
}
.AnyTagClassName
{
color: #E884B9;
}
</style>
background-color css
<style>
a { background-color: #E884B9; }
a { background-color: rgb(232,132,185); }
div.DivClassName
{
background-color: #E884B9;
}
.BgClassName
{
background-color: #E884B9;
}
</style>
border-color css
<style>
span { border-color: #E884B9; }
span { border-color: rgb(232,132,185); }
td.TdClassName
{
border-color: #E884B9;
}
.TagClassName
{
border-color: #E884B9;
}
</style>