Shades of Persian Pink #EF83B9
Tints of Persian Pink #EF83B9
RGB
CMYK
RGB Variations
Color information
#EF83B9 (or 0xEF83B9) is known color: Persian Pink. HEX triplet: EF, 83 and B9. RGB value is (239,131,185). Sum of RGB (Red+Green+Blue) = 239+131+185=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83B9 is #107C46. Grayscale: #A9A9A9. Windows color (decimal): -1080391 or 12157935. OLE color: 12157935.
HSL color Cylindrical-coordinate representation of color #EF83B9: hue angle of 330º 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 #EF83B9 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 185 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.06 |
| HSL | 330º | 0.77% | 0.73% | - |
| HSV(B) | 330º | 0.45% | 0.94% | - |
| XYZ | 52.47 | 38.09 | 50.48 | - |
| YUV | 169.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 185 | 0 | 0.45 | 0.23 | 0.06 | 330 | 0.77 | 0.73 |
| Hex | EF | 83 | B9 | 0 | 2D | 17 | 6 | 14A | 4D | 49 |
| Octal | 357 | 203 | 271 | 0 | 55 | 27 | 6 | 512 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10111001 | 0 | 101101 | 10111 | 110 | 101001010 | 1001101 | 1001001 |
Color Harmonies of #EF83B9
Complementary color
Monochromatic Colors of #EF83B9
Black with #EF83B9
Text Example
Text Example
White with #EF83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83B9; }
p { color: rgb(239,131,185); }
H1.HeaderClassName
{
color: #EF83B9;
}
.AnyTagClassName
{
color: #EF83B9;
}
</style>
background-color css
<style>
a { background-color: #EF83B9; }
a { background-color: rgb(239,131,185); }
div.DivClassName
{
background-color: #EF83B9;
}
.BgClassName
{
background-color: #EF83B9;
}
</style>
border-color css
<style>
span { border-color: #EF83B9; }
span { border-color: rgb(239,131,185); }
td.TdClassName
{
border-color: #EF83B9;
}
.TagClassName
{
border-color: #EF83B9;
}
</style>