Shades of Persian Pink #E87AB5
Tints of Persian Pink #E87AB5
RGB
CMYK
RGB Variations
Color information
#E87AB5 (or 0xE87AB5) is known color: Persian Pink. HEX triplet: E8, 7A and B5. RGB value is (232,122,181). Sum of RGB (Red+Green+Blue) = 232+122+181=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AB5 is #17854A. Grayscale: #A1A1A1. Windows color (decimal): -1541451 or 11893480. OLE color: 11893480.
HSL color Cylindrical-coordinate representation of color #E87AB5: hue angle of 327.82º 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 #E87AB5 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 181 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.09 |
| HSL | 327.82º | 0.71% | 0.69% | - |
| HSV(B) | 327.82º | 0.47% | 0.91% | - |
| XYZ | 48.58 | 34.41 | 47.8 | - |
| YUV | 161.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 181 | 0 | 0.47 | 0.22 | 0.09 | 327.82 | 0.71 | 0.69 |
| Hex | E8 | 7A | B5 | 0 | 2F | 16 | 9 | 148 | 47 | 45 |
| Octal | 350 | 172 | 265 | 0 | 57 | 26 | 11 | 510 | 107 | 105 |
| Binary | 11101000 | 1111010 | 10110101 | 0 | 101111 | 10110 | 1001 | 101001000 | 1000111 | 1000101 |
Color Harmonies of #E87AB5
Complementary color
Monochromatic Colors of #E87AB5
Black with #E87AB5
Text Example
Text Example
White with #E87AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AB5; }
p { color: rgb(232,122,181); }
H1.HeaderClassName
{
color: #E87AB5;
}
.AnyTagClassName
{
color: #E87AB5;
}
</style>
background-color css
<style>
a { background-color: #E87AB5; }
a { background-color: rgb(232,122,181); }
div.DivClassName
{
background-color: #E87AB5;
}
.BgClassName
{
background-color: #E87AB5;
}
</style>
border-color css
<style>
span { border-color: #E87AB5; }
span { border-color: rgb(232,122,181); }
td.TdClassName
{
border-color: #E87AB5;
}
.TagClassName
{
border-color: #E87AB5;
}
</style>