Shades of Persian Pink #EC86B9
Tints of Persian Pink #EC86B9
RGB
CMYK
RGB Variations
Color information
#EC86B9 (or 0xEC86B9) is known color: Persian Pink. HEX triplet: EC, 86 and B9. RGB value is (236,134,185). Sum of RGB (Red+Green+Blue) = 236+134+185=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86B9 is #137946. Grayscale: #AAAAAA. Windows color (decimal): -1276231 or 12158700. OLE color: 12158700.
HSL color Cylindrical-coordinate representation of color #EC86B9: hue angle of 330º 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 #EC86B9 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 185 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.07 |
| HSL | 330º | 0.73% | 0.73% | - |
| HSV(B) | 330º | 0.43% | 0.93% | - |
| XYZ | 51.87 | 38.39 | 50.57 | - |
| YUV | 170.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 185 | 0 | 0.43 | 0.22 | 0.07 | 330 | 0.73 | 0.73 |
| Hex | EC | 86 | B9 | 0 | 2B | 16 | 7 | 14A | 49 | 49 |
| Octal | 354 | 206 | 271 | 0 | 53 | 26 | 7 | 512 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10111001 | 0 | 101011 | 10110 | 111 | 101001010 | 1001001 | 1001001 |
Color Harmonies of #EC86B9
Complementary color
Monochromatic Colors of #EC86B9
Black with #EC86B9
Text Example
Text Example
White with #EC86B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86B9; }
p { color: rgb(236,134,185); }
H1.HeaderClassName
{
color: #EC86B9;
}
.AnyTagClassName
{
color: #EC86B9;
}
</style>
background-color css
<style>
a { background-color: #EC86B9; }
a { background-color: rgb(236,134,185); }
div.DivClassName
{
background-color: #EC86B9;
}
.BgClassName
{
background-color: #EC86B9;
}
</style>
border-color css
<style>
span { border-color: #EC86B9; }
span { border-color: rgb(236,134,185); }
td.TdClassName
{
border-color: #EC86B9;
}
.TagClassName
{
border-color: #EC86B9;
}
</style>