Shades of French Rose #EC5298
Tints of French Rose #EC5298
RGB
CMYK
RGB Variations
Color information
#EC5298 (or 0xEC5298) is known color: French Rose. HEX triplet: EC, 52 and 98. RGB value is (236,82,152). Sum of RGB (Red+Green+Blue) = 236+82+152=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5298 is #13AD67. Grayscale: #878787. Windows color (decimal): -1289576 or 9982700. OLE color: 9982700.
HSL color Cylindrical-coordinate representation of color #EC5298: hue angle of 332.73º 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 #EC5298 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 152 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.07 |
| HSL | 332.73º | 0.8% | 0.62% | - |
| HSV(B) | 332.73º | 0.65% | 0.93% | - |
| XYZ | 43.28 | 26.13 | 32.47 | - |
| YUV | 136.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 152 | 0 | 0.65 | 0.36 | 0.07 | 332.73 | 0.8 | 0.62 |
| Hex | EC | 52 | 98 | 0 | 41 | 24 | 7 | 14D | 50 | 3E |
| Octal | 354 | 122 | 230 | 0 | 101 | 44 | 7 | 515 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10011000 | 0 | 1000001 | 100100 | 111 | 101001101 | 1010000 | 111110 |
Color Harmonies of #EC5298
Complementary color
Monochromatic Colors of #EC5298
Black with #EC5298
Text Example
Text Example
White with #EC5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5298; }
p { color: rgb(236,82,152); }
H1.HeaderClassName
{
color: #EC5298;
}
.AnyTagClassName
{
color: #EC5298;
}
</style>
background-color css
<style>
a { background-color: #EC5298; }
a { background-color: rgb(236,82,152); }
div.DivClassName
{
background-color: #EC5298;
}
.BgClassName
{
background-color: #EC5298;
}
</style>
border-color css
<style>
span { border-color: #EC5298; }
span { border-color: rgb(236,82,152); }
td.TdClassName
{
border-color: #EC5298;
}
.TagClassName
{
border-color: #EC5298;
}
</style>