Shades of Persian Pink #E986BD
Tints of Persian Pink #E986BD
RGB
CMYK
RGB Variations
Color information
#E986BD (or 0xE986BD) is known color: Persian Pink. HEX triplet: E9, 86 and BD. RGB value is (233,134,189). Sum of RGB (Red+Green+Blue) = 233+134+189=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BD is #167942. Grayscale: #A9A9A9. Windows color (decimal): -1472835 or 12420841. OLE color: 12420841.
HSL color Cylindrical-coordinate representation of color #E986BD: hue angle of 326.67º degrees, saturation: 0.69, 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 #E986BD is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 189 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.09 |
| HSL | 326.67º | 0.69% | 0.72% | - |
| HSV(B) | 326.67º | 0.42% | 0.91% | - |
| XYZ | 51.31 | 38.05 | 52.78 | - |
| YUV | 169.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 189 | 0 | 0.42 | 0.19 | 0.09 | 326.67 | 0.69 | 0.72 |
| Hex | E9 | 86 | BD | 0 | 2A | 13 | 9 | 147 | 45 | 48 |
| Octal | 351 | 206 | 275 | 0 | 52 | 23 | 11 | 507 | 105 | 110 |
| Binary | 11101001 | 10000110 | 10111101 | 0 | 101010 | 10011 | 1001 | 101000111 | 1000101 | 1001000 |
Color Harmonies of #E986BD
Complementary color
Monochromatic Colors of #E986BD
Black with #E986BD
Text Example
Text Example
White with #E986BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986BD; }
p { color: rgb(233,134,189); }
H1.HeaderClassName
{
color: #E986BD;
}
.AnyTagClassName
{
color: #E986BD;
}
</style>
background-color css
<style>
a { background-color: #E986BD; }
a { background-color: rgb(233,134,189); }
div.DivClassName
{
background-color: #E986BD;
}
.BgClassName
{
background-color: #E986BD;
}
</style>
border-color css
<style>
span { border-color: #E986BD; }
span { border-color: rgb(233,134,189); }
td.TdClassName
{
border-color: #E986BD;
}
.TagClassName
{
border-color: #E986BD;
}
</style>