Shades of French Rose #EC4790
Tints of French Rose #EC4790
RGB
CMYK
RGB Variations
Color information
#EC4790 (or 0xEC4790) is known color: French Rose. HEX triplet: EC, 47 and 90. RGB value is (236,71,144). Sum of RGB (Red+Green+Blue) = 236+71+144=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4790 is #13B86F. Grayscale: #808080. Windows color (decimal): -1292400 or 9455596. OLE color: 9455596.
HSL color Cylindrical-coordinate representation of color #EC4790: hue angle of 333.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4790 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 144 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.07 |
| HSL | 333.45º | 0.81% | 0.6% | - |
| HSV(B) | 333.45º | 0.7% | 0.93% | - |
| XYZ | 41.88 | 24.35 | 28.88 | - |
| YUV | 128.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 144 | 0 | 0.70 | 0.39 | 0.07 | 333.45 | 0.81 | 0.6 |
| Hex | EC | 47 | 90 | 0 | 46 | 27 | 7 | 14D | 51 | 3C |
| Octal | 354 | 107 | 220 | 0 | 106 | 47 | 7 | 515 | 121 | 74 |
| Binary | 11101100 | 1000111 | 10010000 | 0 | 1000110 | 100111 | 111 | 101001101 | 1010001 | 111100 |
Color Harmonies of #EC4790
Complementary color
Monochromatic Colors of #EC4790
Black with #EC4790
Text Example
Text Example
White with #EC4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4790; }
p { color: rgb(236,71,144); }
H1.HeaderClassName
{
color: #EC4790;
}
.AnyTagClassName
{
color: #EC4790;
}
</style>
background-color css
<style>
a { background-color: #EC4790; }
a { background-color: rgb(236,71,144); }
div.DivClassName
{
background-color: #EC4790;
}
.BgClassName
{
background-color: #EC4790;
}
</style>
border-color css
<style>
span { border-color: #EC4790; }
span { border-color: rgb(236,71,144); }
td.TdClassName
{
border-color: #EC4790;
}
.TagClassName
{
border-color: #EC4790;
}
</style>