Shades of Persian Pink #EF74BF
Tints of Persian Pink #EF74BF
RGB
CMYK
RGB Variations
Color information
#EF74BF (or 0xEF74BF) is known color: Persian Pink. HEX triplet: EF, 74 and BF. RGB value is (239,116,191). Sum of RGB (Red+Green+Blue) = 239+116+191=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74BF is #108B40. Grayscale: #A1A1A1. Windows color (decimal): -1084225 or 12547311. OLE color: 12547311.
HSL color Cylindrical-coordinate representation of color #EF74BF: hue angle of 323.41º 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 #EF74BF is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 191 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.06 |
| HSL | 323.41º | 0.79% | 0.7% | - |
| HSV(B) | 323.41º | 0.51% | 0.94% | - |
| XYZ | 51.25 | 34.6 | 53.27 | - |
| YUV | 161.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 191 | 0 | 0.51 | 0.20 | 0.06 | 323.41 | 0.79 | 0.7 |
| Hex | EF | 74 | BF | 0 | 33 | 14 | 6 | 143 | 4F | 46 |
| Octal | 357 | 164 | 277 | 0 | 63 | 24 | 6 | 503 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10111111 | 0 | 110011 | 10100 | 110 | 101000011 | 1001111 | 1000110 |
Color Harmonies of #EF74BF
Complementary color
Monochromatic Colors of #EF74BF
Black with #EF74BF
Text Example
Text Example
White with #EF74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74BF; }
p { color: rgb(239,116,191); }
H1.HeaderClassName
{
color: #EF74BF;
}
.AnyTagClassName
{
color: #EF74BF;
}
</style>
background-color css
<style>
a { background-color: #EF74BF; }
a { background-color: rgb(239,116,191); }
div.DivClassName
{
background-color: #EF74BF;
}
.BgClassName
{
background-color: #EF74BF;
}
</style>
border-color css
<style>
span { border-color: #EF74BF; }
span { border-color: rgb(239,116,191); }
td.TdClassName
{
border-color: #EF74BF;
}
.TagClassName
{
border-color: #EF74BF;
}
</style>