Shades of Persian Pink #EC7AAF
Tints of Persian Pink #EC7AAF
RGB
CMYK
RGB Variations
Color information
#EC7AAF (or 0xEC7AAF) is known color: Persian Pink. HEX triplet: EC, 7A and AF. RGB value is (236,122,175). Sum of RGB (Red+Green+Blue) = 236+122+175=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7AAF is #138550. Grayscale: #A2A2A2. Windows color (decimal): -1279313 or 11500268. OLE color: 11500268.
HSL color Cylindrical-coordinate representation of color #EC7AAF: hue angle of 332.11º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AAF is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 175 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.07 |
| HSL | 332.11º | 0.75% | 0.7% | - |
| HSV(B) | 332.11º | 0.48% | 0.93% | - |
| XYZ | 49.29 | 34.85 | 44.69 | - |
| YUV | 162.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 175 | 0 | 0.48 | 0.26 | 0.07 | 332.11 | 0.75 | 0.7 |
| Hex | EC | 7A | AF | 0 | 30 | 1A | 7 | 14C | 4B | 46 |
| Octal | 354 | 172 | 257 | 0 | 60 | 32 | 7 | 514 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10101111 | 0 | 110000 | 11010 | 111 | 101001100 | 1001011 | 1000110 |
Color Harmonies of #EC7AAF
Complementary color
Monochromatic Colors of #EC7AAF
Black with #EC7AAF
Text Example
Text Example
White with #EC7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AAF; }
p { color: rgb(236,122,175); }
H1.HeaderClassName
{
color: #EC7AAF;
}
.AnyTagClassName
{
color: #EC7AAF;
}
</style>
background-color css
<style>
a { background-color: #EC7AAF; }
a { background-color: rgb(236,122,175); }
div.DivClassName
{
background-color: #EC7AAF;
}
.BgClassName
{
background-color: #EC7AAF;
}
</style>
border-color css
<style>
span { border-color: #EC7AAF; }
span { border-color: rgb(236,122,175); }
td.TdClassName
{
border-color: #EC7AAF;
}
.TagClassName
{
border-color: #EC7AAF;
}
</style>