Shades of Persian Pink #EC81BF
Tints of Persian Pink #EC81BF
RGB
CMYK
RGB Variations
Color information
#EC81BF (or 0xEC81BF) is known color: Persian Pink. HEX triplet: EC, 81 and BF. RGB value is (236,129,191). Sum of RGB (Red+Green+Blue) = 236+129+191=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81BF is #137E40. Grayscale: #A7A7A7. Windows color (decimal): -1277505 or 12550636. OLE color: 12550636.
HSL color Cylindrical-coordinate representation of color #EC81BF: hue angle of 325.23º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81BF is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 191 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.07 |
| HSL | 325.23º | 0.74% | 0.72% | - |
| HSV(B) | 325.23º | 0.45% | 0.93% | - |
| XYZ | 51.85 | 37.29 | 53.76 | - |
| YUV | 168.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 191 | 0 | 0.45 | 0.19 | 0.07 | 325.23 | 0.74 | 0.72 |
| Hex | EC | 81 | BF | 0 | 2D | 13 | 7 | 145 | 4A | 48 |
| Octal | 354 | 201 | 277 | 0 | 55 | 23 | 7 | 505 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10111111 | 0 | 101101 | 10011 | 111 | 101000101 | 1001010 | 1001000 |
Color Harmonies of #EC81BF
Complementary color
Monochromatic Colors of #EC81BF
Black with #EC81BF
Text Example
Text Example
White with #EC81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81BF; }
p { color: rgb(236,129,191); }
H1.HeaderClassName
{
color: #EC81BF;
}
.AnyTagClassName
{
color: #EC81BF;
}
</style>
background-color css
<style>
a { background-color: #EC81BF; }
a { background-color: rgb(236,129,191); }
div.DivClassName
{
background-color: #EC81BF;
}
.BgClassName
{
background-color: #EC81BF;
}
</style>
border-color css
<style>
span { border-color: #EC81BF; }
span { border-color: rgb(236,129,191); }
td.TdClassName
{
border-color: #EC81BF;
}
.TagClassName
{
border-color: #EC81BF;
}
</style>