Shades of French Rose #EC578F
Tints of French Rose #EC578F
RGB
CMYK
RGB Variations
Color information
#EC578F (or 0xEC578F) is known color: French Rose. HEX triplet: EC, 57 and 8F. RGB value is (236,87,143). Sum of RGB (Red+Green+Blue) = 236+87+143=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC578F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC578F is #13A870. Grayscale: #898989. Windows color (decimal): -1288305 or 9394156. OLE color: 9394156.
HSL color Cylindrical-coordinate representation of color #EC578F: hue angle of 337.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC578F is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 143 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.07 |
| HSL | 337.45º | 0.8% | 0.63% | - |
| HSV(B) | 337.45º | 0.63% | 0.93% | - |
| XYZ | 42.96 | 26.63 | 28.86 | - |
| YUV | 137.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 143 | 0 | 0.63 | 0.39 | 0.07 | 337.45 | 0.8 | 0.63 |
| Hex | EC | 57 | 8F | 0 | 3F | 27 | 7 | 151 | 50 | 3F |
| Octal | 354 | 127 | 217 | 0 | 77 | 47 | 7 | 521 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10001111 | 0 | 111111 | 100111 | 111 | 101010001 | 1010000 | 111111 |
Color Harmonies of #EC578F
Complementary color
Monochromatic Colors of #EC578F
Black with #EC578F
Text Example
Text Example
White with #EC578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC578F; }
p { color: rgb(236,87,143); }
H1.HeaderClassName
{
color: #EC578F;
}
.AnyTagClassName
{
color: #EC578F;
}
</style>
background-color css
<style>
a { background-color: #EC578F; }
a { background-color: rgb(236,87,143); }
div.DivClassName
{
background-color: #EC578F;
}
.BgClassName
{
background-color: #EC578F;
}
</style>
border-color css
<style>
span { border-color: #EC578F; }
span { border-color: rgb(236,87,143); }
td.TdClassName
{
border-color: #EC578F;
}
.TagClassName
{
border-color: #EC578F;
}
</style>