Shades of French Rose #EC5593
Tints of French Rose #EC5593
RGB
CMYK
RGB Variations
Color information
#EC5593 (or 0xEC5593) is known color: French Rose. HEX triplet: EC, 55 and 93. RGB value is (236,85,147). Sum of RGB (Red+Green+Blue) = 236+85+147=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5593 is #13AA6C. Grayscale: #898989. Windows color (decimal): -1288813 or 9655788. OLE color: 9655788.
HSL color Cylindrical-coordinate representation of color #EC5593: hue angle of 335.36º 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 #EC5593 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 147 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.07 |
| HSL | 335.36º | 0.8% | 0.63% | - |
| HSV(B) | 335.36º | 0.64% | 0.93% | - |
| XYZ | 43.11 | 26.44 | 30.43 | - |
| YUV | 137.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 147 | 0 | 0.64 | 0.38 | 0.07 | 335.36 | 0.8 | 0.63 |
| Hex | EC | 55 | 93 | 0 | 40 | 26 | 7 | 14F | 50 | 3F |
| Octal | 354 | 125 | 223 | 0 | 100 | 46 | 7 | 517 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10010011 | 0 | 1000000 | 100110 | 111 | 101001111 | 1010000 | 111111 |
Color Harmonies of #EC5593
Complementary color
Monochromatic Colors of #EC5593
Black with #EC5593
Text Example
Text Example
White with #EC5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5593; }
p { color: rgb(236,85,147); }
H1.HeaderClassName
{
color: #EC5593;
}
.AnyTagClassName
{
color: #EC5593;
}
</style>
background-color css
<style>
a { background-color: #EC5593; }
a { background-color: rgb(236,85,147); }
div.DivClassName
{
background-color: #EC5593;
}
.BgClassName
{
background-color: #EC5593;
}
</style>
border-color css
<style>
span { border-color: #EC5593; }
span { border-color: rgb(236,85,147); }
td.TdClassName
{
border-color: #EC5593;
}
.TagClassName
{
border-color: #EC5593;
}
</style>