Shades of French Rose #EC5091
Tints of French Rose #EC5091
RGB
CMYK
RGB Variations
Color information
#EC5091 (or 0xEC5091) is known color: French Rose. HEX triplet: EC, 50 and 91. RGB value is (236,80,145). Sum of RGB (Red+Green+Blue) = 236+80+145=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5091 is #13AF6E. Grayscale: #858585. Windows color (decimal): -1290095 or 9523436. OLE color: 9523436.
HSL color Cylindrical-coordinate representation of color #EC5091: hue angle of 335º 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 #EC5091 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 145 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.07 |
| HSL | 335º | 0.8% | 0.62% | - |
| HSV(B) | 335º | 0.66% | 0.93% | - |
| XYZ | 42.57 | 25.61 | 29.49 | - |
| YUV | 134.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 145 | 0 | 0.66 | 0.39 | 0.07 | 335 | 0.8 | 0.62 |
| Hex | EC | 50 | 91 | 0 | 42 | 27 | 7 | 14F | 50 | 3E |
| Octal | 354 | 120 | 221 | 0 | 102 | 47 | 7 | 517 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10010001 | 0 | 1000010 | 100111 | 111 | 101001111 | 1010000 | 111110 |
Color Harmonies of #EC5091
Complementary color
Monochromatic Colors of #EC5091
Black with #EC5091
Text Example
Text Example
White with #EC5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5091; }
p { color: rgb(236,80,145); }
H1.HeaderClassName
{
color: #EC5091;
}
.AnyTagClassName
{
color: #EC5091;
}
</style>
background-color css
<style>
a { background-color: #EC5091; }
a { background-color: rgb(236,80,145); }
div.DivClassName
{
background-color: #EC5091;
}
.BgClassName
{
background-color: #EC5091;
}
</style>
border-color css
<style>
span { border-color: #EC5091; }
span { border-color: rgb(236,80,145); }
td.TdClassName
{
border-color: #EC5091;
}
.TagClassName
{
border-color: #EC5091;
}
</style>