Shades of Persian Pink #EF83BA
Tints of Persian Pink #EF83BA
RGB
CMYK
RGB Variations
Color information
#EF83BA (or 0xEF83BA) is known color: Persian Pink. HEX triplet: EF, 83 and BA. RGB value is (239,131,186). Sum of RGB (Red+Green+Blue) = 239+131+186=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83BA is #107C45. Grayscale: #A9A9A9. Windows color (decimal): -1080390 or 12223471. OLE color: 12223471.
HSL color Cylindrical-coordinate representation of color #EF83BA: hue angle of 329.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83BA is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 186 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.06 |
| HSL | 329.44º | 0.77% | 0.73% | - |
| HSV(B) | 329.44º | 0.45% | 0.94% | - |
| XYZ | 52.58 | 38.13 | 51.04 | - |
| YUV | 169.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 186 | 0 | 0.45 | 0.22 | 0.06 | 329.44 | 0.77 | 0.73 |
| Hex | EF | 83 | BA | 0 | 2D | 16 | 6 | 149 | 4D | 49 |
| Octal | 357 | 203 | 272 | 0 | 55 | 26 | 6 | 511 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10111010 | 0 | 101101 | 10110 | 110 | 101001001 | 1001101 | 1001001 |
Color Harmonies of #EF83BA
Complementary color
Monochromatic Colors of #EF83BA
Black with #EF83BA
Text Example
Text Example
White with #EF83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83BA; }
p { color: rgb(239,131,186); }
H1.HeaderClassName
{
color: #EF83BA;
}
.AnyTagClassName
{
color: #EF83BA;
}
</style>
background-color css
<style>
a { background-color: #EF83BA; }
a { background-color: rgb(239,131,186); }
div.DivClassName
{
background-color: #EF83BA;
}
.BgClassName
{
background-color: #EF83BA;
}
</style>
border-color css
<style>
span { border-color: #EF83BA; }
span { border-color: rgb(239,131,186); }
td.TdClassName
{
border-color: #EF83BA;
}
.TagClassName
{
border-color: #EF83BA;
}
</style>