Shades of Persian Pink #EC84BC
Tints of Persian Pink #EC84BC
RGB
CMYK
RGB Variations
Color information
#EC84BC (or 0xEC84BC) is known color: Persian Pink. HEX triplet: EC, 84 and BC. RGB value is (236,132,188). Sum of RGB (Red+Green+Blue) = 236+132+188=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BC is #137B43. Grayscale: #A9A9A9. Windows color (decimal): -1276740 or 12354796. OLE color: 12354796.
HSL color Cylindrical-coordinate representation of color #EC84BC: hue angle of 327.69º 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 #EC84BC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 188 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 327.69º | 0.73% | 0.72% | - |
| HSV(B) | 327.69º | 0.44% | 0.93% | - |
| XYZ | 51.92 | 37.97 | 52.17 | - |
| YUV | 169.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 188 | 0 | 0.44 | 0.20 | 0.07 | 327.69 | 0.73 | 0.72 |
| Hex | EC | 84 | BC | 0 | 2C | 14 | 7 | 148 | 49 | 48 |
| Octal | 354 | 204 | 274 | 0 | 54 | 24 | 7 | 510 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10111100 | 0 | 101100 | 10100 | 111 | 101001000 | 1001001 | 1001000 |
Color Harmonies of #EC84BC
Complementary color
Monochromatic Colors of #EC84BC
Black with #EC84BC
Text Example
Text Example
White with #EC84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84BC; }
p { color: rgb(236,132,188); }
H1.HeaderClassName
{
color: #EC84BC;
}
.AnyTagClassName
{
color: #EC84BC;
}
</style>
background-color css
<style>
a { background-color: #EC84BC; }
a { background-color: rgb(236,132,188); }
div.DivClassName
{
background-color: #EC84BC;
}
.BgClassName
{
background-color: #EC84BC;
}
</style>
border-color css
<style>
span { border-color: #EC84BC; }
span { border-color: rgb(236,132,188); }
td.TdClassName
{
border-color: #EC84BC;
}
.TagClassName
{
border-color: #EC84BC;
}
</style>