Shades of French Rose #EC5391
Tints of French Rose #EC5391
RGB
CMYK
RGB Variations
Color information
#EC5391 (or 0xEC5391) is known color: French Rose. HEX triplet: EC, 53 and 91. RGB value is (236,83,145). Sum of RGB (Red+Green+Blue) = 236+83+145=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5391 is #13AC6E. Grayscale: #878787. Windows color (decimal): -1289327 or 9524204. OLE color: 9524204.
HSL color Cylindrical-coordinate representation of color #EC5391: hue angle of 335.69º 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 #EC5391 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 145 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.07 |
| HSL | 335.69º | 0.8% | 0.63% | - |
| HSV(B) | 335.69º | 0.65% | 0.93% | - |
| XYZ | 42.8 | 26.06 | 29.56 | - |
| YUV | 135.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 145 | 0 | 0.65 | 0.39 | 0.07 | 335.69 | 0.8 | 0.63 |
| Hex | EC | 53 | 91 | 0 | 41 | 27 | 7 | 150 | 50 | 3F |
| Octal | 354 | 123 | 221 | 0 | 101 | 47 | 7 | 520 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10010001 | 0 | 1000001 | 100111 | 111 | 101010000 | 1010000 | 111111 |
Color Harmonies of #EC5391
Complementary color
Monochromatic Colors of #EC5391
Black with #EC5391
Text Example
Text Example
White with #EC5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5391; }
p { color: rgb(236,83,145); }
H1.HeaderClassName
{
color: #EC5391;
}
.AnyTagClassName
{
color: #EC5391;
}
</style>
background-color css
<style>
a { background-color: #EC5391; }
a { background-color: rgb(236,83,145); }
div.DivClassName
{
background-color: #EC5391;
}
.BgClassName
{
background-color: #EC5391;
}
</style>
border-color css
<style>
span { border-color: #EC5391; }
span { border-color: rgb(236,83,145); }
td.TdClassName
{
border-color: #EC5391;
}
.TagClassName
{
border-color: #EC5391;
}
</style>