Shades of Persian Pink #EC70BA
Tints of Persian Pink #EC70BA
RGB
CMYK
RGB Variations
Color information
#EC70BA (or 0xEC70BA) is known color: Persian Pink. HEX triplet: EC, 70 and BA. RGB value is (236,112,186). Sum of RGB (Red+Green+Blue) = 236+112+186=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70BA is #138F45. Grayscale: #9D9D9D. Windows color (decimal): -1281862 or 12218604. OLE color: 12218604.
HSL color Cylindrical-coordinate representation of color #EC70BA: hue angle of 324.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70BA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 186 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.07 |
| HSL | 324.19º | 0.77% | 0.68% | - |
| HSV(B) | 324.19º | 0.53% | 0.93% | - |
| XYZ | 49.25 | 32.97 | 50.22 | - |
| YUV | 157.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 186 | 0 | 0.53 | 0.21 | 0.07 | 324.19 | 0.77 | 0.68 |
| Hex | EC | 70 | BA | 0 | 35 | 15 | 7 | 144 | 4D | 44 |
| Octal | 354 | 160 | 272 | 0 | 65 | 25 | 7 | 504 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10111010 | 0 | 110101 | 10101 | 111 | 101000100 | 1001101 | 1000100 |
Color Harmonies of #EC70BA
Complementary color
Monochromatic Colors of #EC70BA
Black with #EC70BA
Text Example
Text Example
White with #EC70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70BA; }
p { color: rgb(236,112,186); }
H1.HeaderClassName
{
color: #EC70BA;
}
.AnyTagClassName
{
color: #EC70BA;
}
</style>
background-color css
<style>
a { background-color: #EC70BA; }
a { background-color: rgb(236,112,186); }
div.DivClassName
{
background-color: #EC70BA;
}
.BgClassName
{
background-color: #EC70BA;
}
</style>
border-color css
<style>
span { border-color: #EC70BA; }
span { border-color: rgb(236,112,186); }
td.TdClassName
{
border-color: #EC70BA;
}
.TagClassName
{
border-color: #EC70BA;
}
</style>