Shades of Persian Pink #E787BA
Tints of Persian Pink #E787BA
RGB
CMYK
RGB Variations
Color information
#E787BA (or 0xE787BA) is known color: Persian Pink. HEX triplet: E7, 87 and BA. RGB value is (231,135,186). Sum of RGB (Red+Green+Blue) = 231+135+186=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E787BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787BA is #187845. Grayscale: #A9A9A9. Windows color (decimal): -1603654 or 12224487. OLE color: 12224487.
HSL color Cylindrical-coordinate representation of color #E787BA: hue angle of 328.12º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E787BA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 186 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.09 |
| HSL | 328.13º | 0.67% | 0.72% | - |
| HSV(B) | 328.13º | 0.42% | 0.91% | - |
| XYZ | 50.48 | 37.86 | 51.1 | - |
| YUV | 169.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 186 | 0 | 0.42 | 0.19 | 0.09 | 328.13 | 0.67 | 0.72 |
| Hex | E7 | 87 | BA | 0 | 2A | 13 | 9 | 148 | 43 | 48 |
| Octal | 347 | 207 | 272 | 0 | 52 | 23 | 11 | 510 | 103 | 110 |
| Binary | 11100111 | 10000111 | 10111010 | 0 | 101010 | 10011 | 1001 | 101001000 | 1000011 | 1001000 |
Color Harmonies of #E787BA
Complementary color
Monochromatic Colors of #E787BA
Black with #E787BA
Text Example
Text Example
White with #E787BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787BA; }
p { color: rgb(231,135,186); }
H1.HeaderClassName
{
color: #E787BA;
}
.AnyTagClassName
{
color: #E787BA;
}
</style>
background-color css
<style>
a { background-color: #E787BA; }
a { background-color: rgb(231,135,186); }
div.DivClassName
{
background-color: #E787BA;
}
.BgClassName
{
background-color: #E787BA;
}
</style>
border-color css
<style>
span { border-color: #E787BA; }
span { border-color: rgb(231,135,186); }
td.TdClassName
{
border-color: #E787BA;
}
.TagClassName
{
border-color: #E787BA;
}
</style>