Shades of French Rose #EC4F8D
Tints of French Rose #EC4F8D
RGB
CMYK
RGB Variations
Color information
#EC4F8D (or 0xEC4F8D) is known color: French Rose. HEX triplet: EC, 4F and 8D. RGB value is (236,79,141). Sum of RGB (Red+Green+Blue) = 236+79+141=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F8D is #13B072. Grayscale: #848484. Windows color (decimal): -1290355 or 9261036. OLE color: 9261036.
HSL color Cylindrical-coordinate representation of color #EC4F8D: hue angle of 336.31º 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 #EC4F8D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 141 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.07 |
| HSL | 336.31º | 0.81% | 0.62% | - |
| HSV(B) | 336.31º | 0.67% | 0.93% | - |
| XYZ | 42.2 | 25.35 | 27.87 | - |
| YUV | 133.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 141 | 0 | 0.67 | 0.40 | 0.07 | 336.31 | 0.81 | 0.62 |
| Hex | EC | 4F | 8D | 0 | 43 | 28 | 7 | 150 | 51 | 3E |
| Octal | 354 | 117 | 215 | 0 | 103 | 50 | 7 | 520 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10001101 | 0 | 1000011 | 101000 | 111 | 101010000 | 1010001 | 111110 |
Color Harmonies of #EC4F8D
Complementary color
Monochromatic Colors of #EC4F8D
Black with #EC4F8D
Text Example
Text Example
White with #EC4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F8D; }
p { color: rgb(236,79,141); }
H1.HeaderClassName
{
color: #EC4F8D;
}
.AnyTagClassName
{
color: #EC4F8D;
}
</style>
background-color css
<style>
a { background-color: #EC4F8D; }
a { background-color: rgb(236,79,141); }
div.DivClassName
{
background-color: #EC4F8D;
}
.BgClassName
{
background-color: #EC4F8D;
}
</style>
border-color css
<style>
span { border-color: #EC4F8D; }
span { border-color: rgb(236,79,141); }
td.TdClassName
{
border-color: #EC4F8D;
}
.TagClassName
{
border-color: #EC4F8D;
}
</style>