Shades of Persian Pink #EF74B7
Tints of Persian Pink #EF74B7
RGB
CMYK
RGB Variations
Color information
#EF74B7 (or 0xEF74B7) is known color: Persian Pink. HEX triplet: EF, 74 and B7. RGB value is (239,116,183). Sum of RGB (Red+Green+Blue) = 239+116+183=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74B7 is #108B48. Grayscale: #A0A0A0. Windows color (decimal): -1084233 or 12023023. OLE color: 12023023.
HSL color Cylindrical-coordinate representation of color #EF74B7: hue angle of 327.32º 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 #EF74B7 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 183 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.06 |
| HSL | 327.32º | 0.79% | 0.7% | - |
| HSV(B) | 327.32º | 0.51% | 0.94% | - |
| XYZ | 50.39 | 34.26 | 48.76 | - |
| YUV | 160.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 183 | 0 | 0.51 | 0.23 | 0.06 | 327.32 | 0.79 | 0.7 |
| Hex | EF | 74 | B7 | 0 | 33 | 17 | 6 | 147 | 4F | 46 |
| Octal | 357 | 164 | 267 | 0 | 63 | 27 | 6 | 507 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10110111 | 0 | 110011 | 10111 | 110 | 101000111 | 1001111 | 1000110 |
Color Harmonies of #EF74B7
Complementary color
Monochromatic Colors of #EF74B7
Black with #EF74B7
Text Example
Text Example
White with #EF74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74B7; }
p { color: rgb(239,116,183); }
H1.HeaderClassName
{
color: #EF74B7;
}
.AnyTagClassName
{
color: #EF74B7;
}
</style>
background-color css
<style>
a { background-color: #EF74B7; }
a { background-color: rgb(239,116,183); }
div.DivClassName
{
background-color: #EF74B7;
}
.BgClassName
{
background-color: #EF74B7;
}
</style>
border-color css
<style>
span { border-color: #EF74B7; }
span { border-color: rgb(239,116,183); }
td.TdClassName
{
border-color: #EF74B7;
}
.TagClassName
{
border-color: #EF74B7;
}
</style>