Shades of Persian Pink #EC80BC
Tints of Persian Pink #EC80BC
RGB
CMYK
RGB Variations
Color information
#EC80BC (or 0xEC80BC) is known color: Persian Pink. HEX triplet: EC, 80 and BC. RGB value is (236,128,188). Sum of RGB (Red+Green+Blue) = 236+128+188=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BC is #137F43. Grayscale: #A7A7A7. Windows color (decimal): -1277764 or 12353772. OLE color: 12353772.
HSL color Cylindrical-coordinate representation of color #EC80BC: hue angle of 326.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80BC is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 188 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.07 |
| HSL | 326.67º | 0.74% | 0.71% | - |
| HSV(B) | 326.67º | 0.46% | 0.93% | - |
| XYZ | 51.39 | 36.9 | 51.99 | - |
| YUV | 167.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 188 | 0 | 0.46 | 0.20 | 0.07 | 326.67 | 0.74 | 0.71 |
| Hex | EC | 80 | BC | 0 | 2E | 14 | 7 | 147 | 4A | 47 |
| Octal | 354 | 200 | 274 | 0 | 56 | 24 | 7 | 507 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10111100 | 0 | 101110 | 10100 | 111 | 101000111 | 1001010 | 1000111 |
Color Harmonies of #EC80BC
Complementary color
Monochromatic Colors of #EC80BC
Black with #EC80BC
Text Example
Text Example
White with #EC80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80BC; }
p { color: rgb(236,128,188); }
H1.HeaderClassName
{
color: #EC80BC;
}
.AnyTagClassName
{
color: #EC80BC;
}
</style>
background-color css
<style>
a { background-color: #EC80BC; }
a { background-color: rgb(236,128,188); }
div.DivClassName
{
background-color: #EC80BC;
}
.BgClassName
{
background-color: #EC80BC;
}
</style>
border-color css
<style>
span { border-color: #EC80BC; }
span { border-color: rgb(236,128,188); }
td.TdClassName
{
border-color: #EC80BC;
}
.TagClassName
{
border-color: #EC80BC;
}
</style>