Shades of French Rose #EC5694
Tints of French Rose #EC5694
RGB
CMYK
RGB Variations
Color information
#EC5694 (or 0xEC5694) is known color: French Rose. HEX triplet: EC, 56 and 94. RGB value is (236,86,148). Sum of RGB (Red+Green+Blue) = 236+86+148=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5694 is #13A96B. Grayscale: #898989. Windows color (decimal): -1288556 or 9721580. OLE color: 9721580.
HSL color Cylindrical-coordinate representation of color #EC5694: hue angle of 335.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5694 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 148 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.07 |
| HSL | 335.2º | 0.8% | 0.63% | - |
| HSV(B) | 335.2º | 0.64% | 0.93% | - |
| XYZ | 43.27 | 26.63 | 30.88 | - |
| YUV | 137.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 148 | 0 | 0.64 | 0.37 | 0.07 | 335.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 94 | 0 | 40 | 25 | 7 | 14F | 50 | 3F |
| Octal | 354 | 126 | 224 | 0 | 100 | 45 | 7 | 517 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10010100 | 0 | 1000000 | 100101 | 111 | 101001111 | 1010000 | 111111 |
Color Harmonies of #EC5694
Complementary color
Monochromatic Colors of #EC5694
Black with #EC5694
Text Example
Text Example
White with #EC5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5694; }
p { color: rgb(236,86,148); }
H1.HeaderClassName
{
color: #EC5694;
}
.AnyTagClassName
{
color: #EC5694;
}
</style>
background-color css
<style>
a { background-color: #EC5694; }
a { background-color: rgb(236,86,148); }
div.DivClassName
{
background-color: #EC5694;
}
.BgClassName
{
background-color: #EC5694;
}
</style>
border-color css
<style>
span { border-color: #EC5694; }
span { border-color: rgb(236,86,148); }
td.TdClassName
{
border-color: #EC5694;
}
.TagClassName
{
border-color: #EC5694;
}
</style>