Shades of Persian Pink #EC7FBC
Tints of Persian Pink #EC7FBC
RGB
CMYK
RGB Variations
Color information
#EC7FBC (or 0xEC7FBC) is known color: Persian Pink. HEX triplet: EC, 7F and BC. RGB value is (236,127,188). Sum of RGB (Red+Green+Blue) = 236+127+188=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FBC is #138043. Grayscale: #A6A6A6. Windows color (decimal): -1278020 or 12353516. OLE color: 12353516.
HSL color Cylindrical-coordinate representation of color #EC7FBC: hue angle of 326.42º 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 #EC7FBC is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 188 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.07 |
| HSL | 326.42º | 0.74% | 0.71% | - |
| HSV(B) | 326.42º | 0.46% | 0.93% | - |
| XYZ | 51.26 | 36.64 | 51.95 | - |
| YUV | 166.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 188 | 0 | 0.46 | 0.20 | 0.07 | 326.42 | 0.74 | 0.71 |
| Hex | EC | 7F | BC | 0 | 2E | 14 | 7 | 146 | 4A | 47 |
| Octal | 354 | 177 | 274 | 0 | 56 | 24 | 7 | 506 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10111100 | 0 | 101110 | 10100 | 111 | 101000110 | 1001010 | 1000111 |
Color Harmonies of #EC7FBC
Complementary color
Monochromatic Colors of #EC7FBC
Black with #EC7FBC
Text Example
Text Example
White with #EC7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FBC; }
p { color: rgb(236,127,188); }
H1.HeaderClassName
{
color: #EC7FBC;
}
.AnyTagClassName
{
color: #EC7FBC;
}
</style>
background-color css
<style>
a { background-color: #EC7FBC; }
a { background-color: rgb(236,127,188); }
div.DivClassName
{
background-color: #EC7FBC;
}
.BgClassName
{
background-color: #EC7FBC;
}
</style>
border-color css
<style>
span { border-color: #EC7FBC; }
span { border-color: rgb(236,127,188); }
td.TdClassName
{
border-color: #EC7FBC;
}
.TagClassName
{
border-color: #EC7FBC;
}
</style>