Shades of Persian Pink #EC84BA
Tints of Persian Pink #EC84BA
RGB
CMYK
RGB Variations
Color information
#EC84BA (or 0xEC84BA) is known color: Persian Pink. HEX triplet: EC, 84 and BA. RGB value is (236,132,186). Sum of RGB (Red+Green+Blue) = 236+132+186=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BA is #137B45. Grayscale: #A9A9A9. Windows color (decimal): -1276742 or 12223724. OLE color: 12223724.
HSL color Cylindrical-coordinate representation of color #EC84BA: hue angle of 328.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84BA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 186 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328.85º | 0.73% | 0.72% | - |
| HSV(B) | 328.85º | 0.44% | 0.93% | - |
| XYZ | 51.71 | 37.88 | 51.04 | - |
| YUV | 169.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 186 | 0 | 0.44 | 0.21 | 0.07 | 328.85 | 0.73 | 0.72 |
| Hex | EC | 84 | BA | 0 | 2C | 15 | 7 | 149 | 49 | 48 |
| Octal | 354 | 204 | 272 | 0 | 54 | 25 | 7 | 511 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10111010 | 0 | 101100 | 10101 | 111 | 101001001 | 1001001 | 1001000 |
Color Harmonies of #EC84BA
Complementary color
Monochromatic Colors of #EC84BA
Black with #EC84BA
Text Example
Text Example
White with #EC84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84BA; }
p { color: rgb(236,132,186); }
H1.HeaderClassName
{
color: #EC84BA;
}
.AnyTagClassName
{
color: #EC84BA;
}
</style>
background-color css
<style>
a { background-color: #EC84BA; }
a { background-color: rgb(236,132,186); }
div.DivClassName
{
background-color: #EC84BA;
}
.BgClassName
{
background-color: #EC84BA;
}
</style>
border-color css
<style>
span { border-color: #EC84BA; }
span { border-color: rgb(236,132,186); }
td.TdClassName
{
border-color: #EC84BA;
}
.TagClassName
{
border-color: #EC84BA;
}
</style>