Shades of Persian Pink #EF7CB0
Tints of Persian Pink #EF7CB0
RGB
CMYK
RGB Variations
Color information
#EF7CB0 (or 0xEF7CB0) is known color: Persian Pink. HEX triplet: EF, 7C and B0. RGB value is (239,124,176). Sum of RGB (Red+Green+Blue) = 239+124+176=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7CB0 is #10834F. Grayscale: #A4A4A4. Windows color (decimal): -1082192 or 11566319. OLE color: 11566319.
HSL color Cylindrical-coordinate representation of color #EF7CB0: hue angle of 332.87º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CB0 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 176 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.06 |
| HSL | 332.87º | 0.78% | 0.71% | - |
| HSV(B) | 332.87º | 0.48% | 0.94% | - |
| XYZ | 50.64 | 35.9 | 45.33 | - |
| YUV | 164.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 176 | 0 | 0.48 | 0.26 | 0.06 | 332.87 | 0.78 | 0.71 |
| Hex | EF | 7C | B0 | 0 | 30 | 1A | 6 | 14D | 4E | 47 |
| Octal | 357 | 174 | 260 | 0 | 60 | 32 | 6 | 515 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10110000 | 0 | 110000 | 11010 | 110 | 101001101 | 1001110 | 1000111 |
Color Harmonies of #EF7CB0
Complementary color
Monochromatic Colors of #EF7CB0
Black with #EF7CB0
Text Example
Text Example
White with #EF7CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CB0; }
p { color: rgb(239,124,176); }
H1.HeaderClassName
{
color: #EF7CB0;
}
.AnyTagClassName
{
color: #EF7CB0;
}
</style>
background-color css
<style>
a { background-color: #EF7CB0; }
a { background-color: rgb(239,124,176); }
div.DivClassName
{
background-color: #EF7CB0;
}
.BgClassName
{
background-color: #EF7CB0;
}
</style>
border-color css
<style>
span { border-color: #EF7CB0; }
span { border-color: rgb(239,124,176); }
td.TdClassName
{
border-color: #EF7CB0;
}
.TagClassName
{
border-color: #EF7CB0;
}
</style>