Shades of Persian Pink #EF7DB0
Tints of Persian Pink #EF7DB0
RGB
CMYK
RGB Variations
Color information
#EF7DB0 (or 0xEF7DB0) is known color: Persian Pink. HEX triplet: EF, 7D and B0. RGB value is (239,125,176). Sum of RGB (Red+Green+Blue) = 239+125+176=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7DB0 is #10824F. Grayscale: #A4A4A4. Windows color (decimal): -1081936 or 11566575. OLE color: 11566575.
HSL color Cylindrical-coordinate representation of color #EF7DB0: hue angle of 333.16º 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 #EF7DB0 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 176 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.06 |
| HSL | 333.16º | 0.78% | 0.71% | - |
| HSV(B) | 333.16º | 0.48% | 0.94% | - |
| XYZ | 50.77 | 36.15 | 45.38 | - |
| YUV | 164.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 176 | 0 | 0.48 | 0.26 | 0.06 | 333.16 | 0.78 | 0.71 |
| Hex | EF | 7D | B0 | 0 | 30 | 1A | 6 | 14D | 4E | 47 |
| Octal | 357 | 175 | 260 | 0 | 60 | 32 | 6 | 515 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10110000 | 0 | 110000 | 11010 | 110 | 101001101 | 1001110 | 1000111 |
Color Harmonies of #EF7DB0
Complementary color
Monochromatic Colors of #EF7DB0
Black with #EF7DB0
Text Example
Text Example
White with #EF7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DB0; }
p { color: rgb(239,125,176); }
H1.HeaderClassName
{
color: #EF7DB0;
}
.AnyTagClassName
{
color: #EF7DB0;
}
</style>
background-color css
<style>
a { background-color: #EF7DB0; }
a { background-color: rgb(239,125,176); }
div.DivClassName
{
background-color: #EF7DB0;
}
.BgClassName
{
background-color: #EF7DB0;
}
</style>
border-color css
<style>
span { border-color: #EF7DB0; }
span { border-color: rgb(239,125,176); }
td.TdClassName
{
border-color: #EF7DB0;
}
.TagClassName
{
border-color: #EF7DB0;
}
</style>