Shades of French Rose #EC4A92
Tints of French Rose #EC4A92
RGB
CMYK
RGB Variations
Color information
#EC4A92 (or 0xEC4A92) is known color: French Rose. HEX triplet: EC, 4A and 92. RGB value is (236,74,146). Sum of RGB (Red+Green+Blue) = 236+74+146=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A92 is #13B56D. Grayscale: #828282. Windows color (decimal): -1291630 or 9587436. OLE color: 9587436.
HSL color Cylindrical-coordinate representation of color #EC4A92: hue angle of 333.33º 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 #EC4A92 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 146 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.07 |
| HSL | 333.33º | 0.81% | 0.61% | - |
| HSV(B) | 333.33º | 0.69% | 0.93% | - |
| XYZ | 42.23 | 24.81 | 29.76 | - |
| YUV | 130.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 146 | 0 | 0.69 | 0.38 | 0.07 | 333.33 | 0.81 | 0.61 |
| Hex | EC | 4A | 92 | 0 | 45 | 26 | 7 | 14D | 51 | 3D |
| Octal | 354 | 112 | 222 | 0 | 105 | 46 | 7 | 515 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10010010 | 0 | 1000101 | 100110 | 111 | 101001101 | 1010001 | 111101 |
Color Harmonies of #EC4A92
Complementary color
Monochromatic Colors of #EC4A92
Black with #EC4A92
Text Example
Text Example
White with #EC4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A92; }
p { color: rgb(236,74,146); }
H1.HeaderClassName
{
color: #EC4A92;
}
.AnyTagClassName
{
color: #EC4A92;
}
</style>
background-color css
<style>
a { background-color: #EC4A92; }
a { background-color: rgb(236,74,146); }
div.DivClassName
{
background-color: #EC4A92;
}
.BgClassName
{
background-color: #EC4A92;
}
</style>
border-color css
<style>
span { border-color: #EC4A92; }
span { border-color: rgb(236,74,146); }
td.TdClassName
{
border-color: #EC4A92;
}
.TagClassName
{
border-color: #EC4A92;
}
</style>