Shades of Persian Pink #EC86BB
Tints of Persian Pink #EC86BB
RGB
CMYK
RGB Variations
Color information
#EC86BB (or 0xEC86BB) is known color: Persian Pink. HEX triplet: EC, 86 and BB. RGB value is (236,134,187). Sum of RGB (Red+Green+Blue) = 236+134+187=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86BB is #137944. Grayscale: #AAAAAA. Windows color (decimal): -1276229 or 12289772. OLE color: 12289772.
HSL color Cylindrical-coordinate representation of color #EC86BB: hue angle of 328.82º 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 #EC86BB is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 187 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.07 |
| HSL | 328.82º | 0.73% | 0.73% | - |
| HSV(B) | 328.82º | 0.43% | 0.93% | - |
| XYZ | 52.09 | 38.47 | 51.69 | - |
| YUV | 170.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 187 | 0 | 0.43 | 0.21 | 0.07 | 328.82 | 0.73 | 0.73 |
| Hex | EC | 86 | BB | 0 | 2B | 15 | 7 | 149 | 49 | 49 |
| Octal | 354 | 206 | 273 | 0 | 53 | 25 | 7 | 511 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10111011 | 0 | 101011 | 10101 | 111 | 101001001 | 1001001 | 1001001 |
Color Harmonies of #EC86BB
Complementary color
Monochromatic Colors of #EC86BB
Black with #EC86BB
Text Example
Text Example
White with #EC86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86BB; }
p { color: rgb(236,134,187); }
H1.HeaderClassName
{
color: #EC86BB;
}
.AnyTagClassName
{
color: #EC86BB;
}
</style>
background-color css
<style>
a { background-color: #EC86BB; }
a { background-color: rgb(236,134,187); }
div.DivClassName
{
background-color: #EC86BB;
}
.BgClassName
{
background-color: #EC86BB;
}
</style>
border-color css
<style>
span { border-color: #EC86BB; }
span { border-color: rgb(236,134,187); }
td.TdClassName
{
border-color: #EC86BB;
}
.TagClassName
{
border-color: #EC86BB;
}
</style>