Shades of Persian Pink #EC72BB
Tints of Persian Pink #EC72BB
RGB
CMYK
RGB Variations
Color information
#EC72BB (or 0xEC72BB) is known color: Persian Pink. HEX triplet: EC, 72 and BB. RGB value is (236,114,187). Sum of RGB (Red+Green+Blue) = 236+114+187=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72BB is #138D44. Grayscale: #9E9E9E. Windows color (decimal): -1281349 or 12284652. OLE color: 12284652.
HSL color Cylindrical-coordinate representation of color #EC72BB: hue angle of 324.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72BB is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 187 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.07 |
| HSL | 324.1º | 0.76% | 0.69% | - |
| HSV(B) | 324.1º | 0.52% | 0.93% | - |
| XYZ | 49.58 | 33.46 | 50.86 | - |
| YUV | 158.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 187 | 0 | 0.52 | 0.21 | 0.07 | 324.1 | 0.76 | 0.69 |
| Hex | EC | 72 | BB | 0 | 34 | 15 | 7 | 144 | 4C | 45 |
| Octal | 354 | 162 | 273 | 0 | 64 | 25 | 7 | 504 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10111011 | 0 | 110100 | 10101 | 111 | 101000100 | 1001100 | 1000101 |
Color Harmonies of #EC72BB
Complementary color
Monochromatic Colors of #EC72BB
Black with #EC72BB
Text Example
Text Example
White with #EC72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72BB; }
p { color: rgb(236,114,187); }
H1.HeaderClassName
{
color: #EC72BB;
}
.AnyTagClassName
{
color: #EC72BB;
}
</style>
background-color css
<style>
a { background-color: #EC72BB; }
a { background-color: rgb(236,114,187); }
div.DivClassName
{
background-color: #EC72BB;
}
.BgClassName
{
background-color: #EC72BB;
}
</style>
border-color css
<style>
span { border-color: #EC72BB; }
span { border-color: rgb(236,114,187); }
td.TdClassName
{
border-color: #EC72BB;
}
.TagClassName
{
border-color: #EC72BB;
}
</style>