Shades of French Rose #EC4D94
Tints of French Rose #EC4D94
RGB
CMYK
RGB Variations
Color information
#EC4D94 (or 0xEC4D94) is known color: French Rose. HEX triplet: EC, 4D and 94. RGB value is (236,77,148). Sum of RGB (Red+Green+Blue) = 236+77+148=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D94 is #13B26B. Grayscale: #848484. Windows color (decimal): -1290860 or 9719276. OLE color: 9719276.
HSL color Cylindrical-coordinate representation of color #EC4D94: hue angle of 333.21º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D94 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 148 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.07 |
| HSL | 333.21º | 0.81% | 0.61% | - |
| HSV(B) | 333.21º | 0.67% | 0.93% | - |
| XYZ | 42.59 | 25.28 | 30.65 | - |
| YUV | 132.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 148 | 0 | 0.67 | 0.37 | 0.07 | 333.21 | 0.81 | 0.61 |
| Hex | EC | 4D | 94 | 0 | 43 | 25 | 7 | 14D | 51 | 3D |
| Octal | 354 | 115 | 224 | 0 | 103 | 45 | 7 | 515 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10010100 | 0 | 1000011 | 100101 | 111 | 101001101 | 1010001 | 111101 |
Color Harmonies of #EC4D94
Complementary color
Monochromatic Colors of #EC4D94
Black with #EC4D94
Text Example
Text Example
White with #EC4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D94; }
p { color: rgb(236,77,148); }
H1.HeaderClassName
{
color: #EC4D94;
}
.AnyTagClassName
{
color: #EC4D94;
}
</style>
background-color css
<style>
a { background-color: #EC4D94; }
a { background-color: rgb(236,77,148); }
div.DivClassName
{
background-color: #EC4D94;
}
.BgClassName
{
background-color: #EC4D94;
}
</style>
border-color css
<style>
span { border-color: #EC4D94; }
span { border-color: rgb(236,77,148); }
td.TdClassName
{
border-color: #EC4D94;
}
.TagClassName
{
border-color: #EC4D94;
}
</style>