Shades of French Rose #EC4E88
Tints of French Rose #EC4E88
RGB
CMYK
RGB Variations
Color information
#EC4E88 (or 0xEC4E88) is known color: French Rose. HEX triplet: EC, 4E and 88. RGB value is (236,78,136). Sum of RGB (Red+Green+Blue) = 236+78+136=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E88 is #13B177. Grayscale: #838383. Windows color (decimal): -1290616 or 8933100. OLE color: 8933100.
HSL color Cylindrical-coordinate representation of color #EC4E88: hue angle of 337.97º 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 #EC4E88 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 136 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.07 |
| HSL | 337.97º | 0.81% | 0.62% | - |
| HSV(B) | 337.97º | 0.67% | 0.93% | - |
| XYZ | 41.76 | 25.06 | 25.93 | - |
| YUV | 131.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 136 | 0 | 0.67 | 0.42 | 0.07 | 337.97 | 0.81 | 0.62 |
| Hex | EC | 4E | 88 | 0 | 43 | 2A | 7 | 152 | 51 | 3E |
| Octal | 354 | 116 | 210 | 0 | 103 | 52 | 7 | 522 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10001000 | 0 | 1000011 | 101010 | 111 | 101010010 | 1010001 | 111110 |
Color Harmonies of #EC4E88
Complementary color
Monochromatic Colors of #EC4E88
Black with #EC4E88
Text Example
Text Example
White with #EC4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E88; }
p { color: rgb(236,78,136); }
H1.HeaderClassName
{
color: #EC4E88;
}
.AnyTagClassName
{
color: #EC4E88;
}
</style>
background-color css
<style>
a { background-color: #EC4E88; }
a { background-color: rgb(236,78,136); }
div.DivClassName
{
background-color: #EC4E88;
}
.BgClassName
{
background-color: #EC4E88;
}
</style>
border-color css
<style>
span { border-color: #EC4E88; }
span { border-color: rgb(236,78,136); }
td.TdClassName
{
border-color: #EC4E88;
}
.TagClassName
{
border-color: #EC4E88;
}
</style>