Shades of French Rose #EC5891
Tints of French Rose #EC5891
RGB
CMYK
RGB Variations
Color information
#EC5891 (or 0xEC5891) is known color: French Rose. HEX triplet: EC, 58 and 91. RGB value is (236,88,145). Sum of RGB (Red+Green+Blue) = 236+88+145=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5891 is #13A76E. Grayscale: #8A8A8A. Windows color (decimal): -1288047 or 9525484. OLE color: 9525484.
HSL color Cylindrical-coordinate representation of color #EC5891: hue angle of 336.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5891 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 145 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.07 |
| HSL | 336.89º | 0.8% | 0.64% | - |
| HSV(B) | 336.89º | 0.63% | 0.93% | - |
| XYZ | 43.19 | 26.86 | 29.7 | - |
| YUV | 138.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 145 | 0 | 0.63 | 0.39 | 0.07 | 336.89 | 0.8 | 0.64 |
| Hex | EC | 58 | 91 | 0 | 3F | 27 | 7 | 151 | 50 | 40 |
| Octal | 354 | 130 | 221 | 0 | 77 | 47 | 7 | 521 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10010001 | 0 | 111111 | 100111 | 111 | 101010001 | 1010000 | 1000000 |
Color Harmonies of #EC5891
Complementary color
Monochromatic Colors of #EC5891
Black with #EC5891
Text Example
Text Example
White with #EC5891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5891; }
p { color: rgb(236,88,145); }
H1.HeaderClassName
{
color: #EC5891;
}
.AnyTagClassName
{
color: #EC5891;
}
</style>
background-color css
<style>
a { background-color: #EC5891; }
a { background-color: rgb(236,88,145); }
div.DivClassName
{
background-color: #EC5891;
}
.BgClassName
{
background-color: #EC5891;
}
</style>
border-color css
<style>
span { border-color: #EC5891; }
span { border-color: rgb(236,88,145); }
td.TdClassName
{
border-color: #EC5891;
}
.TagClassName
{
border-color: #EC5891;
}
</style>