Shades of French Rose #EC4E8F
Tints of French Rose #EC4E8F
RGB
CMYK
RGB Variations
Color information
#EC4E8F (or 0xEC4E8F) is known color: French Rose. HEX triplet: EC, 4E and 8F. RGB value is (236,78,143). Sum of RGB (Red+Green+Blue) = 236+78+143=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E8F is #13B170. Grayscale: #848484. Windows color (decimal): -1290609 or 9391852. OLE color: 9391852.
HSL color Cylindrical-coordinate representation of color #EC4E8F: hue angle of 335.32º 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 #EC4E8F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 143 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.07 |
| HSL | 335.32º | 0.81% | 0.62% | - |
| HSV(B) | 335.32º | 0.67% | 0.93% | - |
| XYZ | 42.27 | 25.26 | 28.64 | - |
| YUV | 132.65 | 133.85 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 143 | 0 | 0.67 | 0.39 | 0.07 | 335.32 | 0.81 | 0.62 |
| Hex | EC | 4E | 8F | 0 | 43 | 27 | 7 | 14F | 51 | 3E |
| Octal | 354 | 116 | 217 | 0 | 103 | 47 | 7 | 517 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10001111 | 0 | 1000011 | 100111 | 111 | 101001111 | 1010001 | 111110 |
Color Harmonies of #EC4E8F
Complementary color
Monochromatic Colors of #EC4E8F
Black with #EC4E8F
Text Example
Text Example
White with #EC4E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E8F; }
p { color: rgb(236,78,143); }
H1.HeaderClassName
{
color: #EC4E8F;
}
.AnyTagClassName
{
color: #EC4E8F;
}
</style>
background-color css
<style>
a { background-color: #EC4E8F; }
a { background-color: rgb(236,78,143); }
div.DivClassName
{
background-color: #EC4E8F;
}
.BgClassName
{
background-color: #EC4E8F;
}
</style>
border-color css
<style>
span { border-color: #EC4E8F; }
span { border-color: rgb(236,78,143); }
td.TdClassName
{
border-color: #EC4E8F;
}
.TagClassName
{
border-color: #EC4E8F;
}
</style>