Shades of French Rose #EC5390
Tints of French Rose #EC5390
RGB
CMYK
RGB Variations
Color information
#EC5390 (or 0xEC5390) is known color: French Rose. HEX triplet: EC, 53 and 90. RGB value is (236,83,144). Sum of RGB (Red+Green+Blue) = 236+83+144=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5390 is #13AC6F. Grayscale: #878787. Windows color (decimal): -1289328 or 9458668. OLE color: 9458668.
HSL color Cylindrical-coordinate representation of color #EC5390: hue angle of 336.08º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5390 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 144 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.07 |
| HSL | 336.08º | 0.8% | 0.63% | - |
| HSV(B) | 336.08º | 0.65% | 0.93% | - |
| XYZ | 42.72 | 26.03 | 29.16 | - |
| YUV | 135.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 144 | 0 | 0.65 | 0.39 | 0.07 | 336.08 | 0.8 | 0.63 |
| Hex | EC | 53 | 90 | 0 | 41 | 27 | 7 | 150 | 50 | 3F |
| Octal | 354 | 123 | 220 | 0 | 101 | 47 | 7 | 520 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10010000 | 0 | 1000001 | 100111 | 111 | 101010000 | 1010000 | 111111 |
Color Harmonies of #EC5390
Complementary color
Monochromatic Colors of #EC5390
Black with #EC5390
Text Example
Text Example
White with #EC5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5390; }
p { color: rgb(236,83,144); }
H1.HeaderClassName
{
color: #EC5390;
}
.AnyTagClassName
{
color: #EC5390;
}
</style>
background-color css
<style>
a { background-color: #EC5390; }
a { background-color: rgb(236,83,144); }
div.DivClassName
{
background-color: #EC5390;
}
.BgClassName
{
background-color: #EC5390;
}
</style>
border-color css
<style>
span { border-color: #EC5390; }
span { border-color: rgb(236,83,144); }
td.TdClassName
{
border-color: #EC5390;
}
.TagClassName
{
border-color: #EC5390;
}
</style>