Shades of Persian Pink #EF7DBA
Tints of Persian Pink #EF7DBA
RGB
CMYK
RGB Variations
Color information
#EF7DBA (or 0xEF7DBA) is known color: Persian Pink. HEX triplet: EF, 7D and BA. RGB value is (239,125,186). Sum of RGB (Red+Green+Blue) = 239+125+186=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DBA is #108245. Grayscale: #A5A5A5. Windows color (decimal): -1081926 or 12221935. OLE color: 12221935.
HSL color Cylindrical-coordinate representation of color #EF7DBA: hue angle of 327.89º 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 #EF7DBA is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 186 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.06 |
| HSL | 327.89º | 0.78% | 0.71% | - |
| HSV(B) | 327.89º | 0.48% | 0.94% | - |
| XYZ | 51.79 | 36.56 | 50.78 | - |
| YUV | 166.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 186 | 0 | 0.48 | 0.22 | 0.06 | 327.89 | 0.78 | 0.71 |
| Hex | EF | 7D | BA | 0 | 30 | 16 | 6 | 148 | 4E | 47 |
| Octal | 357 | 175 | 272 | 0 | 60 | 26 | 6 | 510 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10111010 | 0 | 110000 | 10110 | 110 | 101001000 | 1001110 | 1000111 |
Color Harmonies of #EF7DBA
Complementary color
Monochromatic Colors of #EF7DBA
Black with #EF7DBA
Text Example
Text Example
White with #EF7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DBA; }
p { color: rgb(239,125,186); }
H1.HeaderClassName
{
color: #EF7DBA;
}
.AnyTagClassName
{
color: #EF7DBA;
}
</style>
background-color css
<style>
a { background-color: #EF7DBA; }
a { background-color: rgb(239,125,186); }
div.DivClassName
{
background-color: #EF7DBA;
}
.BgClassName
{
background-color: #EF7DBA;
}
</style>
border-color css
<style>
span { border-color: #EF7DBA; }
span { border-color: rgb(239,125,186); }
td.TdClassName
{
border-color: #EF7DBA;
}
.TagClassName
{
border-color: #EF7DBA;
}
</style>