Shades of French Rose #EC5199
Tints of French Rose #EC5199
RGB
CMYK
RGB Variations
Color information
#EC5199 (or 0xEC5199) is known color: French Rose. HEX triplet: EC, 51 and 99. RGB value is (236,81,153). Sum of RGB (Red+Green+Blue) = 236+81+153=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5199 is #13AE66. Grayscale: #878787. Windows color (decimal): -1289831 or 10047980. OLE color: 10047980.
HSL color Cylindrical-coordinate representation of color #EC5199: hue angle of 332.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5199 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 153 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.07 |
| HSL | 332.13º | 0.8% | 0.62% | - |
| HSV(B) | 332.13º | 0.66% | 0.93% | - |
| XYZ | 43.28 | 26.02 | 32.88 | - |
| YUV | 135.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 153 | 0 | 0.66 | 0.35 | 0.07 | 332.13 | 0.8 | 0.62 |
| Hex | EC | 51 | 99 | 0 | 42 | 23 | 7 | 14C | 50 | 3E |
| Octal | 354 | 121 | 231 | 0 | 102 | 43 | 7 | 514 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10011001 | 0 | 1000010 | 100011 | 111 | 101001100 | 1010000 | 111110 |
Color Harmonies of #EC5199
Complementary color
Monochromatic Colors of #EC5199
Black with #EC5199
Text Example
Text Example
White with #EC5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5199; }
p { color: rgb(236,81,153); }
H1.HeaderClassName
{
color: #EC5199;
}
.AnyTagClassName
{
color: #EC5199;
}
</style>
background-color css
<style>
a { background-color: #EC5199; }
a { background-color: rgb(236,81,153); }
div.DivClassName
{
background-color: #EC5199;
}
.BgClassName
{
background-color: #EC5199;
}
</style>
border-color css
<style>
span { border-color: #EC5199; }
span { border-color: rgb(236,81,153); }
td.TdClassName
{
border-color: #EC5199;
}
.TagClassName
{
border-color: #EC5199;
}
</style>