Shades of Persian Pink #EF7ABC
Tints of Persian Pink #EF7ABC
RGB
CMYK
RGB Variations
Color information
#EF7ABC (or 0xEF7ABC) is known color: Persian Pink. HEX triplet: EF, 7A and BC. RGB value is (239,122,188). Sum of RGB (Red+Green+Blue) = 239+122+188=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ABC is #108543. Grayscale: #A4A4A4. Windows color (decimal): -1082692 or 12352239. OLE color: 12352239.
HSL color Cylindrical-coordinate representation of color #EF7ABC: hue angle of 326.15º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ABC is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 188 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.06 |
| HSL | 326.15º | 0.79% | 0.71% | - |
| HSV(B) | 326.15º | 0.49% | 0.94% | - |
| XYZ | 51.63 | 35.9 | 51.79 | - |
| YUV | 164.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 188 | 0 | 0.49 | 0.21 | 0.06 | 326.15 | 0.79 | 0.71 |
| Hex | EF | 7A | BC | 0 | 31 | 15 | 6 | 146 | 4F | 47 |
| Octal | 357 | 172 | 274 | 0 | 61 | 25 | 6 | 506 | 117 | 107 |
| Binary | 11101111 | 1111010 | 10111100 | 0 | 110001 | 10101 | 110 | 101000110 | 1001111 | 1000111 |
Color Harmonies of #EF7ABC
Complementary color
Monochromatic Colors of #EF7ABC
Black with #EF7ABC
Text Example
Text Example
White with #EF7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ABC; }
p { color: rgb(239,122,188); }
H1.HeaderClassName
{
color: #EF7ABC;
}
.AnyTagClassName
{
color: #EF7ABC;
}
</style>
background-color css
<style>
a { background-color: #EF7ABC; }
a { background-color: rgb(239,122,188); }
div.DivClassName
{
background-color: #EF7ABC;
}
.BgClassName
{
background-color: #EF7ABC;
}
</style>
border-color css
<style>
span { border-color: #EF7ABC; }
span { border-color: rgb(239,122,188); }
td.TdClassName
{
border-color: #EF7ABC;
}
.TagClassName
{
border-color: #EF7ABC;
}
</style>