Shades of Persian Pink #EC7CBC
Tints of Persian Pink #EC7CBC
RGB
CMYK
RGB Variations
Color information
#EC7CBC (or 0xEC7CBC) is known color: Persian Pink. HEX triplet: EC, 7C and BC. RGB value is (236,124,188). Sum of RGB (Red+Green+Blue) = 236+124+188=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBC is #138343. Grayscale: #A4A4A4. Windows color (decimal): -1278788 or 12352748. OLE color: 12352748.
HSL color Cylindrical-coordinate representation of color #EC7CBC: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7CBC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 188 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.07 |
| HSL | 325.71º | 0.75% | 0.71% | - |
| HSV(B) | 325.71º | 0.47% | 0.93% | - |
| XYZ | 50.88 | 35.88 | 51.82 | - |
| YUV | 164.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 188 | 0 | 0.47 | 0.20 | 0.07 | 325.71 | 0.75 | 0.71 |
| Hex | EC | 7C | BC | 0 | 2F | 14 | 7 | 146 | 4B | 47 |
| Octal | 354 | 174 | 274 | 0 | 57 | 24 | 7 | 506 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10111100 | 0 | 101111 | 10100 | 111 | 101000110 | 1001011 | 1000111 |
Color Harmonies of #EC7CBC
Complementary color
Monochromatic Colors of #EC7CBC
Black with #EC7CBC
Text Example
Text Example
White with #EC7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CBC; }
p { color: rgb(236,124,188); }
H1.HeaderClassName
{
color: #EC7CBC;
}
.AnyTagClassName
{
color: #EC7CBC;
}
</style>
background-color css
<style>
a { background-color: #EC7CBC; }
a { background-color: rgb(236,124,188); }
div.DivClassName
{
background-color: #EC7CBC;
}
.BgClassName
{
background-color: #EC7CBC;
}
</style>
border-color css
<style>
span { border-color: #EC7CBC; }
span { border-color: rgb(236,124,188); }
td.TdClassName
{
border-color: #EC7CBC;
}
.TagClassName
{
border-color: #EC7CBC;
}
</style>