Shades of Persian Pink #E87DB0
Tints of Persian Pink #E87DB0
RGB
CMYK
RGB Variations
Color information
#E87DB0 (or 0xE87DB0) is known color: Persian Pink. HEX triplet: E8, 7D and B0. RGB value is (232,125,176). Sum of RGB (Red+Green+Blue) = 232+125+176=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DB0 is #17824F. Grayscale: #A2A2A2. Windows color (decimal): -1540688 or 11566568. OLE color: 11566568.
HSL color Cylindrical-coordinate representation of color #E87DB0: hue angle of 331.4º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DB0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 176 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.09 |
| HSL | 331.4º | 0.7% | 0.7% | - |
| HSV(B) | 331.4º | 0.46% | 0.91% | - |
| XYZ | 48.45 | 34.96 | 45.27 | - |
| YUV | 162.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 176 | 0 | 0.46 | 0.24 | 0.09 | 331.4 | 0.7 | 0.7 |
| Hex | E8 | 7D | B0 | 0 | 2E | 18 | 9 | 14B | 46 | 46 |
| Octal | 350 | 175 | 260 | 0 | 56 | 30 | 11 | 513 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10110000 | 0 | 101110 | 11000 | 1001 | 101001011 | 1000110 | 1000110 |
Color Harmonies of #E87DB0
Complementary color
Monochromatic Colors of #E87DB0
Black with #E87DB0
Text Example
Text Example
White with #E87DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DB0; }
p { color: rgb(232,125,176); }
H1.HeaderClassName
{
color: #E87DB0;
}
.AnyTagClassName
{
color: #E87DB0;
}
</style>
background-color css
<style>
a { background-color: #E87DB0; }
a { background-color: rgb(232,125,176); }
div.DivClassName
{
background-color: #E87DB0;
}
.BgClassName
{
background-color: #E87DB0;
}
</style>
border-color css
<style>
span { border-color: #E87DB0; }
span { border-color: rgb(232,125,176); }
td.TdClassName
{
border-color: #E87DB0;
}
.TagClassName
{
border-color: #E87DB0;
}
</style>