Shades of Persian Pink #E87AB2
Tints of Persian Pink #E87AB2
RGB
CMYK
RGB Variations
Color information
#E87AB2 (or 0xE87AB2) is known color: Persian Pink. HEX triplet: E8, 7A and B2. RGB value is (232,122,178). Sum of RGB (Red+Green+Blue) = 232+122+178=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87AB2 is #17854D. Grayscale: #A1A1A1. Windows color (decimal): -1541454 or 11696872. OLE color: 11696872.
HSL color Cylindrical-coordinate representation of color #E87AB2: hue angle of 329.45º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87AB2 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 178 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.09 |
| HSL | 329.45º | 0.71% | 0.69% | - |
| HSV(B) | 329.45º | 0.47% | 0.91% | - |
| XYZ | 48.27 | 34.29 | 46.19 | - |
| YUV | 161.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 178 | 0 | 0.47 | 0.23 | 0.09 | 329.45 | 0.71 | 0.69 |
| Hex | E8 | 7A | B2 | 0 | 2F | 17 | 9 | 149 | 47 | 45 |
| Octal | 350 | 172 | 262 | 0 | 57 | 27 | 11 | 511 | 107 | 105 |
| Binary | 11101000 | 1111010 | 10110010 | 0 | 101111 | 10111 | 1001 | 101001001 | 1000111 | 1000101 |
Color Harmonies of #E87AB2
Complementary color
Monochromatic Colors of #E87AB2
Black with #E87AB2
Text Example
Text Example
White with #E87AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AB2; }
p { color: rgb(232,122,178); }
H1.HeaderClassName
{
color: #E87AB2;
}
.AnyTagClassName
{
color: #E87AB2;
}
</style>
background-color css
<style>
a { background-color: #E87AB2; }
a { background-color: rgb(232,122,178); }
div.DivClassName
{
background-color: #E87AB2;
}
.BgClassName
{
background-color: #E87AB2;
}
</style>
border-color css
<style>
span { border-color: #E87AB2; }
span { border-color: rgb(232,122,178); }
td.TdClassName
{
border-color: #E87AB2;
}
.TagClassName
{
border-color: #E87AB2;
}
</style>