Shades of Persian Pink #EF74BC
Tints of Persian Pink #EF74BC
RGB
CMYK
RGB Variations
Color information
#EF74BC (or 0xEF74BC) is known color: Persian Pink. HEX triplet: EF, 74 and BC. RGB value is (239,116,188). Sum of RGB (Red+Green+Blue) = 239+116+188=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74BC is #108B43. Grayscale: #A0A0A0. Windows color (decimal): -1084228 or 12350703. OLE color: 12350703.
HSL color Cylindrical-coordinate representation of color #EF74BC: hue angle of 324.88º 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 #EF74BC is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 188 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.06 |
| HSL | 324.88º | 0.79% | 0.7% | - |
| HSV(B) | 324.88º | 0.51% | 0.94% | - |
| XYZ | 50.92 | 34.47 | 51.55 | - |
| YUV | 160.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 188 | 0 | 0.51 | 0.21 | 0.06 | 324.88 | 0.79 | 0.7 |
| Hex | EF | 74 | BC | 0 | 33 | 15 | 6 | 145 | 4F | 46 |
| Octal | 357 | 164 | 274 | 0 | 63 | 25 | 6 | 505 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10111100 | 0 | 110011 | 10101 | 110 | 101000101 | 1001111 | 1000110 |
Color Harmonies of #EF74BC
Complementary color
Monochromatic Colors of #EF74BC
Black with #EF74BC
Text Example
Text Example
White with #EF74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74BC; }
p { color: rgb(239,116,188); }
H1.HeaderClassName
{
color: #EF74BC;
}
.AnyTagClassName
{
color: #EF74BC;
}
</style>
background-color css
<style>
a { background-color: #EF74BC; }
a { background-color: rgb(239,116,188); }
div.DivClassName
{
background-color: #EF74BC;
}
.BgClassName
{
background-color: #EF74BC;
}
</style>
border-color css
<style>
span { border-color: #EF74BC; }
span { border-color: rgb(239,116,188); }
td.TdClassName
{
border-color: #EF74BC;
}
.TagClassName
{
border-color: #EF74BC;
}
</style>