Shades of Persian Pink #EC7DBC
Tints of Persian Pink #EC7DBC
RGB
CMYK
RGB Variations
Color information
#EC7DBC (or 0xEC7DBC) is known color: Persian Pink. HEX triplet: EC, 7D and BC. RGB value is (236,125,188). Sum of RGB (Red+Green+Blue) = 236+125+188=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DBC is #138243. Grayscale: #A5A5A5. Windows color (decimal): -1278532 or 12353004. OLE color: 12353004.
HSL color Cylindrical-coordinate representation of color #EC7DBC: hue angle of 325.95º degrees, saturation: 0.74, 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 #EC7DBC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 188 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.07 |
| HSL | 325.95º | 0.74% | 0.71% | - |
| HSV(B) | 325.95º | 0.47% | 0.93% | - |
| XYZ | 51 | 36.13 | 51.86 | - |
| YUV | 165.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 188 | 0 | 0.47 | 0.20 | 0.07 | 325.95 | 0.74 | 0.71 |
| Hex | EC | 7D | BC | 0 | 2F | 14 | 7 | 146 | 4A | 47 |
| Octal | 354 | 175 | 274 | 0 | 57 | 24 | 7 | 506 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10111100 | 0 | 101111 | 10100 | 111 | 101000110 | 1001010 | 1000111 |
Color Harmonies of #EC7DBC
Complementary color
Monochromatic Colors of #EC7DBC
Black with #EC7DBC
Text Example
Text Example
White with #EC7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DBC; }
p { color: rgb(236,125,188); }
H1.HeaderClassName
{
color: #EC7DBC;
}
.AnyTagClassName
{
color: #EC7DBC;
}
</style>
background-color css
<style>
a { background-color: #EC7DBC; }
a { background-color: rgb(236,125,188); }
div.DivClassName
{
background-color: #EC7DBC;
}
.BgClassName
{
background-color: #EC7DBC;
}
</style>
border-color css
<style>
span { border-color: #EC7DBC; }
span { border-color: rgb(236,125,188); }
td.TdClassName
{
border-color: #EC7DBC;
}
.TagClassName
{
border-color: #EC7DBC;
}
</style>