Shades of Persian Pink #EC76BF
Tints of Persian Pink #EC76BF
RGB
CMYK
RGB Variations
Color information
#EC76BF (or 0xEC76BF) is known color: Persian Pink. HEX triplet: EC, 76 and BF. RGB value is (236,118,191). Sum of RGB (Red+Green+Blue) = 236+118+191=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76BF is #138940. Grayscale: #A1A1A1. Windows color (decimal): -1280321 or 12547820. OLE color: 12547820.
HSL color Cylindrical-coordinate representation of color #EC76BF: hue angle of 322.88º 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 #EC76BF is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 191 | - |
| CMYK | 0 | 0.5 | 0.19 | 0.07 |
| HSL | 322.88º | 0.76% | 0.69% | - |
| HSV(B) | 322.88º | 0.5% | 0.93% | - |
| XYZ | 50.47 | 34.55 | 53.3 | - |
| YUV | 161.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 191 | 0 | 0.5 | 0.19 | 0.07 | 322.88 | 0.76 | 0.69 |
| Hex | EC | 76 | BF | 0 | 32 | 13 | 7 | 143 | 4C | 45 |
| Octal | 354 | 166 | 277 | 0 | 62 | 23 | 7 | 503 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10111111 | 0 | 110010 | 10011 | 111 | 101000011 | 1001100 | 1000101 |
Color Harmonies of #EC76BF
Complementary color
Monochromatic Colors of #EC76BF
Black with #EC76BF
Text Example
Text Example
White with #EC76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76BF; }
p { color: rgb(236,118,191); }
H1.HeaderClassName
{
color: #EC76BF;
}
.AnyTagClassName
{
color: #EC76BF;
}
</style>
background-color css
<style>
a { background-color: #EC76BF; }
a { background-color: rgb(236,118,191); }
div.DivClassName
{
background-color: #EC76BF;
}
.BgClassName
{
background-color: #EC76BF;
}
</style>
border-color css
<style>
span { border-color: #EC76BF; }
span { border-color: rgb(236,118,191); }
td.TdClassName
{
border-color: #EC76BF;
}
.TagClassName
{
border-color: #EC76BF;
}
</style>