Shades of Persian Pink #EF7DB5
Tints of Persian Pink #EF7DB5
RGB
CMYK
RGB Variations
Color information
#EF7DB5 (or 0xEF7DB5) is known color: Persian Pink. HEX triplet: EF, 7D and B5. RGB value is (239,125,181). Sum of RGB (Red+Green+Blue) = 239+125+181=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DB5 is #10824A. Grayscale: #A5A5A5. Windows color (decimal): -1081931 or 11894255. OLE color: 11894255.
HSL color Cylindrical-coordinate representation of color #EF7DB5: hue angle of 330.53º 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 #EF7DB5 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 181 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.06 |
| HSL | 330.53º | 0.78% | 0.71% | - |
| HSV(B) | 330.53º | 0.48% | 0.94% | - |
| XYZ | 51.27 | 36.35 | 48.03 | - |
| YUV | 165.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 181 | 0 | 0.48 | 0.24 | 0.06 | 330.53 | 0.78 | 0.71 |
| Hex | EF | 7D | B5 | 0 | 30 | 18 | 6 | 14B | 4E | 47 |
| Octal | 357 | 175 | 265 | 0 | 60 | 30 | 6 | 513 | 116 | 107 |
| Binary | 11101111 | 1111101 | 10110101 | 0 | 110000 | 11000 | 110 | 101001011 | 1001110 | 1000111 |
Color Harmonies of #EF7DB5
Complementary color
Monochromatic Colors of #EF7DB5
Black with #EF7DB5
Text Example
Text Example
White with #EF7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7DB5; }
p { color: rgb(239,125,181); }
H1.HeaderClassName
{
color: #EF7DB5;
}
.AnyTagClassName
{
color: #EF7DB5;
}
</style>
background-color css
<style>
a { background-color: #EF7DB5; }
a { background-color: rgb(239,125,181); }
div.DivClassName
{
background-color: #EF7DB5;
}
.BgClassName
{
background-color: #EF7DB5;
}
</style>
border-color css
<style>
span { border-color: #EF7DB5; }
span { border-color: rgb(239,125,181); }
td.TdClassName
{
border-color: #EF7DB5;
}
.TagClassName
{
border-color: #EF7DB5;
}
</style>