Shades of Persian Pink #E586BB
Tints of Persian Pink #E586BB
RGB
CMYK
RGB Variations
Color information
#E586BB (or 0xE586BB) is known color: Persian Pink. HEX triplet: E5, 86 and BB. RGB value is (229,134,187). Sum of RGB (Red+Green+Blue) = 229+134+187=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E586BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586BB is #1A7944. Grayscale: #A8A8A8. Windows color (decimal): -1734981 or 12289765. OLE color: 12289765.
HSL color Cylindrical-coordinate representation of color #E586BB: hue angle of 326.53º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586BB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 187 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.10 |
| HSL | 326.53º | 0.65% | 0.71% | - |
| HSV(B) | 326.53º | 0.41% | 0.9% | - |
| XYZ | 49.81 | 37.3 | 51.59 | - |
| YUV | 168.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 187 | 0 | 0.41 | 0.18 | 0.10 | 326.53 | 0.65 | 0.71 |
| Hex | E5 | 86 | BB | 0 | 29 | 12 | A | 147 | 41 | 47 |
| Octal | 345 | 206 | 273 | 0 | 51 | 22 | 12 | 507 | 101 | 107 |
| Binary | 11100101 | 10000110 | 10111011 | 0 | 101001 | 10010 | 1010 | 101000111 | 1000001 | 1000111 |
Color Harmonies of #E586BB
Complementary color
Monochromatic Colors of #E586BB
Black with #E586BB
Text Example
Text Example
White with #E586BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586BB; }
p { color: rgb(229,134,187); }
H1.HeaderClassName
{
color: #E586BB;
}
.AnyTagClassName
{
color: #E586BB;
}
</style>
background-color css
<style>
a { background-color: #E586BB; }
a { background-color: rgb(229,134,187); }
div.DivClassName
{
background-color: #E586BB;
}
.BgClassName
{
background-color: #E586BB;
}
</style>
border-color css
<style>
span { border-color: #E586BB; }
span { border-color: rgb(229,134,187); }
td.TdClassName
{
border-color: #E586BB;
}
.TagClassName
{
border-color: #E586BB;
}
</style>