Shades of French Rose #EC5595
Tints of French Rose #EC5595
RGB
CMYK
RGB Variations
Color information
#EC5595 (or 0xEC5595) is known color: French Rose. HEX triplet: EC, 55 and 95. RGB value is (236,85,149). Sum of RGB (Red+Green+Blue) = 236+85+149=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5595 is #13AA6A. Grayscale: #898989. Windows color (decimal): -1288811 or 9786860. OLE color: 9786860.
HSL color Cylindrical-coordinate representation of color #EC5595: hue angle of 334.57º 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 #EC5595 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 149 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.07 |
| HSL | 334.57º | 0.8% | 0.63% | - |
| HSV(B) | 334.57º | 0.64% | 0.93% | - |
| XYZ | 43.27 | 26.5 | 31.27 | - |
| YUV | 137.45 | 134.53 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 149 | 0 | 0.64 | 0.37 | 0.07 | 334.57 | 0.8 | 0.63 |
| Hex | EC | 55 | 95 | 0 | 40 | 25 | 7 | 14F | 50 | 3F |
| Octal | 354 | 125 | 225 | 0 | 100 | 45 | 7 | 517 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10010101 | 0 | 1000000 | 100101 | 111 | 101001111 | 1010000 | 111111 |
Color Harmonies of #EC5595
Complementary color
Monochromatic Colors of #EC5595
Black with #EC5595
Text Example
Text Example
White with #EC5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5595; }
p { color: rgb(236,85,149); }
H1.HeaderClassName
{
color: #EC5595;
}
.AnyTagClassName
{
color: #EC5595;
}
</style>
background-color css
<style>
a { background-color: #EC5595; }
a { background-color: rgb(236,85,149); }
div.DivClassName
{
background-color: #EC5595;
}
.BgClassName
{
background-color: #EC5595;
}
</style>
border-color css
<style>
span { border-color: #EC5595; }
span { border-color: rgb(236,85,149); }
td.TdClassName
{
border-color: #EC5595;
}
.TagClassName
{
border-color: #EC5595;
}
</style>