Shades of Persian Pink #EC7FBB
Tints of Persian Pink #EC7FBB
RGB
CMYK
RGB Variations
Color information
#EC7FBB (or 0xEC7FBB) is known color: Persian Pink. HEX triplet: EC, 7F and BB. RGB value is (236,127,187). Sum of RGB (Red+Green+Blue) = 236+127+187=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FBB is #138044. Grayscale: #A6A6A6. Windows color (decimal): -1278021 or 12287980. OLE color: 12287980.
HSL color Cylindrical-coordinate representation of color #EC7FBB: hue angle of 326.97º 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 #EC7FBB is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 187 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.07 |
| HSL | 326.97º | 0.74% | 0.71% | - |
| HSV(B) | 326.97º | 0.46% | 0.93% | - |
| XYZ | 51.15 | 36.6 | 51.38 | - |
| YUV | 166.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 187 | 0 | 0.46 | 0.21 | 0.07 | 326.97 | 0.74 | 0.71 |
| Hex | EC | 7F | BB | 0 | 2E | 15 | 7 | 147 | 4A | 47 |
| Octal | 354 | 177 | 273 | 0 | 56 | 25 | 7 | 507 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10111011 | 0 | 101110 | 10101 | 111 | 101000111 | 1001010 | 1000111 |
Color Harmonies of #EC7FBB
Complementary color
Monochromatic Colors of #EC7FBB
Black with #EC7FBB
Text Example
Text Example
White with #EC7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FBB; }
p { color: rgb(236,127,187); }
H1.HeaderClassName
{
color: #EC7FBB;
}
.AnyTagClassName
{
color: #EC7FBB;
}
</style>
background-color css
<style>
a { background-color: #EC7FBB; }
a { background-color: rgb(236,127,187); }
div.DivClassName
{
background-color: #EC7FBB;
}
.BgClassName
{
background-color: #EC7FBB;
}
</style>
border-color css
<style>
span { border-color: #EC7FBB; }
span { border-color: rgb(236,127,187); }
td.TdClassName
{
border-color: #EC7FBB;
}
.TagClassName
{
border-color: #EC7FBB;
}
</style>