Shades of Persian Pink #EC7AAE
Tints of Persian Pink #EC7AAE
RGB
CMYK
RGB Variations
Color information
#EC7AAE (or 0xEC7AAE) is known color: Persian Pink. HEX triplet: EC, 7A and AE. RGB value is (236,122,174). Sum of RGB (Red+Green+Blue) = 236+122+174=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7AAE is #138551. Grayscale: #A1A1A1. Windows color (decimal): -1279314 or 11434732. OLE color: 11434732.
HSL color Cylindrical-coordinate representation of color #EC7AAE: hue angle of 332.63º 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 #EC7AAE is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 174 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.07 |
| HSL | 332.63º | 0.75% | 0.7% | - |
| HSV(B) | 332.63º | 0.48% | 0.93% | - |
| XYZ | 49.19 | 34.81 | 44.17 | - |
| YUV | 162.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 174 | 0 | 0.48 | 0.26 | 0.07 | 332.63 | 0.75 | 0.7 |
| Hex | EC | 7A | AE | 0 | 30 | 1A | 7 | 14D | 4B | 46 |
| Octal | 354 | 172 | 256 | 0 | 60 | 32 | 7 | 515 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10101110 | 0 | 110000 | 11010 | 111 | 101001101 | 1001011 | 1000110 |
Color Harmonies of #EC7AAE
Complementary color
Monochromatic Colors of #EC7AAE
Black with #EC7AAE
Text Example
Text Example
White with #EC7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7AAE; }
p { color: rgb(236,122,174); }
H1.HeaderClassName
{
color: #EC7AAE;
}
.AnyTagClassName
{
color: #EC7AAE;
}
</style>
background-color css
<style>
a { background-color: #EC7AAE; }
a { background-color: rgb(236,122,174); }
div.DivClassName
{
background-color: #EC7AAE;
}
.BgClassName
{
background-color: #EC7AAE;
}
</style>
border-color css
<style>
span { border-color: #EC7AAE; }
span { border-color: rgb(236,122,174); }
td.TdClassName
{
border-color: #EC7AAE;
}
.TagClassName
{
border-color: #EC7AAE;
}
</style>