Shades of Persian Pink #EC76B5
Tints of Persian Pink #EC76B5
RGB
CMYK
RGB Variations
Color information
#EC76B5 (or 0xEC76B5) is known color: Persian Pink. HEX triplet: EC, 76 and B5. RGB value is (236,118,181). Sum of RGB (Red+Green+Blue) = 236+118+181=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76B5 is #13894A. Grayscale: #A0A0A0. Windows color (decimal): -1280331 or 11892460. OLE color: 11892460.
HSL color Cylindrical-coordinate representation of color #EC76B5: hue angle of 327.97º 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 #EC76B5 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 181 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.07 |
| HSL | 327.97º | 0.76% | 0.69% | - |
| HSV(B) | 327.97º | 0.5% | 0.93% | - |
| XYZ | 49.41 | 34.13 | 47.7 | - |
| YUV | 160.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 181 | 0 | 0.5 | 0.23 | 0.07 | 327.97 | 0.76 | 0.69 |
| Hex | EC | 76 | B5 | 0 | 32 | 17 | 7 | 148 | 4C | 45 |
| Octal | 354 | 166 | 265 | 0 | 62 | 27 | 7 | 510 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10110101 | 0 | 110010 | 10111 | 111 | 101001000 | 1001100 | 1000101 |
Color Harmonies of #EC76B5
Complementary color
Monochromatic Colors of #EC76B5
Black with #EC76B5
Text Example
Text Example
White with #EC76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76B5; }
p { color: rgb(236,118,181); }
H1.HeaderClassName
{
color: #EC76B5;
}
.AnyTagClassName
{
color: #EC76B5;
}
</style>
background-color css
<style>
a { background-color: #EC76B5; }
a { background-color: rgb(236,118,181); }
div.DivClassName
{
background-color: #EC76B5;
}
.BgClassName
{
background-color: #EC76B5;
}
</style>
border-color css
<style>
span { border-color: #EC76B5; }
span { border-color: rgb(236,118,181); }
td.TdClassName
{
border-color: #EC76B5;
}
.TagClassName
{
border-color: #EC76B5;
}
</style>