Shades of Persian Pink #EC72B3
Tints of Persian Pink #EC72B3
RGB
CMYK
RGB Variations
Color information
#EC72B3 (or 0xEC72B3) is known color: Persian Pink. HEX triplet: EC, 72 and B3. RGB value is (236,114,179). Sum of RGB (Red+Green+Blue) = 236+114+179=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72B3 is #138D4C. Grayscale: #9D9D9D. Windows color (decimal): -1281357 or 11760364. OLE color: 11760364.
HSL color Cylindrical-coordinate representation of color #EC72B3: hue angle of 328.03º 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 #EC72B3 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 179 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.07 |
| HSL | 328.03º | 0.76% | 0.69% | - |
| HSV(B) | 328.03º | 0.52% | 0.93% | - |
| XYZ | 48.75 | 33.12 | 46.47 | - |
| YUV | 157.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 179 | 0 | 0.52 | 0.24 | 0.07 | 328.03 | 0.76 | 0.69 |
| Hex | EC | 72 | B3 | 0 | 34 | 18 | 7 | 148 | 4C | 45 |
| Octal | 354 | 162 | 263 | 0 | 64 | 30 | 7 | 510 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10110011 | 0 | 110100 | 11000 | 111 | 101001000 | 1001100 | 1000101 |
Color Harmonies of #EC72B3
Complementary color
Monochromatic Colors of #EC72B3
Black with #EC72B3
Text Example
Text Example
White with #EC72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72B3; }
p { color: rgb(236,114,179); }
H1.HeaderClassName
{
color: #EC72B3;
}
.AnyTagClassName
{
color: #EC72B3;
}
</style>
background-color css
<style>
a { background-color: #EC72B3; }
a { background-color: rgb(236,114,179); }
div.DivClassName
{
background-color: #EC72B3;
}
.BgClassName
{
background-color: #EC72B3;
}
</style>
border-color css
<style>
span { border-color: #EC72B3; }
span { border-color: rgb(236,114,179); }
td.TdClassName
{
border-color: #EC72B3;
}
.TagClassName
{
border-color: #EC72B3;
}
</style>