Shades of Persian Pink #EC73B4
Tints of Persian Pink #EC73B4
RGB
CMYK
RGB Variations
Color information
#EC73B4 (or 0xEC73B4) is known color: Persian Pink. HEX triplet: EC, 73 and B4. RGB value is (236,115,180). Sum of RGB (Red+Green+Blue) = 236+115+180=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B4 is #138C4B. Grayscale: #9E9E9E. Windows color (decimal): -1281100 or 11826156. OLE color: 11826156.
HSL color Cylindrical-coordinate representation of color #EC73B4: hue angle of 327.77º 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 #EC73B4 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 180 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.07 |
| HSL | 327.77º | 0.76% | 0.69% | - |
| HSV(B) | 327.77º | 0.51% | 0.93% | - |
| XYZ | 48.96 | 33.39 | 47.04 | - |
| YUV | 158.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 180 | 0 | 0.51 | 0.24 | 0.07 | 327.77 | 0.76 | 0.69 |
| Hex | EC | 73 | B4 | 0 | 33 | 18 | 7 | 148 | 4C | 45 |
| Octal | 354 | 163 | 264 | 0 | 63 | 30 | 7 | 510 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10110100 | 0 | 110011 | 11000 | 111 | 101001000 | 1001100 | 1000101 |
Color Harmonies of #EC73B4
Complementary color
Monochromatic Colors of #EC73B4
Black with #EC73B4
Text Example
Text Example
White with #EC73B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73B4; }
p { color: rgb(236,115,180); }
H1.HeaderClassName
{
color: #EC73B4;
}
.AnyTagClassName
{
color: #EC73B4;
}
</style>
background-color css
<style>
a { background-color: #EC73B4; }
a { background-color: rgb(236,115,180); }
div.DivClassName
{
background-color: #EC73B4;
}
.BgClassName
{
background-color: #EC73B4;
}
</style>
border-color css
<style>
span { border-color: #EC73B4; }
span { border-color: rgb(236,115,180); }
td.TdClassName
{
border-color: #EC73B4;
}
.TagClassName
{
border-color: #EC73B4;
}
</style>