Shades of Persian Pink #EF83B3
Tints of Persian Pink #EF83B3
RGB
CMYK
RGB Variations
Color information
#EF83B3 (or 0xEF83B3) is known color: Persian Pink. HEX triplet: EF, 83 and B3. RGB value is (239,131,179). Sum of RGB (Red+Green+Blue) = 239+131+179=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83B3 is #107C4C. Grayscale: #A8A8A8. Windows color (decimal): -1080397 or 11764719. OLE color: 11764719.
HSL color Cylindrical-coordinate representation of color #EF83B3: hue angle of 333.33º 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 #EF83B3 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 179 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.06 |
| HSL | 333.33º | 0.77% | 0.73% | - |
| HSV(B) | 333.33º | 0.45% | 0.94% | - |
| XYZ | 51.85 | 37.84 | 47.22 | - |
| YUV | 168.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 179 | 0 | 0.45 | 0.25 | 0.06 | 333.33 | 0.77 | 0.73 |
| Hex | EF | 83 | B3 | 0 | 2D | 19 | 6 | 14D | 4D | 49 |
| Octal | 357 | 203 | 263 | 0 | 55 | 31 | 6 | 515 | 115 | 111 |
| Binary | 11101111 | 10000011 | 10110011 | 0 | 101101 | 11001 | 110 | 101001101 | 1001101 | 1001001 |
Color Harmonies of #EF83B3
Complementary color
Monochromatic Colors of #EF83B3
Black with #EF83B3
Text Example
Text Example
White with #EF83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83B3; }
p { color: rgb(239,131,179); }
H1.HeaderClassName
{
color: #EF83B3;
}
.AnyTagClassName
{
color: #EF83B3;
}
</style>
background-color css
<style>
a { background-color: #EF83B3; }
a { background-color: rgb(239,131,179); }
div.DivClassName
{
background-color: #EF83B3;
}
.BgClassName
{
background-color: #EF83B3;
}
</style>
border-color css
<style>
span { border-color: #EF83B3; }
span { border-color: rgb(239,131,179); }
td.TdClassName
{
border-color: #EF83B3;
}
.TagClassName
{
border-color: #EF83B3;
}
</style>