Shades of French Rose #EC4891
Tints of French Rose #EC4891
RGB
CMYK
RGB Variations
Color information
#EC4891 (or 0xEC4891) is known color: French Rose. HEX triplet: EC, 48 and 91. RGB value is (236,72,145). Sum of RGB (Red+Green+Blue) = 236+72+145=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4891 is #13B76E. Grayscale: #818181. Windows color (decimal): -1292143 or 9521388. OLE color: 9521388.
HSL color Cylindrical-coordinate representation of color #EC4891: hue angle of 333.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4891 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 145 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.07 |
| HSL | 333.29º | 0.81% | 0.6% | - |
| HSV(B) | 333.29º | 0.69% | 0.93% | - |
| XYZ | 42.02 | 24.51 | 29.3 | - |
| YUV | 129.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 145 | 0 | 0.69 | 0.39 | 0.07 | 333.29 | 0.81 | 0.6 |
| Hex | EC | 48 | 91 | 0 | 45 | 27 | 7 | 14D | 51 | 3C |
| Octal | 354 | 110 | 221 | 0 | 105 | 47 | 7 | 515 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10010001 | 0 | 1000101 | 100111 | 111 | 101001101 | 1010001 | 111100 |
Color Harmonies of #EC4891
Complementary color
Monochromatic Colors of #EC4891
Black with #EC4891
Text Example
Text Example
White with #EC4891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4891; }
p { color: rgb(236,72,145); }
H1.HeaderClassName
{
color: #EC4891;
}
.AnyTagClassName
{
color: #EC4891;
}
</style>
background-color css
<style>
a { background-color: #EC4891; }
a { background-color: rgb(236,72,145); }
div.DivClassName
{
background-color: #EC4891;
}
.BgClassName
{
background-color: #EC4891;
}
</style>
border-color css
<style>
span { border-color: #EC4891; }
span { border-color: rgb(236,72,145); }
td.TdClassName
{
border-color: #EC4891;
}
.TagClassName
{
border-color: #EC4891;
}
</style>