Shades of Persian Pink #EF84B9
Tints of Persian Pink #EF84B9
RGB
CMYK
RGB Variations
Color information
#EF84B9 (or 0xEF84B9) is known color: Persian Pink. HEX triplet: EF, 84 and B9. RGB value is (239,132,185). Sum of RGB (Red+Green+Blue) = 239+132+185=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84B9 is #107B46. Grayscale: #A9A9A9. Windows color (decimal): -1080135 or 12158191. OLE color: 12158191.
HSL color Cylindrical-coordinate representation of color #EF84B9: hue angle of 330.28º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84B9 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 185 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.06 |
| HSL | 330.28º | 0.77% | 0.73% | - |
| HSV(B) | 330.28º | 0.45% | 0.94% | - |
| XYZ | 52.6 | 38.36 | 50.53 | - |
| YUV | 170.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 185 | 0 | 0.45 | 0.23 | 0.06 | 330.28 | 0.77 | 0.73 |
| Hex | EF | 84 | B9 | 0 | 2D | 17 | 6 | 14A | 4D | 49 |
| Octal | 357 | 204 | 271 | 0 | 55 | 27 | 6 | 512 | 115 | 111 |
| Binary | 11101111 | 10000100 | 10111001 | 0 | 101101 | 10111 | 110 | 101001010 | 1001101 | 1001001 |
Color Harmonies of #EF84B9
Complementary color
Monochromatic Colors of #EF84B9
Black with #EF84B9
Text Example
Text Example
White with #EF84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84B9; }
p { color: rgb(239,132,185); }
H1.HeaderClassName
{
color: #EF84B9;
}
.AnyTagClassName
{
color: #EF84B9;
}
</style>
background-color css
<style>
a { background-color: #EF84B9; }
a { background-color: rgb(239,132,185); }
div.DivClassName
{
background-color: #EF84B9;
}
.BgClassName
{
background-color: #EF84B9;
}
</style>
border-color css
<style>
span { border-color: #EF84B9; }
span { border-color: rgb(239,132,185); }
td.TdClassName
{
border-color: #EF84B9;
}
.TagClassName
{
border-color: #EF84B9;
}
</style>