Shades of French Rose #EC5299
Tints of French Rose #EC5299
RGB
CMYK
RGB Variations
Color information
#EC5299 (or 0xEC5299) is known color: French Rose. HEX triplet: EC, 52 and 99. RGB value is (236,82,153). Sum of RGB (Red+Green+Blue) = 236+82+153=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5299 is #13AD66. Grayscale: #888888. Windows color (decimal): -1289575 or 10048236. OLE color: 10048236.
HSL color Cylindrical-coordinate representation of color #EC5299: hue angle of 332.34º 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 #EC5299 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 153 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.34º | 0.8% | 0.62% | - |
| HSV(B) | 332.34º | 0.65% | 0.93% | - |
| XYZ | 43.36 | 26.17 | 32.9 | - |
| YUV | 136.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 153 | 0 | 0.65 | 0.35 | 0.07 | 332.34 | 0.8 | 0.62 |
| Hex | EC | 52 | 99 | 0 | 41 | 23 | 7 | 14C | 50 | 3E |
| Octal | 354 | 122 | 231 | 0 | 101 | 43 | 7 | 514 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10011001 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010000 | 111110 |
Color Harmonies of #EC5299
Complementary color
Monochromatic Colors of #EC5299
Black with #EC5299
Text Example
Text Example
White with #EC5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5299; }
p { color: rgb(236,82,153); }
H1.HeaderClassName
{
color: #EC5299;
}
.AnyTagClassName
{
color: #EC5299;
}
</style>
background-color css
<style>
a { background-color: #EC5299; }
a { background-color: rgb(236,82,153); }
div.DivClassName
{
background-color: #EC5299;
}
.BgClassName
{
background-color: #EC5299;
}
</style>
border-color css
<style>
span { border-color: #EC5299; }
span { border-color: rgb(236,82,153); }
td.TdClassName
{
border-color: #EC5299;
}
.TagClassName
{
border-color: #EC5299;
}
</style>