Shades of Persian Pink #E87DBB
Tints of Persian Pink #E87DBB
RGB
CMYK
RGB Variations
Color information
#E87DBB (or 0xE87DBB) is known color: Persian Pink. HEX triplet: E8, 7D and BB. RGB value is (232,125,187). Sum of RGB (Red+Green+Blue) = 232+125+187=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBB is #178244. Grayscale: #A3A3A3. Windows color (decimal): -1540677 or 12287464. OLE color: 12287464.
HSL color Cylindrical-coordinate representation of color #E87DBB: hue angle of 325.23º 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 #E87DBB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 187 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.09 |
| HSL | 325.23º | 0.7% | 0.7% | - |
| HSV(B) | 325.23º | 0.46% | 0.91% | - |
| XYZ | 49.58 | 35.41 | 51.24 | - |
| YUV | 164.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 187 | 0 | 0.46 | 0.19 | 0.09 | 325.23 | 0.7 | 0.7 |
| Hex | E8 | 7D | BB | 0 | 2E | 13 | 9 | 145 | 46 | 46 |
| Octal | 350 | 175 | 273 | 0 | 56 | 23 | 11 | 505 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10111011 | 0 | 101110 | 10011 | 1001 | 101000101 | 1000110 | 1000110 |
Color Harmonies of #E87DBB
Complementary color
Monochromatic Colors of #E87DBB
Black with #E87DBB
Text Example
Text Example
White with #E87DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DBB; }
p { color: rgb(232,125,187); }
H1.HeaderClassName
{
color: #E87DBB;
}
.AnyTagClassName
{
color: #E87DBB;
}
</style>
background-color css
<style>
a { background-color: #E87DBB; }
a { background-color: rgb(232,125,187); }
div.DivClassName
{
background-color: #E87DBB;
}
.BgClassName
{
background-color: #E87DBB;
}
</style>
border-color css
<style>
span { border-color: #E87DBB; }
span { border-color: rgb(232,125,187); }
td.TdClassName
{
border-color: #E87DBB;
}
.TagClassName
{
border-color: #E87DBB;
}
</style>