Shades of Persian Pink #EC79C0
Tints of Persian Pink #EC79C0
RGB
CMYK
RGB Variations
Color information
#EC79C0 (or 0xEC79C0) is known color: Persian Pink. HEX triplet: EC, 79 and C0. RGB value is (236,121,192). Sum of RGB (Red+Green+Blue) = 236+121+192=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79C0 is #13863F. Grayscale: #A3A3A3. Windows color (decimal): -1279552 or 12614124. OLE color: 12614124.
HSL color Cylindrical-coordinate representation of color #EC79C0: hue angle of 322.96º 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 #EC79C0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 192 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.07 |
| HSL | 322.96º | 0.75% | 0.7% | - |
| HSV(B) | 322.96º | 0.49% | 0.93% | - |
| XYZ | 50.94 | 35.31 | 54 | - |
| YUV | 163.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 192 | 0 | 0.49 | 0.19 | 0.07 | 322.96 | 0.75 | 0.7 |
| Hex | EC | 79 | C0 | 0 | 31 | 13 | 7 | 143 | 4B | 46 |
| Octal | 354 | 171 | 300 | 0 | 61 | 23 | 7 | 503 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11000000 | 0 | 110001 | 10011 | 111 | 101000011 | 1001011 | 1000110 |
Color Harmonies of #EC79C0
Complementary color
Monochromatic Colors of #EC79C0
Black with #EC79C0
Text Example
Text Example
White with #EC79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79C0; }
p { color: rgb(236,121,192); }
H1.HeaderClassName
{
color: #EC79C0;
}
.AnyTagClassName
{
color: #EC79C0;
}
</style>
background-color css
<style>
a { background-color: #EC79C0; }
a { background-color: rgb(236,121,192); }
div.DivClassName
{
background-color: #EC79C0;
}
.BgClassName
{
background-color: #EC79C0;
}
</style>
border-color css
<style>
span { border-color: #EC79C0; }
span { border-color: rgb(236,121,192); }
td.TdClassName
{
border-color: #EC79C0;
}
.TagClassName
{
border-color: #EC79C0;
}
</style>