Shades of Persian Pink #EF76BC
Tints of Persian Pink #EF76BC
RGB
CMYK
RGB Variations
Color information
#EF76BC (or 0xEF76BC) is known color: Persian Pink. HEX triplet: EF, 76 and BC. RGB value is (239,118,188). Sum of RGB (Red+Green+Blue) = 239+118+188=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76BC is #108943. Grayscale: #A2A2A2. Windows color (decimal): -1083716 or 12351215. OLE color: 12351215.
HSL color Cylindrical-coordinate representation of color #EF76BC: hue angle of 325.29º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF76BC is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 188 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.06 |
| HSL | 325.29º | 0.79% | 0.7% | - |
| HSV(B) | 325.29º | 0.51% | 0.94% | - |
| XYZ | 51.15 | 34.94 | 51.62 | - |
| YUV | 162.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 188 | 0 | 0.51 | 0.21 | 0.06 | 325.29 | 0.79 | 0.7 |
| Hex | EF | 76 | BC | 0 | 33 | 15 | 6 | 145 | 4F | 46 |
| Octal | 357 | 166 | 274 | 0 | 63 | 25 | 6 | 505 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10111100 | 0 | 110011 | 10101 | 110 | 101000101 | 1001111 | 1000110 |
Color Harmonies of #EF76BC
Complementary color
Monochromatic Colors of #EF76BC
Black with #EF76BC
Text Example
Text Example
White with #EF76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76BC; }
p { color: rgb(239,118,188); }
H1.HeaderClassName
{
color: #EF76BC;
}
.AnyTagClassName
{
color: #EF76BC;
}
</style>
background-color css
<style>
a { background-color: #EF76BC; }
a { background-color: rgb(239,118,188); }
div.DivClassName
{
background-color: #EF76BC;
}
.BgClassName
{
background-color: #EF76BC;
}
</style>
border-color css
<style>
span { border-color: #EF76BC; }
span { border-color: rgb(239,118,188); }
td.TdClassName
{
border-color: #EF76BC;
}
.TagClassName
{
border-color: #EF76BC;
}
</style>