Shades of Persian Pink #EF85BA
Tints of Persian Pink #EF85BA
RGB
CMYK
RGB Variations
Color information
#EF85BA (or 0xEF85BA) is known color: Persian Pink. HEX triplet: EF, 85 and BA. RGB value is (239,133,186). Sum of RGB (Red+Green+Blue) = 239+133+186=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85BA is #107A45. Grayscale: #AAAAAA. Windows color (decimal): -1079878 or 12223983. OLE color: 12223983.
HSL color Cylindrical-coordinate representation of color #EF85BA: hue angle of 330º 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 #EF85BA is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 186 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.06 |
| HSL | 330º | 0.77% | 0.73% | - |
| HSV(B) | 330º | 0.44% | 0.94% | - |
| XYZ | 52.85 | 38.67 | 51.13 | - |
| YUV | 170.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 186 | 0 | 0.44 | 0.22 | 0.06 | 330 | 0.77 | 0.73 |
| Hex | EF | 85 | BA | 0 | 2C | 16 | 6 | 14A | 4D | 49 |
| Octal | 357 | 205 | 272 | 0 | 54 | 26 | 6 | 512 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10111010 | 0 | 101100 | 10110 | 110 | 101001010 | 1001101 | 1001001 |
Color Harmonies of #EF85BA
Complementary color
Monochromatic Colors of #EF85BA
Black with #EF85BA
Text Example
Text Example
White with #EF85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85BA; }
p { color: rgb(239,133,186); }
H1.HeaderClassName
{
color: #EF85BA;
}
.AnyTagClassName
{
color: #EF85BA;
}
</style>
background-color css
<style>
a { background-color: #EF85BA; }
a { background-color: rgb(239,133,186); }
div.DivClassName
{
background-color: #EF85BA;
}
.BgClassName
{
background-color: #EF85BA;
}
</style>
border-color css
<style>
span { border-color: #EF85BA; }
span { border-color: rgb(239,133,186); }
td.TdClassName
{
border-color: #EF85BA;
}
.TagClassName
{
border-color: #EF85BA;
}
</style>