Shades of French Rose #EC4C92
Tints of French Rose #EC4C92
RGB
CMYK
RGB Variations
Color information
#EC4C92 (or 0xEC4C92) is known color: French Rose. HEX triplet: EC, 4C and 92. RGB value is (236,76,146). Sum of RGB (Red+Green+Blue) = 236+76+146=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C92 is #13B36D. Grayscale: #838383. Windows color (decimal): -1291118 or 9587948. OLE color: 9587948.
HSL color Cylindrical-coordinate representation of color #EC4C92: hue angle of 333.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C92 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 146 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.07 |
| HSL | 333.75º | 0.81% | 0.61% | - |
| HSV(B) | 333.75º | 0.68% | 0.93% | - |
| XYZ | 42.36 | 25.08 | 29.8 | - |
| YUV | 131.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 146 | 0 | 0.68 | 0.38 | 0.07 | 333.75 | 0.81 | 0.61 |
| Hex | EC | 4C | 92 | 0 | 44 | 26 | 7 | 14E | 51 | 3D |
| Octal | 354 | 114 | 222 | 0 | 104 | 46 | 7 | 516 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10010010 | 0 | 1000100 | 100110 | 111 | 101001110 | 1010001 | 111101 |
Color Harmonies of #EC4C92
Complementary color
Monochromatic Colors of #EC4C92
Black with #EC4C92
Text Example
Text Example
White with #EC4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C92; }
p { color: rgb(236,76,146); }
H1.HeaderClassName
{
color: #EC4C92;
}
.AnyTagClassName
{
color: #EC4C92;
}
</style>
background-color css
<style>
a { background-color: #EC4C92; }
a { background-color: rgb(236,76,146); }
div.DivClassName
{
background-color: #EC4C92;
}
.BgClassName
{
background-color: #EC4C92;
}
</style>
border-color css
<style>
span { border-color: #EC4C92; }
span { border-color: rgb(236,76,146); }
td.TdClassName
{
border-color: #EC4C92;
}
.TagClassName
{
border-color: #EC4C92;
}
</style>