Shades of French Rose #EC5292
Tints of French Rose #EC5292
RGB
CMYK
RGB Variations
Color information
#EC5292 (or 0xEC5292) is known color: French Rose. HEX triplet: EC, 52 and 92. RGB value is (236,82,146). Sum of RGB (Red+Green+Blue) = 236+82+146=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5292 is #13AD6D. Grayscale: #878787. Windows color (decimal): -1289582 or 9589484. OLE color: 9589484.
HSL color Cylindrical-coordinate representation of color #EC5292: hue angle of 335.06º 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 #EC5292 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 146 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.07 |
| HSL | 335.06º | 0.8% | 0.62% | - |
| HSV(B) | 335.06º | 0.65% | 0.93% | - |
| XYZ | 42.8 | 25.94 | 29.95 | - |
| YUV | 135.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 146 | 0 | 0.65 | 0.38 | 0.07 | 335.06 | 0.8 | 0.62 |
| Hex | EC | 52 | 92 | 0 | 41 | 26 | 7 | 14F | 50 | 3E |
| Octal | 354 | 122 | 222 | 0 | 101 | 46 | 7 | 517 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10010010 | 0 | 1000001 | 100110 | 111 | 101001111 | 1010000 | 111110 |
Color Harmonies of #EC5292
Complementary color
Monochromatic Colors of #EC5292
Black with #EC5292
Text Example
Text Example
White with #EC5292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5292; }
p { color: rgb(236,82,146); }
H1.HeaderClassName
{
color: #EC5292;
}
.AnyTagClassName
{
color: #EC5292;
}
</style>
background-color css
<style>
a { background-color: #EC5292; }
a { background-color: rgb(236,82,146); }
div.DivClassName
{
background-color: #EC5292;
}
.BgClassName
{
background-color: #EC5292;
}
</style>
border-color css
<style>
span { border-color: #EC5292; }
span { border-color: rgb(236,82,146); }
td.TdClassName
{
border-color: #EC5292;
}
.TagClassName
{
border-color: #EC5292;
}
</style>