Shades of Persian Pink #EC84BB
Tints of Persian Pink #EC84BB
RGB
CMYK
RGB Variations
Color information
#EC84BB (or 0xEC84BB) is known color: Persian Pink. HEX triplet: EC, 84 and BB. RGB value is (236,132,187). Sum of RGB (Red+Green+Blue) = 236+132+187=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BB is #137B44. Grayscale: #A9A9A9. Windows color (decimal): -1276741 or 12289260. OLE color: 12289260.
HSL color Cylindrical-coordinate representation of color #EC84BB: hue angle of 328.27º 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 #EC84BB is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 187 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.07 |
| HSL | 328.27º | 0.73% | 0.72% | - |
| HSV(B) | 328.27º | 0.44% | 0.93% | - |
| XYZ | 51.81 | 37.92 | 51.6 | - |
| YUV | 169.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 187 | 0 | 0.44 | 0.21 | 0.07 | 328.27 | 0.73 | 0.72 |
| Hex | EC | 84 | BB | 0 | 2C | 15 | 7 | 148 | 49 | 48 |
| Octal | 354 | 204 | 273 | 0 | 54 | 25 | 7 | 510 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10111011 | 0 | 101100 | 10101 | 111 | 101001000 | 1001001 | 1001000 |
Color Harmonies of #EC84BB
Complementary color
Monochromatic Colors of #EC84BB
Black with #EC84BB
Text Example
Text Example
White with #EC84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84BB; }
p { color: rgb(236,132,187); }
H1.HeaderClassName
{
color: #EC84BB;
}
.AnyTagClassName
{
color: #EC84BB;
}
</style>
background-color css
<style>
a { background-color: #EC84BB; }
a { background-color: rgb(236,132,187); }
div.DivClassName
{
background-color: #EC84BB;
}
.BgClassName
{
background-color: #EC84BB;
}
</style>
border-color css
<style>
span { border-color: #EC84BB; }
span { border-color: rgb(236,132,187); }
td.TdClassName
{
border-color: #EC84BB;
}
.TagClassName
{
border-color: #EC84BB;
}
</style>