Shades of French Rose #EC4C8F
Tints of French Rose #EC4C8F
RGB
CMYK
RGB Variations
Color information
#EC4C8F (or 0xEC4C8F) is known color: French Rose. HEX triplet: EC, 4C and 8F. RGB value is (236,76,143). Sum of RGB (Red+Green+Blue) = 236+76+143=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C8F is #13B370. Grayscale: #838383. Windows color (decimal): -1291121 or 9391340. OLE color: 9391340.
HSL color Cylindrical-coordinate representation of color #EC4C8F: hue angle of 334.88º 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 #EC4C8F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 143 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.07 |
| HSL | 334.88º | 0.81% | 0.61% | - |
| HSV(B) | 334.88º | 0.68% | 0.93% | - |
| XYZ | 42.13 | 24.98 | 28.59 | - |
| YUV | 131.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 143 | 0 | 0.68 | 0.39 | 0.07 | 334.88 | 0.81 | 0.61 |
| Hex | EC | 4C | 8F | 0 | 44 | 27 | 7 | 14F | 51 | 3D |
| Octal | 354 | 114 | 217 | 0 | 104 | 47 | 7 | 517 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10001111 | 0 | 1000100 | 100111 | 111 | 101001111 | 1010001 | 111101 |
Color Harmonies of #EC4C8F
Complementary color
Monochromatic Colors of #EC4C8F
Black with #EC4C8F
Text Example
Text Example
White with #EC4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C8F; }
p { color: rgb(236,76,143); }
H1.HeaderClassName
{
color: #EC4C8F;
}
.AnyTagClassName
{
color: #EC4C8F;
}
</style>
background-color css
<style>
a { background-color: #EC4C8F; }
a { background-color: rgb(236,76,143); }
div.DivClassName
{
background-color: #EC4C8F;
}
.BgClassName
{
background-color: #EC4C8F;
}
</style>
border-color css
<style>
span { border-color: #EC4C8F; }
span { border-color: rgb(236,76,143); }
td.TdClassName
{
border-color: #EC4C8F;
}
.TagClassName
{
border-color: #EC4C8F;
}
</style>