Shades of Persian Pink #EC85BD
Tints of Persian Pink #EC85BD
RGB
CMYK
RGB Variations
Color information
#EC85BD (or 0xEC85BD) is known color: Persian Pink. HEX triplet: EC, 85 and BD. RGB value is (236,133,189). Sum of RGB (Red+Green+Blue) = 236+133+189=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BD is #137A42. Grayscale: #AAAAAA. Windows color (decimal): -1276483 or 12420588. OLE color: 12420588.
HSL color Cylindrical-coordinate representation of color #EC85BD: hue angle of 327.38º 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 #EC85BD is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 189 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.07 |
| HSL | 327.38º | 0.73% | 0.72% | - |
| HSV(B) | 327.38º | 0.44% | 0.93% | - |
| XYZ | 52.16 | 38.28 | 52.78 | - |
| YUV | 170.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 189 | 0 | 0.44 | 0.20 | 0.07 | 327.38 | 0.73 | 0.72 |
| Hex | EC | 85 | BD | 0 | 2C | 14 | 7 | 147 | 49 | 48 |
| Octal | 354 | 205 | 275 | 0 | 54 | 24 | 7 | 507 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10111101 | 0 | 101100 | 10100 | 111 | 101000111 | 1001001 | 1001000 |
Color Harmonies of #EC85BD
Complementary color
Monochromatic Colors of #EC85BD
Black with #EC85BD
Text Example
Text Example
White with #EC85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85BD; }
p { color: rgb(236,133,189); }
H1.HeaderClassName
{
color: #EC85BD;
}
.AnyTagClassName
{
color: #EC85BD;
}
</style>
background-color css
<style>
a { background-color: #EC85BD; }
a { background-color: rgb(236,133,189); }
div.DivClassName
{
background-color: #EC85BD;
}
.BgClassName
{
background-color: #EC85BD;
}
</style>
border-color css
<style>
span { border-color: #EC85BD; }
span { border-color: rgb(236,133,189); }
td.TdClassName
{
border-color: #EC85BD;
}
.TagClassName
{
border-color: #EC85BD;
}
</style>