Shades of Persian Pink #EC76C6
Tints of Persian Pink #EC76C6
RGB
CMYK
RGB Variations
Color information
#EC76C6 (or 0xEC76C6) is known color: Persian Pink. HEX triplet: EC, 76 and C6. RGB value is (236,118,198). Sum of RGB (Red+Green+Blue) = 236+118+198=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C6 is #138939. Grayscale: #A2A2A2. Windows color (decimal): -1280314 or 13006572. OLE color: 13006572.
HSL color Cylindrical-coordinate representation of color #EC76C6: hue angle of 319.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76C6 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 198 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.07 |
| HSL | 319.32º | 0.76% | 0.69% | - |
| HSV(B) | 319.32º | 0.5% | 0.93% | - |
| XYZ | 51.26 | 34.87 | 57.45 | - |
| YUV | 162.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 198 | 0 | 0.5 | 0.16 | 0.07 | 319.32 | 0.76 | 0.69 |
| Hex | EC | 76 | C6 | 0 | 32 | 10 | 7 | 13F | 4C | 45 |
| Octal | 354 | 166 | 306 | 0 | 62 | 20 | 7 | 477 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11000110 | 0 | 110010 | 10000 | 111 | 100111111 | 1001100 | 1000101 |
Color Harmonies of #EC76C6
Complementary color
Monochromatic Colors of #EC76C6
Black with #EC76C6
Text Example
Text Example
White with #EC76C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76C6; }
p { color: rgb(236,118,198); }
H1.HeaderClassName
{
color: #EC76C6;
}
.AnyTagClassName
{
color: #EC76C6;
}
</style>
background-color css
<style>
a { background-color: #EC76C6; }
a { background-color: rgb(236,118,198); }
div.DivClassName
{
background-color: #EC76C6;
}
.BgClassName
{
background-color: #EC76C6;
}
</style>
border-color css
<style>
span { border-color: #EC76C6; }
span { border-color: rgb(236,118,198); }
td.TdClassName
{
border-color: #EC76C6;
}
.TagClassName
{
border-color: #EC76C6;
}
</style>