Shades of French Rose #EC4E8D
Tints of French Rose #EC4E8D
RGB
CMYK
RGB Variations
Color information
#EC4E8D (or 0xEC4E8D) is known color: French Rose. HEX triplet: EC, 4E and 8D. RGB value is (236,78,141). Sum of RGB (Red+Green+Blue) = 236+78+141=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E8D is #13B172. Grayscale: #848484. Windows color (decimal): -1290611 or 9260780. OLE color: 9260780.
HSL color Cylindrical-coordinate representation of color #EC4E8D: hue angle of 336.08º 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 #EC4E8D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 141 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.07 |
| HSL | 336.08º | 0.81% | 0.62% | - |
| HSV(B) | 336.08º | 0.67% | 0.93% | - |
| XYZ | 42.12 | 25.2 | 27.84 | - |
| YUV | 132.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 141 | 0 | 0.67 | 0.40 | 0.07 | 336.08 | 0.81 | 0.62 |
| Hex | EC | 4E | 8D | 0 | 43 | 28 | 7 | 150 | 51 | 3E |
| Octal | 354 | 116 | 215 | 0 | 103 | 50 | 7 | 520 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10001101 | 0 | 1000011 | 101000 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #EC4E8D
Complementary color
Monochromatic Colors of #EC4E8D
Black with #EC4E8D
Text Example
Text Example
White with #EC4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E8D; }
p { color: rgb(236,78,141); }
H1.HeaderClassName
{
color: #EC4E8D;
}
.AnyTagClassName
{
color: #EC4E8D;
}
</style>
background-color css
<style>
a { background-color: #EC4E8D; }
a { background-color: rgb(236,78,141); }
div.DivClassName
{
background-color: #EC4E8D;
}
.BgClassName
{
background-color: #EC4E8D;
}
</style>
border-color css
<style>
span { border-color: #EC4E8D; }
span { border-color: rgb(236,78,141); }
td.TdClassName
{
border-color: #EC4E8D;
}
.TagClassName
{
border-color: #EC4E8D;
}
</style>