Shades of Persian Pink #EC73B0
Tints of Persian Pink #EC73B0
RGB
CMYK
RGB Variations
Color information
#EC73B0 (or 0xEC73B0) is known color: Persian Pink. HEX triplet: EC, 73 and B0. RGB value is (236,115,176). Sum of RGB (Red+Green+Blue) = 236+115+176=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC73B0 is #138C4F. Grayscale: #9E9E9E. Windows color (decimal): -1281104 or 11564012. OLE color: 11564012.
HSL color Cylindrical-coordinate representation of color #EC73B0: hue angle of 329.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73B0 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 176 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.07 |
| HSL | 329.75º | 0.76% | 0.69% | - |
| HSV(B) | 329.75º | 0.51% | 0.93% | - |
| XYZ | 48.56 | 33.23 | 44.93 | - |
| YUV | 158.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 176 | 0 | 0.51 | 0.25 | 0.07 | 329.75 | 0.76 | 0.69 |
| Hex | EC | 73 | B0 | 0 | 33 | 19 | 7 | 14A | 4C | 45 |
| Octal | 354 | 163 | 260 | 0 | 63 | 31 | 7 | 512 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10110000 | 0 | 110011 | 11001 | 111 | 101001010 | 1001100 | 1000101 |
Color Harmonies of #EC73B0
Complementary color
Monochromatic Colors of #EC73B0
Black with #EC73B0
Text Example
Text Example
White with #EC73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73B0; }
p { color: rgb(236,115,176); }
H1.HeaderClassName
{
color: #EC73B0;
}
.AnyTagClassName
{
color: #EC73B0;
}
</style>
background-color css
<style>
a { background-color: #EC73B0; }
a { background-color: rgb(236,115,176); }
div.DivClassName
{
background-color: #EC73B0;
}
.BgClassName
{
background-color: #EC73B0;
}
</style>
border-color css
<style>
span { border-color: #EC73B0; }
span { border-color: rgb(236,115,176); }
td.TdClassName
{
border-color: #EC73B0;
}
.TagClassName
{
border-color: #EC73B0;
}
</style>