Shades of Persian Pink #E786BB
Tints of Persian Pink #E786BB
RGB
CMYK
RGB Variations
Color information
#E786BB (or 0xE786BB) is known color: Persian Pink. HEX triplet: E7, 86 and BB. RGB value is (231,134,187). Sum of RGB (Red+Green+Blue) = 231+134+187=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E786BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786BB is #187944. Grayscale: #A8A8A8. Windows color (decimal): -1603909 or 12289767. OLE color: 12289767.
HSL color Cylindrical-coordinate representation of color #E786BB: hue angle of 327.22º 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 #E786BB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 187 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.09 |
| HSL | 327.22º | 0.67% | 0.72% | - |
| HSV(B) | 327.22º | 0.42% | 0.91% | - |
| XYZ | 50.45 | 37.63 | 51.62 | - |
| YUV | 169.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 187 | 0 | 0.42 | 0.19 | 0.09 | 327.22 | 0.67 | 0.72 |
| Hex | E7 | 86 | BB | 0 | 2A | 13 | 9 | 147 | 43 | 48 |
| Octal | 347 | 206 | 273 | 0 | 52 | 23 | 11 | 507 | 103 | 110 |
| Binary | 11100111 | 10000110 | 10111011 | 0 | 101010 | 10011 | 1001 | 101000111 | 1000011 | 1001000 |
Color Harmonies of #E786BB
Complementary color
Monochromatic Colors of #E786BB
Black with #E786BB
Text Example
Text Example
White with #E786BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E786BB; }
p { color: rgb(231,134,187); }
H1.HeaderClassName
{
color: #E786BB;
}
.AnyTagClassName
{
color: #E786BB;
}
</style>
background-color css
<style>
a { background-color: #E786BB; }
a { background-color: rgb(231,134,187); }
div.DivClassName
{
background-color: #E786BB;
}
.BgClassName
{
background-color: #E786BB;
}
</style>
border-color css
<style>
span { border-color: #E786BB; }
span { border-color: rgb(231,134,187); }
td.TdClassName
{
border-color: #E786BB;
}
.TagClassName
{
border-color: #E786BB;
}
</style>