Shades of French Rose #EC5890
Tints of French Rose #EC5890
RGB
CMYK
RGB Variations
Color information
#EC5890 (or 0xEC5890) is known color: French Rose. HEX triplet: EC, 58 and 90. RGB value is (236,88,144). Sum of RGB (Red+Green+Blue) = 236+88+144=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5890 is #13A76F. Grayscale: #8A8A8A. Windows color (decimal): -1288048 or 9459948. OLE color: 9459948.
HSL color Cylindrical-coordinate representation of color #EC5890: hue angle of 337.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5890 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 144 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.07 |
| HSL | 337.3º | 0.8% | 0.64% | - |
| HSV(B) | 337.3º | 0.63% | 0.93% | - |
| XYZ | 43.12 | 26.83 | 29.29 | - |
| YUV | 138.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 144 | 0 | 0.63 | 0.39 | 0.07 | 337.3 | 0.8 | 0.64 |
| Hex | EC | 58 | 90 | 0 | 3F | 27 | 7 | 151 | 50 | 40 |
| Octal | 354 | 130 | 220 | 0 | 77 | 47 | 7 | 521 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10010000 | 0 | 111111 | 100111 | 111 | 101010001 | 1010000 | 1000000 |
Color Harmonies of #EC5890
Complementary color
Monochromatic Colors of #EC5890
Black with #EC5890
Text Example
Text Example
White with #EC5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5890; }
p { color: rgb(236,88,144); }
H1.HeaderClassName
{
color: #EC5890;
}
.AnyTagClassName
{
color: #EC5890;
}
</style>
background-color css
<style>
a { background-color: #EC5890; }
a { background-color: rgb(236,88,144); }
div.DivClassName
{
background-color: #EC5890;
}
.BgClassName
{
background-color: #EC5890;
}
</style>
border-color css
<style>
span { border-color: #EC5890; }
span { border-color: rgb(236,88,144); }
td.TdClassName
{
border-color: #EC5890;
}
.TagClassName
{
border-color: #EC5890;
}
</style>