Shades of Persian Pink #EC71B7
Tints of Persian Pink #EC71B7
RGB
CMYK
RGB Variations
Color information
#EC71B7 (or 0xEC71B7) is known color: Persian Pink. HEX triplet: EC, 71 and B7. RGB value is (236,113,183). Sum of RGB (Red+Green+Blue) = 236+113+183=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B7 is #138E48. Grayscale: #9D9D9D. Windows color (decimal): -1281609 or 12022252. OLE color: 12022252.
HSL color Cylindrical-coordinate representation of color #EC71B7: hue angle of 325.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71B7 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 183 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.07 |
| HSL | 325.85º | 0.76% | 0.68% | - |
| HSV(B) | 325.85º | 0.52% | 0.93% | - |
| XYZ | 49.04 | 33.06 | 48.6 | - |
| YUV | 157.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 183 | 0 | 0.52 | 0.22 | 0.07 | 325.85 | 0.76 | 0.68 |
| Hex | EC | 71 | B7 | 0 | 34 | 16 | 7 | 146 | 4C | 44 |
| Octal | 354 | 161 | 267 | 0 | 64 | 26 | 7 | 506 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10110111 | 0 | 110100 | 10110 | 111 | 101000110 | 1001100 | 1000100 |
Color Harmonies of #EC71B7
Complementary color
Monochromatic Colors of #EC71B7
Black with #EC71B7
Text Example
Text Example
White with #EC71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71B7; }
p { color: rgb(236,113,183); }
H1.HeaderClassName
{
color: #EC71B7;
}
.AnyTagClassName
{
color: #EC71B7;
}
</style>
background-color css
<style>
a { background-color: #EC71B7; }
a { background-color: rgb(236,113,183); }
div.DivClassName
{
background-color: #EC71B7;
}
.BgClassName
{
background-color: #EC71B7;
}
</style>
border-color css
<style>
span { border-color: #EC71B7; }
span { border-color: rgb(236,113,183); }
td.TdClassName
{
border-color: #EC71B7;
}
.TagClassName
{
border-color: #EC71B7;
}
</style>