Shades of Persian Rose #EC37AB
Tints of Persian Rose #EC37AB
RGB
CMYK
RGB Variations
Color information
#EC37AB (or 0xEC37AB) is known color: Persian Rose. HEX triplet: EC, 37 and AB. RGB value is (236,55,171). Sum of RGB (Red+Green+Blue) = 236+55+171=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC37AB is #13C854. Grayscale: #7A7A7A. Windows color (decimal): -1296469 or 11220972. OLE color: 11220972.
HSL color Cylindrical-coordinate representation of color #EC37AB: hue angle of 321.55º 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 #EC37AB is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 171 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.07 |
| HSL | 321.55º | 0.83% | 0.57% | - |
| HSV(B) | 321.55º | 0.77% | 0.93% | - |
| XYZ | 43.31 | 23.51 | 40.78 | - |
| YUV | 122.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 171 | 0 | 0.77 | 0.28 | 0.07 | 321.55 | 0.83 | 0.57 |
| Hex | EC | 37 | AB | 0 | 4D | 1C | 7 | 142 | 53 | 39 |
| Octal | 354 | 67 | 253 | 0 | 115 | 34 | 7 | 502 | 123 | 71 |
| Binary | 11101100 | 110111 | 10101011 | 0 | 1001101 | 11100 | 111 | 101000010 | 1010011 | 111001 |
Color Harmonies of #EC37AB
Complementary color
Monochromatic Colors of #EC37AB
Black with #EC37AB
Text Example
Text Example
White with #EC37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37AB; }
p { color: rgb(236,55,171); }
H1.HeaderClassName
{
color: #EC37AB;
}
.AnyTagClassName
{
color: #EC37AB;
}
</style>
background-color css
<style>
a { background-color: #EC37AB; }
a { background-color: rgb(236,55,171); }
div.DivClassName
{
background-color: #EC37AB;
}
.BgClassName
{
background-color: #EC37AB;
}
</style>
border-color css
<style>
span { border-color: #EC37AB; }
span { border-color: rgb(236,55,171); }
td.TdClassName
{
border-color: #EC37AB;
}
.TagClassName
{
border-color: #EC37AB;
}
</style>