Shades of French Rose #EC5495
Tints of French Rose #EC5495
RGB
CMYK
RGB Variations
Color information
#EC5495 (or 0xEC5495) is known color: French Rose. HEX triplet: EC, 54 and 95. RGB value is (236,84,149). Sum of RGB (Red+Green+Blue) = 236+84+149=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5495 is #13AB6A. Grayscale: #888888. Windows color (decimal): -1289067 or 9786604. OLE color: 9786604.
HSL color Cylindrical-coordinate representation of color #EC5495: hue angle of 334.34º 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 #EC5495 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 149 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.07 |
| HSL | 334.34º | 0.8% | 0.63% | - |
| HSV(B) | 334.34º | 0.64% | 0.93% | - |
| XYZ | 43.19 | 26.34 | 31.24 | - |
| YUV | 136.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 149 | 0 | 0.64 | 0.37 | 0.07 | 334.34 | 0.8 | 0.63 |
| Hex | EC | 54 | 95 | 0 | 40 | 25 | 7 | 14E | 50 | 3F |
| Octal | 354 | 124 | 225 | 0 | 100 | 45 | 7 | 516 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10010101 | 0 | 1000000 | 100101 | 111 | 101001110 | 1010000 | 111111 |
Color Harmonies of #EC5495
Complementary color
Monochromatic Colors of #EC5495
Black with #EC5495
Text Example
Text Example
White with #EC5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5495; }
p { color: rgb(236,84,149); }
H1.HeaderClassName
{
color: #EC5495;
}
.AnyTagClassName
{
color: #EC5495;
}
</style>
background-color css
<style>
a { background-color: #EC5495; }
a { background-color: rgb(236,84,149); }
div.DivClassName
{
background-color: #EC5495;
}
.BgClassName
{
background-color: #EC5495;
}
</style>
border-color css
<style>
span { border-color: #EC5495; }
span { border-color: rgb(236,84,149); }
td.TdClassName
{
border-color: #EC5495;
}
.TagClassName
{
border-color: #EC5495;
}
</style>