Shades of Persian Pink #E87AB6
Tints of Persian Pink #E87AB6
RGB
CMYK
RGB Variations
Color information
#E87AB6 (or 0xE87AB6) is known color: Persian Pink. HEX triplet: E8, 7A and B6. RGB value is (232,122,182). Sum of RGB (Red+Green+Blue) = 232+122+182=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AB6 is #178549. Grayscale: #A1A1A1. Windows color (decimal): -1541450 or 11959016. OLE color: 11959016.
HSL color Cylindrical-coordinate representation of color #E87AB6: hue angle of 327.27º 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 #E87AB6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 182 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.09 |
| HSL | 327.27º | 0.71% | 0.69% | - |
| HSV(B) | 327.27º | 0.47% | 0.91% | - |
| XYZ | 48.68 | 34.45 | 48.34 | - |
| YUV | 161.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 182 | 0 | 0.47 | 0.22 | 0.09 | 327.27 | 0.71 | 0.69 |
| Hex | E8 | 7A | B6 | 0 | 2F | 16 | 9 | 147 | 47 | 45 |
| Octal | 350 | 172 | 266 | 0 | 57 | 26 | 11 | 507 | 107 | 105 |
| Binary | 11101000 | 1111010 | 10110110 | 0 | 101111 | 10110 | 1001 | 101000111 | 1000111 | 1000101 |
Color Harmonies of #E87AB6
Complementary color
Monochromatic Colors of #E87AB6
Black with #E87AB6
Text Example
Text Example
White with #E87AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87AB6; }
p { color: rgb(232,122,182); }
H1.HeaderClassName
{
color: #E87AB6;
}
.AnyTagClassName
{
color: #E87AB6;
}
</style>
background-color css
<style>
a { background-color: #E87AB6; }
a { background-color: rgb(232,122,182); }
div.DivClassName
{
background-color: #E87AB6;
}
.BgClassName
{
background-color: #E87AB6;
}
</style>
border-color css
<style>
span { border-color: #E87AB6; }
span { border-color: rgb(232,122,182); }
td.TdClassName
{
border-color: #E87AB6;
}
.TagClassName
{
border-color: #E87AB6;
}
</style>