Shades of French Rose #EC5398
Tints of French Rose #EC5398
RGB
CMYK
RGB Variations
Color information
#EC5398 (or 0xEC5398) is known color: French Rose. HEX triplet: EC, 53 and 98. RGB value is (236,83,152). Sum of RGB (Red+Green+Blue) = 236+83+152=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5398 is #13AC67. Grayscale: #888888. Windows color (decimal): -1289320 or 9982956. OLE color: 9982956.
HSL color Cylindrical-coordinate representation of color #EC5398: hue angle of 332.94º 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 #EC5398 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 152 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.07 |
| HSL | 332.94º | 0.8% | 0.63% | - |
| HSV(B) | 332.94º | 0.65% | 0.93% | - |
| XYZ | 43.35 | 26.29 | 32.49 | - |
| YUV | 136.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 152 | 0 | 0.65 | 0.36 | 0.07 | 332.94 | 0.8 | 0.63 |
| Hex | EC | 53 | 98 | 0 | 41 | 24 | 7 | 14D | 50 | 3F |
| Octal | 354 | 123 | 230 | 0 | 101 | 44 | 7 | 515 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10011000 | 0 | 1000001 | 100100 | 111 | 101001101 | 1010000 | 111111 |
Color Harmonies of #EC5398
Complementary color
Monochromatic Colors of #EC5398
Black with #EC5398
Text Example
Text Example
White with #EC5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5398; }
p { color: rgb(236,83,152); }
H1.HeaderClassName
{
color: #EC5398;
}
.AnyTagClassName
{
color: #EC5398;
}
</style>
background-color css
<style>
a { background-color: #EC5398; }
a { background-color: rgb(236,83,152); }
div.DivClassName
{
background-color: #EC5398;
}
.BgClassName
{
background-color: #EC5398;
}
</style>
border-color css
<style>
span { border-color: #EC5398; }
span { border-color: rgb(236,83,152); }
td.TdClassName
{
border-color: #EC5398;
}
.TagClassName
{
border-color: #EC5398;
}
</style>