Shades of Persian Pink #EC79C3
Tints of Persian Pink #EC79C3
RGB
CMYK
RGB Variations
Color information
#EC79C3 (or 0xEC79C3) is known color: Persian Pink. HEX triplet: EC, 79 and C3. RGB value is (236,121,195). Sum of RGB (Red+Green+Blue) = 236+121+195=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79C3 is #13863C. Grayscale: #A3A3A3. Windows color (decimal): -1279549 or 12810732. OLE color: 12810732.
HSL color Cylindrical-coordinate representation of color #EC79C3: hue angle of 321.39º 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 #EC79C3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 195 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.07 |
| HSL | 321.39º | 0.75% | 0.7% | - |
| HSV(B) | 321.39º | 0.49% | 0.93% | - |
| XYZ | 51.28 | 35.45 | 55.77 | - |
| YUV | 163.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 195 | 0 | 0.49 | 0.17 | 0.07 | 321.39 | 0.75 | 0.7 |
| Hex | EC | 79 | C3 | 0 | 31 | 11 | 7 | 141 | 4B | 46 |
| Octal | 354 | 171 | 303 | 0 | 61 | 21 | 7 | 501 | 113 | 106 |
| Binary | 11101100 | 1111001 | 11000011 | 0 | 110001 | 10001 | 111 | 101000001 | 1001011 | 1000110 |
Color Harmonies of #EC79C3
Complementary color
Monochromatic Colors of #EC79C3
Black with #EC79C3
Text Example
Text Example
White with #EC79C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79C3; }
p { color: rgb(236,121,195); }
H1.HeaderClassName
{
color: #EC79C3;
}
.AnyTagClassName
{
color: #EC79C3;
}
</style>
background-color css
<style>
a { background-color: #EC79C3; }
a { background-color: rgb(236,121,195); }
div.DivClassName
{
background-color: #EC79C3;
}
.BgClassName
{
background-color: #EC79C3;
}
</style>
border-color css
<style>
span { border-color: #EC79C3; }
span { border-color: rgb(236,121,195); }
td.TdClassName
{
border-color: #EC79C3;
}
.TagClassName
{
border-color: #EC79C3;
}
</style>