Shades of Persian Pink #E87DBA
Tints of Persian Pink #E87DBA
RGB
CMYK
RGB Variations
Color information
#E87DBA (or 0xE87DBA) is known color: Persian Pink. HEX triplet: E8, 7D and BA. RGB value is (232,125,186). Sum of RGB (Red+Green+Blue) = 232+125+186=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBA is #178245. Grayscale: #A3A3A3. Windows color (decimal): -1540678 or 12221928. OLE color: 12221928.
HSL color Cylindrical-coordinate representation of color #E87DBA: hue angle of 325.79º 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 #E87DBA is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 186 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.09 |
| HSL | 325.79º | 0.7% | 0.7% | - |
| HSV(B) | 325.79º | 0.46% | 0.91% | - |
| XYZ | 49.48 | 35.37 | 50.67 | - |
| YUV | 163.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 186 | 0 | 0.46 | 0.20 | 0.09 | 325.79 | 0.7 | 0.7 |
| Hex | E8 | 7D | BA | 0 | 2E | 14 | 9 | 146 | 46 | 46 |
| Octal | 350 | 175 | 272 | 0 | 56 | 24 | 11 | 506 | 106 | 106 |
| Binary | 11101000 | 1111101 | 10111010 | 0 | 101110 | 10100 | 1001 | 101000110 | 1000110 | 1000110 |
Color Harmonies of #E87DBA
Complementary color
Monochromatic Colors of #E87DBA
Black with #E87DBA
Text Example
Text Example
White with #E87DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DBA; }
p { color: rgb(232,125,186); }
H1.HeaderClassName
{
color: #E87DBA;
}
.AnyTagClassName
{
color: #E87DBA;
}
</style>
background-color css
<style>
a { background-color: #E87DBA; }
a { background-color: rgb(232,125,186); }
div.DivClassName
{
background-color: #E87DBA;
}
.BgClassName
{
background-color: #E87DBA;
}
</style>
border-color css
<style>
span { border-color: #E87DBA; }
span { border-color: rgb(232,125,186); }
td.TdClassName
{
border-color: #E87DBA;
}
.TagClassName
{
border-color: #E87DBA;
}
</style>