Shades of Persian Pink #EC85BE
Tints of Persian Pink #EC85BE
RGB
CMYK
RGB Variations
Color information
#EC85BE (or 0xEC85BE) is known color: Persian Pink. HEX triplet: EC, 85 and BE. RGB value is (236,133,190). Sum of RGB (Red+Green+Blue) = 236+133+190=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BE is #137A41. Grayscale: #AAAAAA. Windows color (decimal): -1276482 or 12486124. OLE color: 12486124.
HSL color Cylindrical-coordinate representation of color #EC85BE: hue angle of 326.8º 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 #EC85BE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 190 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.07 |
| HSL | 326.8º | 0.73% | 0.72% | - |
| HSV(B) | 326.8º | 0.44% | 0.93% | - |
| XYZ | 52.27 | 38.33 | 53.36 | - |
| YUV | 170.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 190 | 0 | 0.44 | 0.19 | 0.07 | 326.8 | 0.73 | 0.72 |
| Hex | EC | 85 | BE | 0 | 2C | 13 | 7 | 147 | 49 | 48 |
| Octal | 354 | 205 | 276 | 0 | 54 | 23 | 7 | 507 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10111110 | 0 | 101100 | 10011 | 111 | 101000111 | 1001001 | 1001000 |
Color Harmonies of #EC85BE
Complementary color
Monochromatic Colors of #EC85BE
Black with #EC85BE
Text Example
Text Example
White with #EC85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85BE; }
p { color: rgb(236,133,190); }
H1.HeaderClassName
{
color: #EC85BE;
}
.AnyTagClassName
{
color: #EC85BE;
}
</style>
background-color css
<style>
a { background-color: #EC85BE; }
a { background-color: rgb(236,133,190); }
div.DivClassName
{
background-color: #EC85BE;
}
.BgClassName
{
background-color: #EC85BE;
}
</style>
border-color css
<style>
span { border-color: #EC85BE; }
span { border-color: rgb(236,133,190); }
td.TdClassName
{
border-color: #EC85BE;
}
.TagClassName
{
border-color: #EC85BE;
}
</style>