Shades of Persian Pink #EC79BC
Tints of Persian Pink #EC79BC
RGB
CMYK
RGB Variations
Color information
#EC79BC (or 0xEC79BC) is known color: Persian Pink. HEX triplet: EC, 79 and BC. RGB value is (236,121,188). Sum of RGB (Red+Green+Blue) = 236+121+188=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79BC is #138643. Grayscale: #A2A2A2. Windows color (decimal): -1279556 or 12351980. OLE color: 12351980.
HSL color Cylindrical-coordinate representation of color #EC79BC: hue angle of 325.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79BC is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 188 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.07 |
| HSL | 325.04º | 0.75% | 0.7% | - |
| HSV(B) | 325.04º | 0.49% | 0.93% | - |
| XYZ | 50.51 | 35.14 | 51.7 | - |
| YUV | 163.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 188 | 0 | 0.49 | 0.20 | 0.07 | 325.04 | 0.75 | 0.7 |
| Hex | EC | 79 | BC | 0 | 31 | 14 | 7 | 145 | 4B | 46 |
| Octal | 354 | 171 | 274 | 0 | 61 | 24 | 7 | 505 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10111100 | 0 | 110001 | 10100 | 111 | 101000101 | 1001011 | 1000110 |
Color Harmonies of #EC79BC
Complementary color
Monochromatic Colors of #EC79BC
Black with #EC79BC
Text Example
Text Example
White with #EC79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79BC; }
p { color: rgb(236,121,188); }
H1.HeaderClassName
{
color: #EC79BC;
}
.AnyTagClassName
{
color: #EC79BC;
}
</style>
background-color css
<style>
a { background-color: #EC79BC; }
a { background-color: rgb(236,121,188); }
div.DivClassName
{
background-color: #EC79BC;
}
.BgClassName
{
background-color: #EC79BC;
}
</style>
border-color css
<style>
span { border-color: #EC79BC; }
span { border-color: rgb(236,121,188); }
td.TdClassName
{
border-color: #EC79BC;
}
.TagClassName
{
border-color: #EC79BC;
}
</style>