Shades of Persian Pink #EC76C3
Tints of Persian Pink #EC76C3
RGB
CMYK
RGB Variations
Color information
#EC76C3 (or 0xEC76C3) is known color: Persian Pink. HEX triplet: EC, 76 and C3. RGB value is (236,118,195). Sum of RGB (Red+Green+Blue) = 236+118+195=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76C3 is #13893C. Grayscale: #A1A1A1. Windows color (decimal): -1280317 or 12809964. OLE color: 12809964.
HSL color Cylindrical-coordinate representation of color #EC76C3: hue angle of 320.85º 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 #EC76C3 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 195 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.07 |
| HSL | 320.85º | 0.76% | 0.69% | - |
| HSV(B) | 320.85º | 0.5% | 0.93% | - |
| XYZ | 50.92 | 34.73 | 55.65 | - |
| YUV | 162.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 195 | 0 | 0.5 | 0.17 | 0.07 | 320.85 | 0.76 | 0.69 |
| Hex | EC | 76 | C3 | 0 | 32 | 11 | 7 | 141 | 4C | 45 |
| Octal | 354 | 166 | 303 | 0 | 62 | 21 | 7 | 501 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11000011 | 0 | 110010 | 10001 | 111 | 101000001 | 1001100 | 1000101 |
Color Harmonies of #EC76C3
Complementary color
Monochromatic Colors of #EC76C3
Black with #EC76C3
Text Example
Text Example
White with #EC76C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76C3; }
p { color: rgb(236,118,195); }
H1.HeaderClassName
{
color: #EC76C3;
}
.AnyTagClassName
{
color: #EC76C3;
}
</style>
background-color css
<style>
a { background-color: #EC76C3; }
a { background-color: rgb(236,118,195); }
div.DivClassName
{
background-color: #EC76C3;
}
.BgClassName
{
background-color: #EC76C3;
}
</style>
border-color css
<style>
span { border-color: #EC76C3; }
span { border-color: rgb(236,118,195); }
td.TdClassName
{
border-color: #EC76C3;
}
.TagClassName
{
border-color: #EC76C3;
}
</style>