Shades of French Rose #EC5190
Tints of French Rose #EC5190
RGB
CMYK
RGB Variations
Color information
#EC5190 (or 0xEC5190) is known color: French Rose. HEX triplet: EC, 51 and 90. RGB value is (236,81,144). Sum of RGB (Red+Green+Blue) = 236+81+144=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5190 is #13AE6F. Grayscale: #868686. Windows color (decimal): -1289840 or 9458156. OLE color: 9458156.
HSL color Cylindrical-coordinate representation of color #EC5190: hue angle of 335.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5190 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 144 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.07 |
| HSL | 335.61º | 0.8% | 0.62% | - |
| HSV(B) | 335.61º | 0.66% | 0.93% | - |
| XYZ | 42.57 | 25.73 | 29.11 | - |
| YUV | 134.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 144 | 0 | 0.66 | 0.39 | 0.07 | 335.61 | 0.8 | 0.62 |
| Hex | EC | 51 | 90 | 0 | 42 | 27 | 7 | 150 | 50 | 3E |
| Octal | 354 | 121 | 220 | 0 | 102 | 47 | 7 | 520 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10010000 | 0 | 1000010 | 100111 | 111 | 101010000 | 1010000 | 111110 |
Color Harmonies of #EC5190
Complementary color
Monochromatic Colors of #EC5190
Black with #EC5190
Text Example
Text Example
White with #EC5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5190; }
p { color: rgb(236,81,144); }
H1.HeaderClassName
{
color: #EC5190;
}
.AnyTagClassName
{
color: #EC5190;
}
</style>
background-color css
<style>
a { background-color: #EC5190; }
a { background-color: rgb(236,81,144); }
div.DivClassName
{
background-color: #EC5190;
}
.BgClassName
{
background-color: #EC5190;
}
</style>
border-color css
<style>
span { border-color: #EC5190; }
span { border-color: rgb(236,81,144); }
td.TdClassName
{
border-color: #EC5190;
}
.TagClassName
{
border-color: #EC5190;
}
</style>