Shades of Persian Pink #EC87B9
Tints of Persian Pink #EC87B9
RGB
CMYK
RGB Variations
Color information
#EC87B9 (or 0xEC87B9) is known color: Persian Pink. HEX triplet: EC, 87 and B9. RGB value is (236,135,185). Sum of RGB (Red+Green+Blue) = 236+135+185=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87B9 is #137846. Grayscale: #AAAAAA. Windows color (decimal): -1275975 or 12158956. OLE color: 12158956.
HSL color Cylindrical-coordinate representation of color #EC87B9: hue angle of 330.3º 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 #EC87B9 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 185 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.07 |
| HSL | 330.3º | 0.73% | 0.73% | - |
| HSV(B) | 330.3º | 0.43% | 0.93% | - |
| XYZ | 52.01 | 38.66 | 50.62 | - |
| YUV | 170.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 185 | 0 | 0.43 | 0.22 | 0.07 | 330.3 | 0.73 | 0.73 |
| Hex | EC | 87 | B9 | 0 | 2B | 16 | 7 | 14A | 49 | 49 |
| Octal | 354 | 207 | 271 | 0 | 53 | 26 | 7 | 512 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10111001 | 0 | 101011 | 10110 | 111 | 101001010 | 1001001 | 1001001 |
Color Harmonies of #EC87B9
Complementary color
Monochromatic Colors of #EC87B9
Black with #EC87B9
Text Example
Text Example
White with #EC87B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87B9; }
p { color: rgb(236,135,185); }
H1.HeaderClassName
{
color: #EC87B9;
}
.AnyTagClassName
{
color: #EC87B9;
}
</style>
background-color css
<style>
a { background-color: #EC87B9; }
a { background-color: rgb(236,135,185); }
div.DivClassName
{
background-color: #EC87B9;
}
.BgClassName
{
background-color: #EC87B9;
}
</style>
border-color css
<style>
span { border-color: #EC87B9; }
span { border-color: rgb(236,135,185); }
td.TdClassName
{
border-color: #EC87B9;
}
.TagClassName
{
border-color: #EC87B9;
}
</style>