Shades of Persian Pink #EC85B3
Tints of Persian Pink #EC85B3
RGB
CMYK
RGB Variations
Color information
#EC85B3 (or 0xEC85B3) is known color: Persian Pink. HEX triplet: EC, 85 and B3. RGB value is (236,133,179). Sum of RGB (Red+Green+Blue) = 236+133+179=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85B3 is #137A4C. Grayscale: #A8A8A8. Windows color (decimal): -1276493 or 11765228. OLE color: 11765228.
HSL color Cylindrical-coordinate representation of color #EC85B3: hue angle of 333.2º 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 #EC85B3 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 179 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.07 |
| HSL | 333.2º | 0.73% | 0.72% | - |
| HSV(B) | 333.2º | 0.44% | 0.93% | - |
| XYZ | 51.12 | 37.86 | 47.26 | - |
| YUV | 169.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 179 | 0 | 0.44 | 0.24 | 0.07 | 333.2 | 0.73 | 0.72 |
| Hex | EC | 85 | B3 | 0 | 2C | 18 | 7 | 14D | 49 | 48 |
| Octal | 354 | 205 | 263 | 0 | 54 | 30 | 7 | 515 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10110011 | 0 | 101100 | 11000 | 111 | 101001101 | 1001001 | 1001000 |
Color Harmonies of #EC85B3
Complementary color
Monochromatic Colors of #EC85B3
Black with #EC85B3
Text Example
Text Example
White with #EC85B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85B3; }
p { color: rgb(236,133,179); }
H1.HeaderClassName
{
color: #EC85B3;
}
.AnyTagClassName
{
color: #EC85B3;
}
</style>
background-color css
<style>
a { background-color: #EC85B3; }
a { background-color: rgb(236,133,179); }
div.DivClassName
{
background-color: #EC85B3;
}
.BgClassName
{
background-color: #EC85B3;
}
</style>
border-color css
<style>
span { border-color: #EC85B3; }
span { border-color: rgb(236,133,179); }
td.TdClassName
{
border-color: #EC85B3;
}
.TagClassName
{
border-color: #EC85B3;
}
</style>