Shades of Persian Pink #EF86B7
Tints of Persian Pink #EF86B7
RGB
CMYK
RGB Variations
Color information
#EF86B7 (or 0xEF86B7) is known color: Persian Pink. HEX triplet: EF, 86 and B7. RGB value is (239,134,183). Sum of RGB (Red+Green+Blue) = 239+134+183=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86B7 is #107948. Grayscale: #AAAAAA. Windows color (decimal): -1079625 or 12027631. OLE color: 12027631.
HSL color Cylindrical-coordinate representation of color #EF86B7: hue angle of 332º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86B7 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 183 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.06 |
| HSL | 332º | 0.77% | 0.73% | - |
| HSV(B) | 332º | 0.44% | 0.94% | - |
| XYZ | 52.67 | 38.82 | 49.52 | - |
| YUV | 170.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 183 | 0 | 0.44 | 0.23 | 0.06 | 332 | 0.77 | 0.73 |
| Hex | EF | 86 | B7 | 0 | 2C | 17 | 6 | 14C | 4D | 49 |
| Octal | 357 | 206 | 267 | 0 | 54 | 27 | 6 | 514 | 115 | 111 |
| Binary | 11101111 | 10000110 | 10110111 | 0 | 101100 | 10111 | 110 | 101001100 | 1001101 | 1001001 |
Color Harmonies of #EF86B7
Complementary color
Monochromatic Colors of #EF86B7
Black with #EF86B7
Text Example
Text Example
White with #EF86B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF86B7; }
p { color: rgb(239,134,183); }
H1.HeaderClassName
{
color: #EF86B7;
}
.AnyTagClassName
{
color: #EF86B7;
}
</style>
background-color css
<style>
a { background-color: #EF86B7; }
a { background-color: rgb(239,134,183); }
div.DivClassName
{
background-color: #EF86B7;
}
.BgClassName
{
background-color: #EF86B7;
}
</style>
border-color css
<style>
span { border-color: #EF86B7; }
span { border-color: rgb(239,134,183); }
td.TdClassName
{
border-color: #EF86B7;
}
.TagClassName
{
border-color: #EF86B7;
}
</style>