Shades of Persian Pink #EC7FBF
Tints of Persian Pink #EC7FBF
RGB
CMYK
RGB Variations
Color information
#EC7FBF (or 0xEC7FBF) is known color: Persian Pink. HEX triplet: EC, 7F and BF. RGB value is (236,127,191). Sum of RGB (Red+Green+Blue) = 236+127+191=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FBF is #138040. Grayscale: #A6A6A6. Windows color (decimal): -1278017 or 12550124. OLE color: 12550124.
HSL color Cylindrical-coordinate representation of color #EC7FBF: hue angle of 324.77º 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 #EC7FBF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 191 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 324.77º | 0.74% | 0.71% | - |
| HSV(B) | 324.77º | 0.46% | 0.93% | - |
| XYZ | 51.59 | 36.77 | 53.67 | - |
| YUV | 166.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 191 | 0 | 0.46 | 0.19 | 0.07 | 324.77 | 0.74 | 0.71 |
| Hex | EC | 7F | BF | 0 | 2E | 13 | 7 | 145 | 4A | 47 |
| Octal | 354 | 177 | 277 | 0 | 56 | 23 | 7 | 505 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10111111 | 0 | 101110 | 10011 | 111 | 101000101 | 1001010 | 1000111 |
Color Harmonies of #EC7FBF
Complementary color
Monochromatic Colors of #EC7FBF
Black with #EC7FBF
Text Example
Text Example
White with #EC7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FBF; }
p { color: rgb(236,127,191); }
H1.HeaderClassName
{
color: #EC7FBF;
}
.AnyTagClassName
{
color: #EC7FBF;
}
</style>
background-color css
<style>
a { background-color: #EC7FBF; }
a { background-color: rgb(236,127,191); }
div.DivClassName
{
background-color: #EC7FBF;
}
.BgClassName
{
background-color: #EC7FBF;
}
</style>
border-color css
<style>
span { border-color: #EC7FBF; }
span { border-color: rgb(236,127,191); }
td.TdClassName
{
border-color: #EC7FBF;
}
.TagClassName
{
border-color: #EC7FBF;
}
</style>