Shades of French Rose #EC5591
Tints of French Rose #EC5591
RGB
CMYK
RGB Variations
Color information
#EC5591 (or 0xEC5591) is known color: French Rose. HEX triplet: EC, 55 and 91. RGB value is (236,85,145). Sum of RGB (Red+Green+Blue) = 236+85+145=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5591 is #13AA6E. Grayscale: #888888. Windows color (decimal): -1288815 or 9524716. OLE color: 9524716.
HSL color Cylindrical-coordinate representation of color #EC5591: hue angle of 336.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5591 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 145 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.07 |
| HSL | 336.16º | 0.8% | 0.63% | - |
| HSV(B) | 336.16º | 0.64% | 0.93% | - |
| XYZ | 42.95 | 26.37 | 29.62 | - |
| YUV | 136.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 145 | 0 | 0.64 | 0.39 | 0.07 | 336.16 | 0.8 | 0.63 |
| Hex | EC | 55 | 91 | 0 | 40 | 27 | 7 | 150 | 50 | 3F |
| Octal | 354 | 125 | 221 | 0 | 100 | 47 | 7 | 520 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10010001 | 0 | 1000000 | 100111 | 111 | 101010000 | 1010000 | 111111 |
Color Harmonies of #EC5591
Complementary color
Monochromatic Colors of #EC5591
Black with #EC5591
Text Example
Text Example
White with #EC5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5591; }
p { color: rgb(236,85,145); }
H1.HeaderClassName
{
color: #EC5591;
}
.AnyTagClassName
{
color: #EC5591;
}
</style>
background-color css
<style>
a { background-color: #EC5591; }
a { background-color: rgb(236,85,145); }
div.DivClassName
{
background-color: #EC5591;
}
.BgClassName
{
background-color: #EC5591;
}
</style>
border-color css
<style>
span { border-color: #EC5591; }
span { border-color: rgb(236,85,145); }
td.TdClassName
{
border-color: #EC5591;
}
.TagClassName
{
border-color: #EC5591;
}
</style>