Shades of Persian Pink #EC79C1
Tints of Persian Pink #EC79C1
RGB
CMYK
RGB Variations
Color information
#EC79C1 (or 0xEC79C1) is known color: Persian Pink. HEX triplet: EC, 79 and C1. RGB value is (236,121,193). Sum of RGB (Red+Green+Blue) = 236+121+193=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79C1 is #13863E. Grayscale: #A3A3A3. Windows color (decimal): -1279551 or 12679660. OLE color: 12679660.
HSL color Cylindrical-coordinate representation of color #EC79C1: hue angle of 322.43º 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 #EC79C1 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 193 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.07 |
| HSL | 322.43º | 0.75% | 0.7% | - |
| HSV(B) | 322.43º | 0.49% | 0.93% | - |
| XYZ | 51.06 | 35.36 | 54.59 | - |
| YUV | 163.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 193 | 0 | 0.49 | 0.18 | 0.07 | 322.43 | 0.75 | 0.7 |
| Hex | EC | 79 | C1 | 0 | 31 | 12 | 7 | 142 | 4B | 46 |
| Octal | 354 | 171 | 301 | 0 | 61 | 22 | 7 | 502 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11000001 | 0 | 110001 | 10010 | 111 | 101000010 | 1001011 | 1000110 |
Color Harmonies of #EC79C1
Complementary color
Monochromatic Colors of #EC79C1
Black with #EC79C1
Text Example
Text Example
White with #EC79C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79C1; }
p { color: rgb(236,121,193); }
H1.HeaderClassName
{
color: #EC79C1;
}
.AnyTagClassName
{
color: #EC79C1;
}
</style>
background-color css
<style>
a { background-color: #EC79C1; }
a { background-color: rgb(236,121,193); }
div.DivClassName
{
background-color: #EC79C1;
}
.BgClassName
{
background-color: #EC79C1;
}
</style>
border-color css
<style>
span { border-color: #EC79C1; }
span { border-color: rgb(236,121,193); }
td.TdClassName
{
border-color: #EC79C1;
}
.TagClassName
{
border-color: #EC79C1;
}
</style>