Shades of Persian Pink #EC88BC
Tints of Persian Pink #EC88BC
RGB
CMYK
RGB Variations
Color information
#EC88BC (or 0xEC88BC) is known color: Persian Pink. HEX triplet: EC, 88 and BC. RGB value is (236,136,188). Sum of RGB (Red+Green+Blue) = 236+136+188=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88BC is #137743. Grayscale: #ABABAB. Windows color (decimal): -1275716 or 12355820. OLE color: 12355820.
HSL color Cylindrical-coordinate representation of color #EC88BC: hue angle of 328.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88BC is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 188 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.07 |
| HSL | 328.8º | 0.72% | 0.73% | - |
| HSV(B) | 328.8º | 0.42% | 0.93% | - |
| XYZ | 52.47 | 39.07 | 52.35 | - |
| YUV | 171.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 188 | 0 | 0.42 | 0.20 | 0.07 | 328.8 | 0.72 | 0.73 |
| Hex | EC | 88 | BC | 0 | 2A | 14 | 7 | 149 | 48 | 49 |
| Octal | 354 | 210 | 274 | 0 | 52 | 24 | 7 | 511 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10111100 | 0 | 101010 | 10100 | 111 | 101001001 | 1001000 | 1001001 |
Color Harmonies of #EC88BC
Complementary color
Monochromatic Colors of #EC88BC
Black with #EC88BC
Text Example
Text Example
White with #EC88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88BC; }
p { color: rgb(236,136,188); }
H1.HeaderClassName
{
color: #EC88BC;
}
.AnyTagClassName
{
color: #EC88BC;
}
</style>
background-color css
<style>
a { background-color: #EC88BC; }
a { background-color: rgb(236,136,188); }
div.DivClassName
{
background-color: #EC88BC;
}
.BgClassName
{
background-color: #EC88BC;
}
</style>
border-color css
<style>
span { border-color: #EC88BC; }
span { border-color: rgb(236,136,188); }
td.TdClassName
{
border-color: #EC88BC;
}
.TagClassName
{
border-color: #EC88BC;
}
</style>