Shades of Persian Pink #EC84B9
Tints of Persian Pink #EC84B9
RGB
CMYK
RGB Variations
Color information
#EC84B9 (or 0xEC84B9) is known color: Persian Pink. HEX triplet: EC, 84 and B9. RGB value is (236,132,185). Sum of RGB (Red+Green+Blue) = 236+132+185=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84B9 is #137B46. Grayscale: #A9A9A9. Windows color (decimal): -1276743 or 12158188. OLE color: 12158188.
HSL color Cylindrical-coordinate representation of color #EC84B9: hue angle of 329.42º 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 #EC84B9 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 185 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.07 |
| HSL | 329.42º | 0.73% | 0.72% | - |
| HSV(B) | 329.42º | 0.44% | 0.93% | - |
| XYZ | 51.6 | 37.84 | 50.48 | - |
| YUV | 169.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 185 | 0 | 0.44 | 0.22 | 0.07 | 329.42 | 0.73 | 0.72 |
| Hex | EC | 84 | B9 | 0 | 2C | 16 | 7 | 149 | 49 | 48 |
| Octal | 354 | 204 | 271 | 0 | 54 | 26 | 7 | 511 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10111001 | 0 | 101100 | 10110 | 111 | 101001001 | 1001001 | 1001000 |
Color Harmonies of #EC84B9
Complementary color
Monochromatic Colors of #EC84B9
Black with #EC84B9
Text Example
Text Example
White with #EC84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84B9; }
p { color: rgb(236,132,185); }
H1.HeaderClassName
{
color: #EC84B9;
}
.AnyTagClassName
{
color: #EC84B9;
}
</style>
background-color css
<style>
a { background-color: #EC84B9; }
a { background-color: rgb(236,132,185); }
div.DivClassName
{
background-color: #EC84B9;
}
.BgClassName
{
background-color: #EC84B9;
}
</style>
border-color css
<style>
span { border-color: #EC84B9; }
span { border-color: rgb(236,132,185); }
td.TdClassName
{
border-color: #EC84B9;
}
.TagClassName
{
border-color: #EC84B9;
}
</style>