Shades of Persian Pink #EF89B7
Tints of Persian Pink #EF89B7
RGB
CMYK
RGB Variations
Color information
#EF89B7 (or 0xEF89B7) is known color: Persian Pink. HEX triplet: EF, 89 and B7. RGB value is (239,137,183). Sum of RGB (Red+Green+Blue) = 239+137+183=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89B7 is #107648. Grayscale: #ACACAC. Windows color (decimal): -1078857 or 12028399. OLE color: 12028399.
HSL color Cylindrical-coordinate representation of color #EF89B7: hue angle of 332.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89B7 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 183 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.06 |
| HSL | 332.94º | 0.76% | 0.74% | - |
| HSV(B) | 332.94º | 0.43% | 0.94% | - |
| XYZ | 53.09 | 39.66 | 49.66 | - |
| YUV | 172.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 183 | 0 | 0.43 | 0.23 | 0.06 | 332.94 | 0.76 | 0.74 |
| Hex | EF | 89 | B7 | 0 | 2B | 17 | 6 | 14D | 4C | 4A |
| Octal | 357 | 211 | 267 | 0 | 53 | 27 | 6 | 515 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10110111 | 0 | 101011 | 10111 | 110 | 101001101 | 1001100 | 1001010 |
Color Harmonies of #EF89B7
Complementary color
Monochromatic Colors of #EF89B7
Black with #EF89B7
Text Example
Text Example
White with #EF89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89B7; }
p { color: rgb(239,137,183); }
H1.HeaderClassName
{
color: #EF89B7;
}
.AnyTagClassName
{
color: #EF89B7;
}
</style>
background-color css
<style>
a { background-color: #EF89B7; }
a { background-color: rgb(239,137,183); }
div.DivClassName
{
background-color: #EF89B7;
}
.BgClassName
{
background-color: #EF89B7;
}
</style>
border-color css
<style>
span { border-color: #EF89B7; }
span { border-color: rgb(239,137,183); }
td.TdClassName
{
border-color: #EF89B7;
}
.TagClassName
{
border-color: #EF89B7;
}
</style>