Shades of Persian Pink #EF83BC
Tints of Persian Pink #EF83BC
RGB
CMYK
RGB Variations
Color information
#EF83BC (or 0xEF83BC) is known color: Persian Pink. HEX triplet: EF, 83 and BC. RGB value is (239,131,188). Sum of RGB (Red+Green+Blue) = 239+131+188=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83BC is #107C43. Grayscale: #A9A9A9. Windows color (decimal): -1080388 or 12354543. OLE color: 12354543.
HSL color Cylindrical-coordinate representation of color #EF83BC: hue angle of 328.33º 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 #EF83BC is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 188 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.06 |
| HSL | 328.33º | 0.77% | 0.73% | - |
| HSV(B) | 328.33º | 0.45% | 0.94% | - |
| XYZ | 52.79 | 38.21 | 52.17 | - |
| YUV | 169.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 188 | 0 | 0.45 | 0.21 | 0.06 | 328.33 | 0.77 | 0.73 |
| Hex | EF | 83 | BC | 0 | 2D | 15 | 6 | 148 | 4D | 49 |
| Octal | 357 | 203 | 274 | 0 | 55 | 25 | 6 | 510 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10111100 | 0 | 101101 | 10101 | 110 | 101001000 | 1001101 | 1001001 |
Color Harmonies of #EF83BC
Complementary color
Monochromatic Colors of #EF83BC
Black with #EF83BC
Text Example
Text Example
White with #EF83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83BC; }
p { color: rgb(239,131,188); }
H1.HeaderClassName
{
color: #EF83BC;
}
.AnyTagClassName
{
color: #EF83BC;
}
</style>
background-color css
<style>
a { background-color: #EF83BC; }
a { background-color: rgb(239,131,188); }
div.DivClassName
{
background-color: #EF83BC;
}
.BgClassName
{
background-color: #EF83BC;
}
</style>
border-color css
<style>
span { border-color: #EF83BC; }
span { border-color: rgb(239,131,188); }
td.TdClassName
{
border-color: #EF83BC;
}
.TagClassName
{
border-color: #EF83BC;
}
</style>