Shades of Persian Pink #EC85BC
Tints of Persian Pink #EC85BC
RGB
CMYK
RGB Variations
Color information
#EC85BC (or 0xEC85BC) is known color: Persian Pink. HEX triplet: EC, 85 and BC. RGB value is (236,133,188). Sum of RGB (Red+Green+Blue) = 236+133+188=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BC is #137A43. Grayscale: #A9A9A9. Windows color (decimal): -1276484 or 12355052. OLE color: 12355052.
HSL color Cylindrical-coordinate representation of color #EC85BC: hue angle of 327.96º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85BC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 188 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 327.96º | 0.73% | 0.72% | - |
| HSV(B) | 327.96º | 0.44% | 0.93% | - |
| XYZ | 52.06 | 38.24 | 52.21 | - |
| YUV | 170.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 188 | 0 | 0.44 | 0.20 | 0.07 | 327.96 | 0.73 | 0.72 |
| Hex | EC | 85 | BC | 0 | 2C | 14 | 7 | 148 | 49 | 48 |
| Octal | 354 | 205 | 274 | 0 | 54 | 24 | 7 | 510 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10111100 | 0 | 101100 | 10100 | 111 | 101001000 | 1001001 | 1001000 |
Color Harmonies of #EC85BC
Complementary color
Monochromatic Colors of #EC85BC
Black with #EC85BC
Text Example
Text Example
White with #EC85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85BC; }
p { color: rgb(236,133,188); }
H1.HeaderClassName
{
color: #EC85BC;
}
.AnyTagClassName
{
color: #EC85BC;
}
</style>
background-color css
<style>
a { background-color: #EC85BC; }
a { background-color: rgb(236,133,188); }
div.DivClassName
{
background-color: #EC85BC;
}
.BgClassName
{
background-color: #EC85BC;
}
</style>
border-color css
<style>
span { border-color: #EC85BC; }
span { border-color: rgb(236,133,188); }
td.TdClassName
{
border-color: #EC85BC;
}
.TagClassName
{
border-color: #EC85BC;
}
</style>