Shades of Persian Pink #EC79AF
Tints of Persian Pink #EC79AF
RGB
CMYK
RGB Variations
Color information
#EC79AF (or 0xEC79AF) is known color: Persian Pink. HEX triplet: EC, 79 and AF. RGB value is (236,121,175). Sum of RGB (Red+Green+Blue) = 236+121+175=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC79AF is #138650. Grayscale: #A1A1A1. Windows color (decimal): -1279569 or 11500012. OLE color: 11500012.
HSL color Cylindrical-coordinate representation of color #EC79AF: hue angle of 331.83º 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 #EC79AF is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 175 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.07 |
| HSL | 331.83º | 0.75% | 0.7% | - |
| HSV(B) | 331.83º | 0.49% | 0.93% | - |
| XYZ | 49.17 | 34.6 | 44.65 | - |
| YUV | 161.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 175 | 0 | 0.49 | 0.26 | 0.07 | 331.83 | 0.75 | 0.7 |
| Hex | EC | 79 | AF | 0 | 31 | 1A | 7 | 14C | 4B | 46 |
| Octal | 354 | 171 | 257 | 0 | 61 | 32 | 7 | 514 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10101111 | 0 | 110001 | 11010 | 111 | 101001100 | 1001011 | 1000110 |
Color Harmonies of #EC79AF
Complementary color
Monochromatic Colors of #EC79AF
Black with #EC79AF
Text Example
Text Example
White with #EC79AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC79AF; }
p { color: rgb(236,121,175); }
H1.HeaderClassName
{
color: #EC79AF;
}
.AnyTagClassName
{
color: #EC79AF;
}
</style>
background-color css
<style>
a { background-color: #EC79AF; }
a { background-color: rgb(236,121,175); }
div.DivClassName
{
background-color: #EC79AF;
}
.BgClassName
{
background-color: #EC79AF;
}
</style>
border-color css
<style>
span { border-color: #EC79AF; }
span { border-color: rgb(236,121,175); }
td.TdClassName
{
border-color: #EC79AF;
}
.TagClassName
{
border-color: #EC79AF;
}
</style>