Shades of Persian Pink #E87DB5
Tints of Persian Pink #E87DB5
RGB
CMYK
RGB Variations
Color information
#E87DB5 (or 0xE87DB5) is known color: Persian Pink. HEX triplet: E8, 7D and B5. RGB value is (232,125,181). Sum of RGB (Red+Green+Blue) = 232+125+181=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DB5 is #17824A. Grayscale: #A3A3A3. Windows color (decimal): -1540683 or 11894248. OLE color: 11894248.
HSL color Cylindrical-coordinate representation of color #E87DB5: hue angle of 328.6º 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 #E87DB5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 181 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.09 |
| HSL | 328.6º | 0.7% | 0.7% | - |
| HSV(B) | 328.6º | 0.46% | 0.91% | - |
| XYZ | 48.95 | 35.16 | 47.92 | - |
| YUV | 163.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 181 | 0 | 0.46 | 0.22 | 0.09 | 328.6 | 0.7 | 0.7 |
| Hex | E8 | 7D | B5 | 0 | 2E | 16 | 9 | 149 | 46 | 46 |
| Octal | 350 | 175 | 265 | 0 | 56 | 26 | 11 | 511 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10110101 | 0 | 101110 | 10110 | 1001 | 101001001 | 1000110 | 1000110 |
Color Harmonies of #E87DB5
Complementary color
Monochromatic Colors of #E87DB5
Black with #E87DB5
Text Example
Text Example
White with #E87DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DB5; }
p { color: rgb(232,125,181); }
H1.HeaderClassName
{
color: #E87DB5;
}
.AnyTagClassName
{
color: #E87DB5;
}
</style>
background-color css
<style>
a { background-color: #E87DB5; }
a { background-color: rgb(232,125,181); }
div.DivClassName
{
background-color: #E87DB5;
}
.BgClassName
{
background-color: #E87DB5;
}
</style>
border-color css
<style>
span { border-color: #E87DB5; }
span { border-color: rgb(232,125,181); }
td.TdClassName
{
border-color: #E87DB5;
}
.TagClassName
{
border-color: #E87DB5;
}
</style>