Shades of Persian Pink #EF89B8
Tints of Persian Pink #EF89B8
RGB
CMYK
RGB Variations
Color information
#EF89B8 (or 0xEF89B8) is known color: Persian Pink. HEX triplet: EF, 89 and B8. RGB value is (239,137,184). Sum of RGB (Red+Green+Blue) = 239+137+184=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89B8 is #107647. Grayscale: #ACACAC. Windows color (decimal): -1078856 or 12093935. OLE color: 12093935.
HSL color Cylindrical-coordinate representation of color #EF89B8: hue angle of 332.35º 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 #EF89B8 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 184 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.06 |
| HSL | 332.35º | 0.76% | 0.74% | - |
| HSV(B) | 332.35º | 0.43% | 0.94% | - |
| XYZ | 53.19 | 39.7 | 50.21 | - |
| YUV | 172.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 184 | 0 | 0.43 | 0.23 | 0.06 | 332.35 | 0.76 | 0.74 |
| Hex | EF | 89 | B8 | 0 | 2B | 17 | 6 | 14C | 4C | 4A |
| Octal | 357 | 211 | 270 | 0 | 53 | 27 | 6 | 514 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10111000 | 0 | 101011 | 10111 | 110 | 101001100 | 1001100 | 1001010 |
Color Harmonies of #EF89B8
Complementary color
Monochromatic Colors of #EF89B8
Black with #EF89B8
Text Example
Text Example
White with #EF89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89B8; }
p { color: rgb(239,137,184); }
H1.HeaderClassName
{
color: #EF89B8;
}
.AnyTagClassName
{
color: #EF89B8;
}
</style>
background-color css
<style>
a { background-color: #EF89B8; }
a { background-color: rgb(239,137,184); }
div.DivClassName
{
background-color: #EF89B8;
}
.BgClassName
{
background-color: #EF89B8;
}
</style>
border-color css
<style>
span { border-color: #EF89B8; }
span { border-color: rgb(239,137,184); }
td.TdClassName
{
border-color: #EF89B8;
}
.TagClassName
{
border-color: #EF89B8;
}
</style>