Shades of French Rose #EC4C88
Tints of French Rose #EC4C88
RGB
CMYK
RGB Variations
Color information
#EC4C88 (or 0xEC4C88) is known color: French Rose. HEX triplet: EC, 4C and 88. RGB value is (236,76,136). Sum of RGB (Red+Green+Blue) = 236+76+136=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C88 is #13B377. Grayscale: #828282. Windows color (decimal): -1291128 or 8932588. OLE color: 8932588.
HSL color Cylindrical-coordinate representation of color #EC4C88: hue angle of 337.5º 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 #EC4C88 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 136 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.07 |
| HSL | 337.5º | 0.81% | 0.61% | - |
| HSV(B) | 337.5º | 0.68% | 0.93% | - |
| XYZ | 41.62 | 24.78 | 25.88 | - |
| YUV | 130.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 136 | 0 | 0.68 | 0.42 | 0.07 | 337.5 | 0.81 | 0.61 |
| Hex | EC | 4C | 88 | 0 | 44 | 2A | 7 | 152 | 51 | 3D |
| Octal | 354 | 114 | 210 | 0 | 104 | 52 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10001000 | 0 | 1000100 | 101010 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4C88
Complementary color
Monochromatic Colors of #EC4C88
Black with #EC4C88
Text Example
Text Example
White with #EC4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C88; }
p { color: rgb(236,76,136); }
H1.HeaderClassName
{
color: #EC4C88;
}
.AnyTagClassName
{
color: #EC4C88;
}
</style>
background-color css
<style>
a { background-color: #EC4C88; }
a { background-color: rgb(236,76,136); }
div.DivClassName
{
background-color: #EC4C88;
}
.BgClassName
{
background-color: #EC4C88;
}
</style>
border-color css
<style>
span { border-color: #EC4C88; }
span { border-color: rgb(236,76,136); }
td.TdClassName
{
border-color: #EC4C88;
}
.TagClassName
{
border-color: #EC4C88;
}
</style>