Shades of Persian Pink #EF77BC
Tints of Persian Pink #EF77BC
RGB
CMYK
RGB Variations
Color information
#EF77BC (or 0xEF77BC) is known color: Persian Pink. HEX triplet: EF, 77 and BC. RGB value is (239,119,188). Sum of RGB (Red+Green+Blue) = 239+119+188=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF77BC is #108843. Grayscale: #A2A2A2. Windows color (decimal): -1083460 or 12351471. OLE color: 12351471.
HSL color Cylindrical-coordinate representation of color #EF77BC: hue angle of 325.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77BC is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 188 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.06 |
| HSL | 325.5º | 0.79% | 0.7% | - |
| HSV(B) | 325.5º | 0.5% | 0.94% | - |
| XYZ | 51.27 | 35.18 | 51.66 | - |
| YUV | 162.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 188 | 0 | 0.50 | 0.21 | 0.06 | 325.5 | 0.79 | 0.7 |
| Hex | EF | 77 | BC | 0 | 32 | 15 | 6 | 146 | 4F | 46 |
| Octal | 357 | 167 | 274 | 0 | 62 | 25 | 6 | 506 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10111100 | 0 | 110010 | 10101 | 110 | 101000110 | 1001111 | 1000110 |
Color Harmonies of #EF77BC
Complementary color
Monochromatic Colors of #EF77BC
Black with #EF77BC
Text Example
Text Example
White with #EF77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77BC; }
p { color: rgb(239,119,188); }
H1.HeaderClassName
{
color: #EF77BC;
}
.AnyTagClassName
{
color: #EF77BC;
}
</style>
background-color css
<style>
a { background-color: #EF77BC; }
a { background-color: rgb(239,119,188); }
div.DivClassName
{
background-color: #EF77BC;
}
.BgClassName
{
background-color: #EF77BC;
}
</style>
border-color css
<style>
span { border-color: #EF77BC; }
span { border-color: rgb(239,119,188); }
td.TdClassName
{
border-color: #EF77BC;
}
.TagClassName
{
border-color: #EF77BC;
}
</style>