Shades of French Rose #EC5394
Tints of French Rose #EC5394
RGB
CMYK
RGB Variations
Color information
#EC5394 (or 0xEC5394) is known color: French Rose. HEX triplet: EC, 53 and 94. RGB value is (236,83,148). Sum of RGB (Red+Green+Blue) = 236+83+148=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5394 is #13AC6B. Grayscale: #888888. Windows color (decimal): -1289324 or 9720812. OLE color: 9720812.
HSL color Cylindrical-coordinate representation of color #EC5394: hue angle of 334.51º 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 #EC5394 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 148 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.07 |
| HSL | 334.51º | 0.8% | 0.63% | - |
| HSV(B) | 334.51º | 0.65% | 0.93% | - |
| XYZ | 43.03 | 26.16 | 30.8 | - |
| YUV | 136.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 148 | 0 | 0.65 | 0.37 | 0.07 | 334.51 | 0.8 | 0.63 |
| Hex | EC | 53 | 94 | 0 | 41 | 25 | 7 | 14F | 50 | 3F |
| Octal | 354 | 123 | 224 | 0 | 101 | 45 | 7 | 517 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10010100 | 0 | 1000001 | 100101 | 111 | 101001111 | 1010000 | 111111 |
Color Harmonies of #EC5394
Complementary color
Monochromatic Colors of #EC5394
Black with #EC5394
Text Example
Text Example
White with #EC5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5394; }
p { color: rgb(236,83,148); }
H1.HeaderClassName
{
color: #EC5394;
}
.AnyTagClassName
{
color: #EC5394;
}
</style>
background-color css
<style>
a { background-color: #EC5394; }
a { background-color: rgb(236,83,148); }
div.DivClassName
{
background-color: #EC5394;
}
.BgClassName
{
background-color: #EC5394;
}
</style>
border-color css
<style>
span { border-color: #EC5394; }
span { border-color: rgb(236,83,148); }
td.TdClassName
{
border-color: #EC5394;
}
.TagClassName
{
border-color: #EC5394;
}
</style>