Shades of Persian Pink #EF7EC0
Tints of Persian Pink #EF7EC0
RGB
CMYK
RGB Variations
Color information
#EF7EC0 (or 0xEF7EC0) is known color: Persian Pink. HEX triplet: EF, 7E and C0. RGB value is (239,126,192). Sum of RGB (Red+Green+Blue) = 239+126+192=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EC0 is #10813F. Grayscale: #A7A7A7. Windows color (decimal): -1081664 or 12615407. OLE color: 12615407.
HSL color Cylindrical-coordinate representation of color #EF7EC0: hue angle of 324.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EC0 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 192 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.06 |
| HSL | 324.96º | 0.78% | 0.72% | - |
| HSV(B) | 324.96º | 0.47% | 0.94% | - |
| XYZ | 52.57 | 37.08 | 54.26 | - |
| YUV | 167.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 192 | 0 | 0.47 | 0.20 | 0.06 | 324.96 | 0.78 | 0.72 |
| Hex | EF | 7E | C0 | 0 | 2F | 14 | 6 | 145 | 4E | 48 |
| Octal | 357 | 176 | 300 | 0 | 57 | 24 | 6 | 505 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11000000 | 0 | 101111 | 10100 | 110 | 101000101 | 1001110 | 1001000 |
Color Harmonies of #EF7EC0
Complementary color
Monochromatic Colors of #EF7EC0
Black with #EF7EC0
Text Example
Text Example
White with #EF7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EC0; }
p { color: rgb(239,126,192); }
H1.HeaderClassName
{
color: #EF7EC0;
}
.AnyTagClassName
{
color: #EF7EC0;
}
</style>
background-color css
<style>
a { background-color: #EF7EC0; }
a { background-color: rgb(239,126,192); }
div.DivClassName
{
background-color: #EF7EC0;
}
.BgClassName
{
background-color: #EF7EC0;
}
</style>
border-color css
<style>
span { border-color: #EF7EC0; }
span { border-color: rgb(239,126,192); }
td.TdClassName
{
border-color: #EF7EC0;
}
.TagClassName
{
border-color: #EF7EC0;
}
</style>