Shades of Persian Pink #EF85B7
Tints of Persian Pink #EF85B7
RGB
CMYK
RGB Variations
Color information
#EF85B7 (or 0xEF85B7) is known color: Persian Pink. HEX triplet: EF, 85 and B7. RGB value is (239,133,183). Sum of RGB (Red+Green+Blue) = 239+133+183=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85B7 is #107A48. Grayscale: #AAAAAA. Windows color (decimal): -1079881 or 12027375. OLE color: 12027375.
HSL color Cylindrical-coordinate representation of color #EF85B7: hue angle of 331.7º 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 #EF85B7 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 183 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.06 |
| HSL | 331.7º | 0.77% | 0.73% | - |
| HSV(B) | 331.7º | 0.44% | 0.94% | - |
| XYZ | 52.53 | 38.54 | 49.47 | - |
| YUV | 170.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 183 | 0 | 0.44 | 0.23 | 0.06 | 331.7 | 0.77 | 0.73 |
| Hex | EF | 85 | B7 | 0 | 2C | 17 | 6 | 14C | 4D | 49 |
| Octal | 357 | 205 | 267 | 0 | 54 | 27 | 6 | 514 | 115 | 111 |
| Binary | 11101111 | 10000101 | 10110111 | 0 | 101100 | 10111 | 110 | 101001100 | 1001101 | 1001001 |
Color Harmonies of #EF85B7
Complementary color
Monochromatic Colors of #EF85B7
Black with #EF85B7
Text Example
Text Example
White with #EF85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85B7; }
p { color: rgb(239,133,183); }
H1.HeaderClassName
{
color: #EF85B7;
}
.AnyTagClassName
{
color: #EF85B7;
}
</style>
background-color css
<style>
a { background-color: #EF85B7; }
a { background-color: rgb(239,133,183); }
div.DivClassName
{
background-color: #EF85B7;
}
.BgClassName
{
background-color: #EF85B7;
}
</style>
border-color css
<style>
span { border-color: #EF85B7; }
span { border-color: rgb(239,133,183); }
td.TdClassName
{
border-color: #EF85B7;
}
.TagClassName
{
border-color: #EF85B7;
}
</style>