Shades of Persian Pink #EF88B8
Tints of Persian Pink #EF88B8
RGB
CMYK
RGB Variations
Color information
#EF88B8 (or 0xEF88B8) is known color: Persian Pink. HEX triplet: EF, 88 and B8. RGB value is (239,136,184). Sum of RGB (Red+Green+Blue) = 239+136+184=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88B8 is #107747. Grayscale: #ACACAC. Windows color (decimal): -1079112 or 12093679. OLE color: 12093679.
HSL color Cylindrical-coordinate representation of color #EF88B8: hue angle of 332.04º 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 #EF88B8 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 184 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.06 |
| HSL | 332.04º | 0.76% | 0.74% | - |
| HSV(B) | 332.04º | 0.43% | 0.94% | - |
| XYZ | 53.05 | 39.42 | 50.16 | - |
| YUV | 172.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 184 | 0 | 0.43 | 0.23 | 0.06 | 332.04 | 0.76 | 0.74 |
| Hex | EF | 88 | B8 | 0 | 2B | 17 | 6 | 14C | 4C | 4A |
| Octal | 357 | 210 | 270 | 0 | 53 | 27 | 6 | 514 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10111000 | 0 | 101011 | 10111 | 110 | 101001100 | 1001100 | 1001010 |
Color Harmonies of #EF88B8
Complementary color
Monochromatic Colors of #EF88B8
Black with #EF88B8
Text Example
Text Example
White with #EF88B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88B8; }
p { color: rgb(239,136,184); }
H1.HeaderClassName
{
color: #EF88B8;
}
.AnyTagClassName
{
color: #EF88B8;
}
</style>
background-color css
<style>
a { background-color: #EF88B8; }
a { background-color: rgb(239,136,184); }
div.DivClassName
{
background-color: #EF88B8;
}
.BgClassName
{
background-color: #EF88B8;
}
</style>
border-color css
<style>
span { border-color: #EF88B8; }
span { border-color: rgb(239,136,184); }
td.TdClassName
{
border-color: #EF88B8;
}
.TagClassName
{
border-color: #EF88B8;
}
</style>