Shades of Persian Pink #EF76B4
Tints of Persian Pink #EF76B4
RGB
CMYK
RGB Variations
Color information
#EF76B4 (or 0xEF76B4) is known color: Persian Pink. HEX triplet: EF, 76 and B4. RGB value is (239,118,180). Sum of RGB (Red+Green+Blue) = 239+118+180=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76B4 is #10894B. Grayscale: #A1A1A1. Windows color (decimal): -1083724 or 11826927. OLE color: 11826927.
HSL color Cylindrical-coordinate representation of color #EF76B4: hue angle of 329.26º 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 #EF76B4 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 180 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.06 |
| HSL | 329.26º | 0.79% | 0.7% | - |
| HSV(B) | 329.26º | 0.51% | 0.94% | - |
| XYZ | 50.31 | 34.6 | 47.21 | - |
| YUV | 161.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 180 | 0 | 0.51 | 0.25 | 0.06 | 329.26 | 0.79 | 0.7 |
| Hex | EF | 76 | B4 | 0 | 33 | 19 | 6 | 149 | 4F | 46 |
| Octal | 357 | 166 | 264 | 0 | 63 | 31 | 6 | 511 | 117 | 106 |
| Binary | 11101111 | 1110110 | 10110100 | 0 | 110011 | 11001 | 110 | 101001001 | 1001111 | 1000110 |
Color Harmonies of #EF76B4
Complementary color
Monochromatic Colors of #EF76B4
Black with #EF76B4
Text Example
Text Example
White with #EF76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76B4; }
p { color: rgb(239,118,180); }
H1.HeaderClassName
{
color: #EF76B4;
}
.AnyTagClassName
{
color: #EF76B4;
}
</style>
background-color css
<style>
a { background-color: #EF76B4; }
a { background-color: rgb(239,118,180); }
div.DivClassName
{
background-color: #EF76B4;
}
.BgClassName
{
background-color: #EF76B4;
}
</style>
border-color css
<style>
span { border-color: #EF76B4; }
span { border-color: rgb(239,118,180); }
td.TdClassName
{
border-color: #EF76B4;
}
.TagClassName
{
border-color: #EF76B4;
}
</style>