Shades of Persian Rose #EC37AC
Tints of Persian Rose #EC37AC
RGB
CMYK
RGB Variations
Color information
#EC37AC (or 0xEC37AC) is known color: Persian Rose. HEX triplet: EC, 37 and AC. RGB value is (236,55,172). Sum of RGB (Red+Green+Blue) = 236+55+172=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC37AC is #13C853. Grayscale: #7A7A7A. Windows color (decimal): -1296468 or 11286508. OLE color: 11286508.
HSL color Cylindrical-coordinate representation of color #EC37AC: hue angle of 321.22º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37AC is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 172 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.07 |
| HSL | 321.22º | 0.83% | 0.57% | - |
| HSV(B) | 321.22º | 0.77% | 0.93% | - |
| XYZ | 43.4 | 23.54 | 41.29 | - |
| YUV | 122.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 172 | 0 | 0.77 | 0.27 | 0.07 | 321.22 | 0.83 | 0.57 |
| Hex | EC | 37 | AC | 0 | 4D | 1B | 7 | 141 | 53 | 39 |
| Octal | 354 | 67 | 254 | 0 | 115 | 33 | 7 | 501 | 123 | 71 |
| Binary | 11101100 | 110111 | 10101100 | 0 | 1001101 | 11011 | 111 | 101000001 | 1010011 | 111001 |
Color Harmonies of #EC37AC
Complementary color
Monochromatic Colors of #EC37AC
Black with #EC37AC
Text Example
Text Example
White with #EC37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37AC; }
p { color: rgb(236,55,172); }
H1.HeaderClassName
{
color: #EC37AC;
}
.AnyTagClassName
{
color: #EC37AC;
}
</style>
background-color css
<style>
a { background-color: #EC37AC; }
a { background-color: rgb(236,55,172); }
div.DivClassName
{
background-color: #EC37AC;
}
.BgClassName
{
background-color: #EC37AC;
}
</style>
border-color css
<style>
span { border-color: #EC37AC; }
span { border-color: rgb(236,55,172); }
td.TdClassName
{
border-color: #EC37AC;
}
.TagClassName
{
border-color: #EC37AC;
}
</style>