Shades of Persian Pink #EF78B7
Tints of Persian Pink #EF78B7
RGB
CMYK
RGB Variations
Color information
#EF78B7 (or 0xEF78B7) is known color: Persian Pink. HEX triplet: EF, 78 and B7. RGB value is (239,120,183). Sum of RGB (Red+Green+Blue) = 239+120+183=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78B7 is #108748. Grayscale: #A2A2A2. Windows color (decimal): -1083209 or 12024047. OLE color: 12024047.
HSL color Cylindrical-coordinate representation of color #EF78B7: hue angle of 328.24º 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 #EF78B7 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 183 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.06 |
| HSL | 328.24º | 0.79% | 0.7% | - |
| HSV(B) | 328.24º | 0.5% | 0.94% | - |
| XYZ | 50.86 | 35.2 | 48.91 | - |
| YUV | 162.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 183 | 0 | 0.50 | 0.23 | 0.06 | 328.24 | 0.79 | 0.7 |
| Hex | EF | 78 | B7 | 0 | 32 | 17 | 6 | 148 | 4F | 46 |
| Octal | 357 | 170 | 267 | 0 | 62 | 27 | 6 | 510 | 117 | 106 |
| Binary | 11101111 | 1111000 | 10110111 | 0 | 110010 | 10111 | 110 | 101001000 | 1001111 | 1000110 |
Color Harmonies of #EF78B7
Complementary color
Monochromatic Colors of #EF78B7
Black with #EF78B7
Text Example
Text Example
White with #EF78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78B7; }
p { color: rgb(239,120,183); }
H1.HeaderClassName
{
color: #EF78B7;
}
.AnyTagClassName
{
color: #EF78B7;
}
</style>
background-color css
<style>
a { background-color: #EF78B7; }
a { background-color: rgb(239,120,183); }
div.DivClassName
{
background-color: #EF78B7;
}
.BgClassName
{
background-color: #EF78B7;
}
</style>
border-color css
<style>
span { border-color: #EF78B7; }
span { border-color: rgb(239,120,183); }
td.TdClassName
{
border-color: #EF78B7;
}
.TagClassName
{
border-color: #EF78B7;
}
</style>