Shades of Persian Pink #EC80BF
Tints of Persian Pink #EC80BF
RGB
CMYK
RGB Variations
Color information
#EC80BF (or 0xEC80BF) is known color: Persian Pink. HEX triplet: EC, 80 and BF. RGB value is (236,128,191). Sum of RGB (Red+Green+Blue) = 236+128+191=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BF is #137F40. Grayscale: #A7A7A7. Windows color (decimal): -1277761 or 12550380. OLE color: 12550380.
HSL color Cylindrical-coordinate representation of color #EC80BF: hue angle of 325º 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 #EC80BF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 191 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 325º | 0.74% | 0.71% | - |
| HSV(B) | 325º | 0.46% | 0.93% | - |
| XYZ | 51.72 | 37.03 | 53.71 | - |
| YUV | 167.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 191 | 0 | 0.46 | 0.19 | 0.07 | 325 | 0.74 | 0.71 |
| Hex | EC | 80 | BF | 0 | 2E | 13 | 7 | 145 | 4A | 47 |
| Octal | 354 | 200 | 277 | 0 | 56 | 23 | 7 | 505 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10111111 | 0 | 101110 | 10011 | 111 | 101000101 | 1001010 | 1000111 |
Color Harmonies of #EC80BF
Complementary color
Monochromatic Colors of #EC80BF
Black with #EC80BF
Text Example
Text Example
White with #EC80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80BF; }
p { color: rgb(236,128,191); }
H1.HeaderClassName
{
color: #EC80BF;
}
.AnyTagClassName
{
color: #EC80BF;
}
</style>
background-color css
<style>
a { background-color: #EC80BF; }
a { background-color: rgb(236,128,191); }
div.DivClassName
{
background-color: #EC80BF;
}
.BgClassName
{
background-color: #EC80BF;
}
</style>
border-color css
<style>
span { border-color: #EC80BF; }
span { border-color: rgb(236,128,191); }
td.TdClassName
{
border-color: #EC80BF;
}
.TagClassName
{
border-color: #EC80BF;
}
</style>