Shades of French Rose #EC4A94
Tints of French Rose #EC4A94
RGB
CMYK
RGB Variations
Color information
#EC4A94 (or 0xEC4A94) is known color: French Rose. HEX triplet: EC, 4A and 94. RGB value is (236,74,148). Sum of RGB (Red+Green+Blue) = 236+74+148=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A94 is #13B56B. Grayscale: #828282. Windows color (decimal): -1291628 or 9718508. OLE color: 9718508.
HSL color Cylindrical-coordinate representation of color #EC4A94: hue angle of 332.59º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A94 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 148 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.07 |
| HSL | 332.59º | 0.81% | 0.61% | - |
| HSV(B) | 332.59º | 0.69% | 0.93% | - |
| XYZ | 42.39 | 24.87 | 30.58 | - |
| YUV | 130.87 | 137.67 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 148 | 0 | 0.69 | 0.37 | 0.07 | 332.59 | 0.81 | 0.61 |
| Hex | EC | 4A | 94 | 0 | 45 | 25 | 7 | 14D | 51 | 3D |
| Octal | 354 | 112 | 224 | 0 | 105 | 45 | 7 | 515 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10010100 | 0 | 1000101 | 100101 | 111 | 101001101 | 1010001 | 111101 |
Color Harmonies of #EC4A94
Complementary color
Monochromatic Colors of #EC4A94
Black with #EC4A94
Text Example
Text Example
White with #EC4A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A94; }
p { color: rgb(236,74,148); }
H1.HeaderClassName
{
color: #EC4A94;
}
.AnyTagClassName
{
color: #EC4A94;
}
</style>
background-color css
<style>
a { background-color: #EC4A94; }
a { background-color: rgb(236,74,148); }
div.DivClassName
{
background-color: #EC4A94;
}
.BgClassName
{
background-color: #EC4A94;
}
</style>
border-color css
<style>
span { border-color: #EC4A94; }
span { border-color: rgb(236,74,148); }
td.TdClassName
{
border-color: #EC4A94;
}
.TagClassName
{
border-color: #EC4A94;
}
</style>