Shades of Persian Pink #EC72BA
Tints of Persian Pink #EC72BA
RGB
CMYK
RGB Variations
Color information
#EC72BA (or 0xEC72BA) is known color: Persian Pink. HEX triplet: EC, 72 and BA. RGB value is (236,114,186). Sum of RGB (Red+Green+Blue) = 236+114+186=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72BA is #138D45. Grayscale: #9E9E9E. Windows color (decimal): -1281350 or 12219116. OLE color: 12219116.
HSL color Cylindrical-coordinate representation of color #EC72BA: hue angle of 324.59º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72BA is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 186 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.07 |
| HSL | 324.59º | 0.76% | 0.69% | - |
| HSV(B) | 324.59º | 0.52% | 0.93% | - |
| XYZ | 49.47 | 33.41 | 50.3 | - |
| YUV | 158.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 186 | 0 | 0.52 | 0.21 | 0.07 | 324.59 | 0.76 | 0.69 |
| Hex | EC | 72 | BA | 0 | 34 | 15 | 7 | 145 | 4C | 45 |
| Octal | 354 | 162 | 272 | 0 | 64 | 25 | 7 | 505 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10111010 | 0 | 110100 | 10101 | 111 | 101000101 | 1001100 | 1000101 |
Color Harmonies of #EC72BA
Complementary color
Monochromatic Colors of #EC72BA
Black with #EC72BA
Text Example
Text Example
White with #EC72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72BA; }
p { color: rgb(236,114,186); }
H1.HeaderClassName
{
color: #EC72BA;
}
.AnyTagClassName
{
color: #EC72BA;
}
</style>
background-color css
<style>
a { background-color: #EC72BA; }
a { background-color: rgb(236,114,186); }
div.DivClassName
{
background-color: #EC72BA;
}
.BgClassName
{
background-color: #EC72BA;
}
</style>
border-color css
<style>
span { border-color: #EC72BA; }
span { border-color: rgb(236,114,186); }
td.TdClassName
{
border-color: #EC72BA;
}
.TagClassName
{
border-color: #EC72BA;
}
</style>