Shades of Persian Pink #E986BC
Tints of Persian Pink #E986BC
RGB
CMYK
RGB Variations
Color information
#E986BC (or 0xE986BC) is known color: Persian Pink. HEX triplet: E9, 86 and BC. RGB value is (233,134,188). Sum of RGB (Red+Green+Blue) = 233+134+188=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BC is #167943. Grayscale: #A9A9A9. Windows color (decimal): -1472836 or 12355305. OLE color: 12355305.
HSL color Cylindrical-coordinate representation of color #E986BC: hue angle of 327.27º 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 #E986BC is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 188 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.09 |
| HSL | 327.27º | 0.69% | 0.72% | - |
| HSV(B) | 327.27º | 0.42% | 0.91% | - |
| XYZ | 51.21 | 38 | 52.21 | - |
| YUV | 169.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 188 | 0 | 0.42 | 0.19 | 0.09 | 327.27 | 0.69 | 0.72 |
| Hex | E9 | 86 | BC | 0 | 2A | 13 | 9 | 147 | 45 | 48 |
| Octal | 351 | 206 | 274 | 0 | 52 | 23 | 11 | 507 | 105 | 110 |
| Binary | 11101001 | 10000110 | 10111100 | 0 | 101010 | 10011 | 1001 | 101000111 | 1000101 | 1001000 |
Color Harmonies of #E986BC
Complementary color
Monochromatic Colors of #E986BC
Black with #E986BC
Text Example
Text Example
White with #E986BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986BC; }
p { color: rgb(233,134,188); }
H1.HeaderClassName
{
color: #E986BC;
}
.AnyTagClassName
{
color: #E986BC;
}
</style>
background-color css
<style>
a { background-color: #E986BC; }
a { background-color: rgb(233,134,188); }
div.DivClassName
{
background-color: #E986BC;
}
.BgClassName
{
background-color: #E986BC;
}
</style>
border-color css
<style>
span { border-color: #E986BC; }
span { border-color: rgb(233,134,188); }
td.TdClassName
{
border-color: #E986BC;
}
.TagClassName
{
border-color: #E986BC;
}
</style>