Shades of Persian Pink #EC71B6
Tints of Persian Pink #EC71B6
RGB
CMYK
RGB Variations
Color information
#EC71B6 (or 0xEC71B6) is known color: Persian Pink. HEX triplet: EC, 71 and B6. RGB value is (236,113,182). Sum of RGB (Red+Green+Blue) = 236+113+182=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B6 is #138E49. Grayscale: #9D9D9D. Windows color (decimal): -1281610 or 11956716. OLE color: 11956716.
HSL color Cylindrical-coordinate representation of color #EC71B6: hue angle of 326.34º 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 #EC71B6 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 182 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.07 |
| HSL | 326.34º | 0.76% | 0.68% | - |
| HSV(B) | 326.34º | 0.52% | 0.93% | - |
| XYZ | 48.94 | 33.02 | 48.05 | - |
| YUV | 157.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 182 | 0 | 0.52 | 0.23 | 0.07 | 326.34 | 0.76 | 0.68 |
| Hex | EC | 71 | B6 | 0 | 34 | 17 | 7 | 146 | 4C | 44 |
| Octal | 354 | 161 | 266 | 0 | 64 | 27 | 7 | 506 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10110110 | 0 | 110100 | 10111 | 111 | 101000110 | 1001100 | 1000100 |
Color Harmonies of #EC71B6
Complementary color
Monochromatic Colors of #EC71B6
Black with #EC71B6
Text Example
Text Example
White with #EC71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71B6; }
p { color: rgb(236,113,182); }
H1.HeaderClassName
{
color: #EC71B6;
}
.AnyTagClassName
{
color: #EC71B6;
}
</style>
background-color css
<style>
a { background-color: #EC71B6; }
a { background-color: rgb(236,113,182); }
div.DivClassName
{
background-color: #EC71B6;
}
.BgClassName
{
background-color: #EC71B6;
}
</style>
border-color css
<style>
span { border-color: #EC71B6; }
span { border-color: rgb(236,113,182); }
td.TdClassName
{
border-color: #EC71B6;
}
.TagClassName
{
border-color: #EC71B6;
}
</style>