Shades of Persian Pink #EC71B5
Tints of Persian Pink #EC71B5
RGB
CMYK
RGB Variations
Color information
#EC71B5 (or 0xEC71B5) is known color: Persian Pink. HEX triplet: EC, 71 and B5. RGB value is (236,113,181). Sum of RGB (Red+Green+Blue) = 236+113+181=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B5 is #138E4A. Grayscale: #9D9D9D. Windows color (decimal): -1281611 or 11891180. OLE color: 11891180.
HSL color Cylindrical-coordinate representation of color #EC71B5: hue angle of 326.83º 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 #EC71B5 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 181 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.07 |
| HSL | 326.83º | 0.76% | 0.68% | - |
| HSV(B) | 326.83º | 0.52% | 0.93% | - |
| XYZ | 48.84 | 32.98 | 47.51 | - |
| YUV | 157.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 181 | 0 | 0.52 | 0.23 | 0.07 | 326.83 | 0.76 | 0.68 |
| Hex | EC | 71 | B5 | 0 | 34 | 17 | 7 | 147 | 4C | 44 |
| Octal | 354 | 161 | 265 | 0 | 64 | 27 | 7 | 507 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10110101 | 0 | 110100 | 10111 | 111 | 101000111 | 1001100 | 1000100 |
Color Harmonies of #EC71B5
Complementary color
Monochromatic Colors of #EC71B5
Black with #EC71B5
Text Example
Text Example
White with #EC71B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71B5; }
p { color: rgb(236,113,181); }
H1.HeaderClassName
{
color: #EC71B5;
}
.AnyTagClassName
{
color: #EC71B5;
}
</style>
background-color css
<style>
a { background-color: #EC71B5; }
a { background-color: rgb(236,113,181); }
div.DivClassName
{
background-color: #EC71B5;
}
.BgClassName
{
background-color: #EC71B5;
}
</style>
border-color css
<style>
span { border-color: #EC71B5; }
span { border-color: rgb(236,113,181); }
td.TdClassName
{
border-color: #EC71B5;
}
.TagClassName
{
border-color: #EC71B5;
}
</style>