Shades of Persian Pink #EF7FB7
Tints of Persian Pink #EF7FB7
RGB
CMYK
RGB Variations
Color information
#EF7FB7 (or 0xEF7FB7) is known color: Persian Pink. HEX triplet: EF, 7F and B7. RGB value is (239,127,183). Sum of RGB (Red+Green+Blue) = 239+127+183=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FB7 is #108048. Grayscale: #A6A6A6. Windows color (decimal): -1081417 or 12025839. OLE color: 12025839.
HSL color Cylindrical-coordinate representation of color #EF7FB7: hue angle of 330º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FB7 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 183 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.06 |
| HSL | 330º | 0.78% | 0.72% | - |
| HSV(B) | 330º | 0.47% | 0.94% | - |
| XYZ | 51.73 | 36.95 | 49.2 | - |
| YUV | 166.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 183 | 0 | 0.47 | 0.23 | 0.06 | 330 | 0.78 | 0.72 |
| Hex | EF | 7F | B7 | 0 | 2F | 17 | 6 | 14A | 4E | 48 |
| Octal | 357 | 177 | 267 | 0 | 57 | 27 | 6 | 512 | 116 | 110 |
| Binary | 11101111 | 1111111 | 10110111 | 0 | 101111 | 10111 | 110 | 101001010 | 1001110 | 1001000 |
Color Harmonies of #EF7FB7
Complementary color
Monochromatic Colors of #EF7FB7
Black with #EF7FB7
Text Example
Text Example
White with #EF7FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FB7; }
p { color: rgb(239,127,183); }
H1.HeaderClassName
{
color: #EF7FB7;
}
.AnyTagClassName
{
color: #EF7FB7;
}
</style>
background-color css
<style>
a { background-color: #EF7FB7; }
a { background-color: rgb(239,127,183); }
div.DivClassName
{
background-color: #EF7FB7;
}
.BgClassName
{
background-color: #EF7FB7;
}
</style>
border-color css
<style>
span { border-color: #EF7FB7; }
span { border-color: rgb(239,127,183); }
td.TdClassName
{
border-color: #EF7FB7;
}
.TagClassName
{
border-color: #EF7FB7;
}
</style>