Shades of Persian Pink #EC87BA
Tints of Persian Pink #EC87BA
RGB
CMYK
RGB Variations
Color information
#EC87BA (or 0xEC87BA) is known color: Persian Pink. HEX triplet: EC, 87 and BA. RGB value is (236,135,186). Sum of RGB (Red+Green+Blue) = 236+135+186=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87BA is #137845. Grayscale: #AAAAAA. Windows color (decimal): -1275974 or 12224492. OLE color: 12224492.
HSL color Cylindrical-coordinate representation of color #EC87BA: hue angle of 329.7º 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 #EC87BA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 186 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 329.7º | 0.73% | 0.73% | - |
| HSV(B) | 329.7º | 0.43% | 0.93% | - |
| XYZ | 52.12 | 38.71 | 51.18 | - |
| YUV | 171.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 186 | 0 | 0.43 | 0.21 | 0.07 | 329.7 | 0.73 | 0.73 |
| Hex | EC | 87 | BA | 0 | 2B | 15 | 7 | 14A | 49 | 49 |
| Octal | 354 | 207 | 272 | 0 | 53 | 25 | 7 | 512 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10111010 | 0 | 101011 | 10101 | 111 | 101001010 | 1001001 | 1001001 |
Color Harmonies of #EC87BA
Complementary color
Monochromatic Colors of #EC87BA
Black with #EC87BA
Text Example
Text Example
White with #EC87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87BA; }
p { color: rgb(236,135,186); }
H1.HeaderClassName
{
color: #EC87BA;
}
.AnyTagClassName
{
color: #EC87BA;
}
</style>
background-color css
<style>
a { background-color: #EC87BA; }
a { background-color: rgb(236,135,186); }
div.DivClassName
{
background-color: #EC87BA;
}
.BgClassName
{
background-color: #EC87BA;
}
</style>
border-color css
<style>
span { border-color: #EC87BA; }
span { border-color: rgb(236,135,186); }
td.TdClassName
{
border-color: #EC87BA;
}
.TagClassName
{
border-color: #EC87BA;
}
</style>