Shades of French Rose #EC5893
Tints of French Rose #EC5893
RGB
CMYK
RGB Variations
Color information
#EC5893 (or 0xEC5893) is known color: French Rose. HEX triplet: EC, 58 and 93. RGB value is (236,88,147). Sum of RGB (Red+Green+Blue) = 236+88+147=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5893 is #13A76C. Grayscale: #8A8A8A. Windows color (decimal): -1288045 or 9656556. OLE color: 9656556.
HSL color Cylindrical-coordinate representation of color #EC5893: hue angle of 336.08º 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 #EC5893 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 147 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.07 |
| HSL | 336.08º | 0.8% | 0.64% | - |
| HSV(B) | 336.08º | 0.63% | 0.93% | - |
| XYZ | 43.35 | 26.92 | 30.51 | - |
| YUV | 138.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 147 | 0 | 0.63 | 0.38 | 0.07 | 336.08 | 0.8 | 0.64 |
| Hex | EC | 58 | 93 | 0 | 3F | 26 | 7 | 150 | 50 | 40 |
| Octal | 354 | 130 | 223 | 0 | 77 | 46 | 7 | 520 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10010011 | 0 | 111111 | 100110 | 111 | 101010000 | 1010000 | 1000000 |
Color Harmonies of #EC5893
Complementary color
Monochromatic Colors of #EC5893
Black with #EC5893
Text Example
Text Example
White with #EC5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5893; }
p { color: rgb(236,88,147); }
H1.HeaderClassName
{
color: #EC5893;
}
.AnyTagClassName
{
color: #EC5893;
}
</style>
background-color css
<style>
a { background-color: #EC5893; }
a { background-color: rgb(236,88,147); }
div.DivClassName
{
background-color: #EC5893;
}
.BgClassName
{
background-color: #EC5893;
}
</style>
border-color css
<style>
span { border-color: #EC5893; }
span { border-color: rgb(236,88,147); }
td.TdClassName
{
border-color: #EC5893;
}
.TagClassName
{
border-color: #EC5893;
}
</style>