Shades of Persian Pink #EC87BC
Tints of Persian Pink #EC87BC
RGB
CMYK
RGB Variations
Color information
#EC87BC (or 0xEC87BC) is known color: Persian Pink. HEX triplet: EC, 87 and BC. RGB value is (236,135,188). Sum of RGB (Red+Green+Blue) = 236+135+188=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87BC is #137843. Grayscale: #ABABAB. Windows color (decimal): -1275972 or 12355564. OLE color: 12355564.
HSL color Cylindrical-coordinate representation of color #EC87BC: hue angle of 328.51º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC87BC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 188 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.07 |
| HSL | 328.51º | 0.73% | 0.73% | - |
| HSV(B) | 328.51º | 0.43% | 0.93% | - |
| XYZ | 52.33 | 38.79 | 52.31 | - |
| YUV | 171.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 188 | 0 | 0.43 | 0.20 | 0.07 | 328.51 | 0.73 | 0.73 |
| Hex | EC | 87 | BC | 0 | 2B | 14 | 7 | 149 | 49 | 49 |
| Octal | 354 | 207 | 274 | 0 | 53 | 24 | 7 | 511 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10111100 | 0 | 101011 | 10100 | 111 | 101001001 | 1001001 | 1001001 |
Color Harmonies of #EC87BC
Complementary color
Monochromatic Colors of #EC87BC
Black with #EC87BC
Text Example
Text Example
White with #EC87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87BC; }
p { color: rgb(236,135,188); }
H1.HeaderClassName
{
color: #EC87BC;
}
.AnyTagClassName
{
color: #EC87BC;
}
</style>
background-color css
<style>
a { background-color: #EC87BC; }
a { background-color: rgb(236,135,188); }
div.DivClassName
{
background-color: #EC87BC;
}
.BgClassName
{
background-color: #EC87BC;
}
</style>
border-color css
<style>
span { border-color: #EC87BC; }
span { border-color: rgb(236,135,188); }
td.TdClassName
{
border-color: #EC87BC;
}
.TagClassName
{
border-color: #EC87BC;
}
</style>