Shades of Persian Pink #EC76B6
Tints of Persian Pink #EC76B6
RGB
CMYK
RGB Variations
Color information
#EC76B6 (or 0xEC76B6) is known color: Persian Pink. HEX triplet: EC, 76 and B6. RGB value is (236,118,182). Sum of RGB (Red+Green+Blue) = 236+118+182=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76B6 is #138949. Grayscale: #A0A0A0. Windows color (decimal): -1280330 or 11957996. OLE color: 11957996.
HSL color Cylindrical-coordinate representation of color #EC76B6: hue angle of 327.46º 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 #EC76B6 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 182 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.07 |
| HSL | 327.46º | 0.76% | 0.69% | - |
| HSV(B) | 327.46º | 0.5% | 0.93% | - |
| XYZ | 49.51 | 34.17 | 48.24 | - |
| YUV | 160.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 182 | 0 | 0.5 | 0.23 | 0.07 | 327.46 | 0.76 | 0.69 |
| Hex | EC | 76 | B6 | 0 | 32 | 17 | 7 | 147 | 4C | 45 |
| Octal | 354 | 166 | 266 | 0 | 62 | 27 | 7 | 507 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10110110 | 0 | 110010 | 10111 | 111 | 101000111 | 1001100 | 1000101 |
Color Harmonies of #EC76B6
Complementary color
Monochromatic Colors of #EC76B6
Black with #EC76B6
Text Example
Text Example
White with #EC76B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76B6; }
p { color: rgb(236,118,182); }
H1.HeaderClassName
{
color: #EC76B6;
}
.AnyTagClassName
{
color: #EC76B6;
}
</style>
background-color css
<style>
a { background-color: #EC76B6; }
a { background-color: rgb(236,118,182); }
div.DivClassName
{
background-color: #EC76B6;
}
.BgClassName
{
background-color: #EC76B6;
}
</style>
border-color css
<style>
span { border-color: #EC76B6; }
span { border-color: rgb(236,118,182); }
td.TdClassName
{
border-color: #EC76B6;
}
.TagClassName
{
border-color: #EC76B6;
}
</style>