Shades of Persian Pink #EF76B8
Tints of Persian Pink #EF76B8
RGB
CMYK
RGB Variations
Color information
#EF76B8 (or 0xEF76B8) is known color: Persian Pink. HEX triplet: EF, 76 and B8. RGB value is (239,118,184). Sum of RGB (Red+Green+Blue) = 239+118+184=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76B8 is #108947. Grayscale: #A1A1A1. Windows color (decimal): -1083720 or 12089071. OLE color: 12089071.
HSL color Cylindrical-coordinate representation of color #EF76B8: hue angle of 327.27º 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 #EF76B8 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 184 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.06 |
| HSL | 327.27º | 0.79% | 0.7% | - |
| HSV(B) | 327.27º | 0.51% | 0.94% | - |
| XYZ | 50.73 | 34.77 | 49.38 | - |
| YUV | 161.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 184 | 0 | 0.51 | 0.23 | 0.06 | 327.27 | 0.79 | 0.7 |
| Hex | EF | 76 | B8 | 0 | 33 | 17 | 6 | 147 | 4F | 46 |
| Octal | 357 | 166 | 270 | 0 | 63 | 27 | 6 | 507 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10111000 | 0 | 110011 | 10111 | 110 | 101000111 | 1001111 | 1000110 |
Color Harmonies of #EF76B8
Complementary color
Monochromatic Colors of #EF76B8
Black with #EF76B8
Text Example
Text Example
White with #EF76B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76B8; }
p { color: rgb(239,118,184); }
H1.HeaderClassName
{
color: #EF76B8;
}
.AnyTagClassName
{
color: #EF76B8;
}
</style>
background-color css
<style>
a { background-color: #EF76B8; }
a { background-color: rgb(239,118,184); }
div.DivClassName
{
background-color: #EF76B8;
}
.BgClassName
{
background-color: #EF76B8;
}
</style>
border-color css
<style>
span { border-color: #EF76B8; }
span { border-color: rgb(239,118,184); }
td.TdClassName
{
border-color: #EF76B8;
}
.TagClassName
{
border-color: #EF76B8;
}
</style>