Shades of Persian Pink #E87CB3
Tints of Persian Pink #E87CB3
RGB
CMYK
RGB Variations
Color information
#E87CB3 (or 0xE87CB3) is known color: Persian Pink. HEX triplet: E8, 7C and B3. RGB value is (232,124,179). Sum of RGB (Red+Green+Blue) = 232+124+179=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CB3 is #17834C. Grayscale: #A2A2A2. Windows color (decimal): -1540941 or 11762920. OLE color: 11762920.
HSL color Cylindrical-coordinate representation of color #E87CB3: hue angle of 329.44º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CB3 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 179 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.09 |
| HSL | 329.44º | 0.7% | 0.7% | - |
| HSV(B) | 329.44º | 0.47% | 0.91% | - |
| XYZ | 48.62 | 34.83 | 46.81 | - |
| YUV | 162.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 179 | 0 | 0.47 | 0.23 | 0.09 | 329.44 | 0.7 | 0.7 |
| Hex | E8 | 7C | B3 | 0 | 2F | 17 | 9 | 149 | 46 | 46 |
| Octal | 350 | 174 | 263 | 0 | 57 | 27 | 11 | 511 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10110011 | 0 | 101111 | 10111 | 1001 | 101001001 | 1000110 | 1000110 |
Color Harmonies of #E87CB3
Complementary color
Monochromatic Colors of #E87CB3
Black with #E87CB3
Text Example
Text Example
White with #E87CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CB3; }
p { color: rgb(232,124,179); }
H1.HeaderClassName
{
color: #E87CB3;
}
.AnyTagClassName
{
color: #E87CB3;
}
</style>
background-color css
<style>
a { background-color: #E87CB3; }
a { background-color: rgb(232,124,179); }
div.DivClassName
{
background-color: #E87CB3;
}
.BgClassName
{
background-color: #E87CB3;
}
</style>
border-color css
<style>
span { border-color: #E87CB3; }
span { border-color: rgb(232,124,179); }
td.TdClassName
{
border-color: #E87CB3;
}
.TagClassName
{
border-color: #E87CB3;
}
</style>