Shades of Persian Pink #EC71B8
Tints of Persian Pink #EC71B8
RGB
CMYK
RGB Variations
Color information
#EC71B8 (or 0xEC71B8) is known color: Persian Pink. HEX triplet: EC, 71 and B8. RGB value is (236,113,184). Sum of RGB (Red+Green+Blue) = 236+113+184=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B8 is #138E47. Grayscale: #9D9D9D. Windows color (decimal): -1281608 or 12087788. OLE color: 12087788.
HSL color Cylindrical-coordinate representation of color #EC71B8: hue angle of 325.37º 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 #EC71B8 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 184 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.07 |
| HSL | 325.37º | 0.76% | 0.68% | - |
| HSV(B) | 325.37º | 0.52% | 0.93% | - |
| XYZ | 49.15 | 33.1 | 49.15 | - |
| YUV | 157.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 184 | 0 | 0.52 | 0.22 | 0.07 | 325.37 | 0.76 | 0.68 |
| Hex | EC | 71 | B8 | 0 | 34 | 16 | 7 | 145 | 4C | 44 |
| Octal | 354 | 161 | 270 | 0 | 64 | 26 | 7 | 505 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10111000 | 0 | 110100 | 10110 | 111 | 101000101 | 1001100 | 1000100 |
Color Harmonies of #EC71B8
Complementary color
Monochromatic Colors of #EC71B8
Black with #EC71B8
Text Example
Text Example
White with #EC71B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71B8; }
p { color: rgb(236,113,184); }
H1.HeaderClassName
{
color: #EC71B8;
}
.AnyTagClassName
{
color: #EC71B8;
}
</style>
background-color css
<style>
a { background-color: #EC71B8; }
a { background-color: rgb(236,113,184); }
div.DivClassName
{
background-color: #EC71B8;
}
.BgClassName
{
background-color: #EC71B8;
}
</style>
border-color css
<style>
span { border-color: #EC71B8; }
span { border-color: rgb(236,113,184); }
td.TdClassName
{
border-color: #EC71B8;
}
.TagClassName
{
border-color: #EC71B8;
}
</style>