Shades of French Rose #EC5290
Tints of French Rose #EC5290
RGB
CMYK
RGB Variations
Color information
#EC5290 (or 0xEC5290) is known color: French Rose. HEX triplet: EC, 52 and 90. RGB value is (236,82,144). Sum of RGB (Red+Green+Blue) = 236+82+144=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5290 is #13AD6F. Grayscale: #878787. Windows color (decimal): -1289584 or 9458412. OLE color: 9458412.
HSL color Cylindrical-coordinate representation of color #EC5290: hue angle of 335.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5290 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 144 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.07 |
| HSL | 335.84º | 0.8% | 0.62% | - |
| HSV(B) | 335.84º | 0.65% | 0.93% | - |
| XYZ | 42.64 | 25.88 | 29.13 | - |
| YUV | 135.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 144 | 0 | 0.65 | 0.39 | 0.07 | 335.84 | 0.8 | 0.62 |
| Hex | EC | 52 | 90 | 0 | 41 | 27 | 7 | 150 | 50 | 3E |
| Octal | 354 | 122 | 220 | 0 | 101 | 47 | 7 | 520 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10010000 | 0 | 1000001 | 100111 | 111 | 101010000 | 1010000 | 111110 |
Color Harmonies of #EC5290
Complementary color
Monochromatic Colors of #EC5290
Black with #EC5290
Text Example
Text Example
White with #EC5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5290; }
p { color: rgb(236,82,144); }
H1.HeaderClassName
{
color: #EC5290;
}
.AnyTagClassName
{
color: #EC5290;
}
</style>
background-color css
<style>
a { background-color: #EC5290; }
a { background-color: rgb(236,82,144); }
div.DivClassName
{
background-color: #EC5290;
}
.BgClassName
{
background-color: #EC5290;
}
</style>
border-color css
<style>
span { border-color: #EC5290; }
span { border-color: rgb(236,82,144); }
td.TdClassName
{
border-color: #EC5290;
}
.TagClassName
{
border-color: #EC5290;
}
</style>