Shades of French Rose #EC4F88
Tints of French Rose #EC4F88
RGB
CMYK
RGB Variations
Color information
#EC4F88 (or 0xEC4F88) is known color: French Rose. HEX triplet: EC, 4F and 88. RGB value is (236,79,136). Sum of RGB (Red+Green+Blue) = 236+79+136=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F88 is #13B077. Grayscale: #848484. Windows color (decimal): -1290360 or 8933356. OLE color: 8933356.
HSL color Cylindrical-coordinate representation of color #EC4F88: hue angle of 338.22º 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 #EC4F88 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 136 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.07 |
| HSL | 338.22º | 0.81% | 0.62% | - |
| HSV(B) | 338.22º | 0.67% | 0.93% | - |
| XYZ | 41.83 | 25.2 | 25.95 | - |
| YUV | 132.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 136 | 0 | 0.67 | 0.42 | 0.07 | 338.22 | 0.81 | 0.62 |
| Hex | EC | 4F | 88 | 0 | 43 | 2A | 7 | 152 | 51 | 3E |
| Octal | 354 | 117 | 210 | 0 | 103 | 52 | 7 | 522 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10001000 | 0 | 1000011 | 101010 | 111 | 101010010 | 1010001 | 111110 |
Color Harmonies of #EC4F88
Complementary color
Monochromatic Colors of #EC4F88
Black with #EC4F88
Text Example
Text Example
White with #EC4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F88; }
p { color: rgb(236,79,136); }
H1.HeaderClassName
{
color: #EC4F88;
}
.AnyTagClassName
{
color: #EC4F88;
}
</style>
background-color css
<style>
a { background-color: #EC4F88; }
a { background-color: rgb(236,79,136); }
div.DivClassName
{
background-color: #EC4F88;
}
.BgClassName
{
background-color: #EC4F88;
}
</style>
border-color css
<style>
span { border-color: #EC4F88; }
span { border-color: rgb(236,79,136); }
td.TdClassName
{
border-color: #EC4F88;
}
.TagClassName
{
border-color: #EC4F88;
}
</style>