Shades of Persian Pink #EC7ABA
Tints of Persian Pink #EC7ABA
RGB
CMYK
RGB Variations
Color information
#EC7ABA (or 0xEC7ABA) is known color: Persian Pink. HEX triplet: EC, 7A and BA. RGB value is (236,122,186). Sum of RGB (Red+Green+Blue) = 236+122+186=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ABA is #138545. Grayscale: #A3A3A3. Windows color (decimal): -1279302 or 12221164. OLE color: 12221164.
HSL color Cylindrical-coordinate representation of color #EC7ABA: hue angle of 326.32º 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 #EC7ABA is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 186 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 326.32º | 0.75% | 0.7% | - |
| HSV(B) | 326.32º | 0.48% | 0.93% | - |
| XYZ | 50.41 | 35.3 | 50.61 | - |
| YUV | 163.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 186 | 0 | 0.48 | 0.21 | 0.07 | 326.32 | 0.75 | 0.7 |
| Hex | EC | 7A | BA | 0 | 30 | 15 | 7 | 146 | 4B | 46 |
| Octal | 354 | 172 | 272 | 0 | 60 | 25 | 7 | 506 | 113 | 106 |
| Binary | 11101100 | 1111010 | 10111010 | 0 | 110000 | 10101 | 111 | 101000110 | 1001011 | 1000110 |
Color Harmonies of #EC7ABA
Complementary color
Monochromatic Colors of #EC7ABA
Black with #EC7ABA
Text Example
Text Example
White with #EC7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7ABA; }
p { color: rgb(236,122,186); }
H1.HeaderClassName
{
color: #EC7ABA;
}
.AnyTagClassName
{
color: #EC7ABA;
}
</style>
background-color css
<style>
a { background-color: #EC7ABA; }
a { background-color: rgb(236,122,186); }
div.DivClassName
{
background-color: #EC7ABA;
}
.BgClassName
{
background-color: #EC7ABA;
}
</style>
border-color css
<style>
span { border-color: #EC7ABA; }
span { border-color: rgb(236,122,186); }
td.TdClassName
{
border-color: #EC7ABA;
}
.TagClassName
{
border-color: #EC7ABA;
}
</style>