Shades of French Rose #EC4F92
Tints of French Rose #EC4F92
RGB
CMYK
RGB Variations
Color information
#EC4F92 (or 0xEC4F92) is known color: French Rose. HEX triplet: EC, 4F and 92. RGB value is (236,79,146). Sum of RGB (Red+Green+Blue) = 236+79+146=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F92 is #13B06D. Grayscale: #858585. Windows color (decimal): -1290350 or 9588716. OLE color: 9588716.
HSL color Cylindrical-coordinate representation of color #EC4F92: hue angle of 334.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F92 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 146 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.07 |
| HSL | 334.39º | 0.81% | 0.62% | - |
| HSV(B) | 334.39º | 0.67% | 0.93% | - |
| XYZ | 42.58 | 25.5 | 29.87 | - |
| YUV | 133.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 146 | 0 | 0.67 | 0.38 | 0.07 | 334.39 | 0.81 | 0.62 |
| Hex | EC | 4F | 92 | 0 | 43 | 26 | 7 | 14E | 51 | 3E |
| Octal | 354 | 117 | 222 | 0 | 103 | 46 | 7 | 516 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10010010 | 0 | 1000011 | 100110 | 111 | 101001110 | 1010001 | 111110 |
Color Harmonies of #EC4F92
Complementary color
Monochromatic Colors of #EC4F92
Black with #EC4F92
Text Example
Text Example
White with #EC4F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F92; }
p { color: rgb(236,79,146); }
H1.HeaderClassName
{
color: #EC4F92;
}
.AnyTagClassName
{
color: #EC4F92;
}
</style>
background-color css
<style>
a { background-color: #EC4F92; }
a { background-color: rgb(236,79,146); }
div.DivClassName
{
background-color: #EC4F92;
}
.BgClassName
{
background-color: #EC4F92;
}
</style>
border-color css
<style>
span { border-color: #EC4F92; }
span { border-color: rgb(236,79,146); }
td.TdClassName
{
border-color: #EC4F92;
}
.TagClassName
{
border-color: #EC4F92;
}
</style>