Shades of French Rose #EC4B87
Tints of French Rose #EC4B87
RGB
CMYK
RGB Variations
Color information
#EC4B87 (or 0xEC4B87) is known color: French Rose. HEX triplet: EC, 4B and 87. RGB value is (236,75,135). Sum of RGB (Red+Green+Blue) = 236+75+135=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B87 is #13B478. Grayscale: #818181. Windows color (decimal): -1291385 or 8866796. OLE color: 8866796.
HSL color Cylindrical-coordinate representation of color #EC4B87: hue angle of 337.64º 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 #EC4B87 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 135 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.07 |
| HSL | 337.64º | 0.81% | 0.61% | - |
| HSV(B) | 337.64º | 0.68% | 0.93% | - |
| XYZ | 41.48 | 24.61 | 25.49 | - |
| YUV | 129.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 135 | 0 | 0.68 | 0.43 | 0.07 | 337.64 | 0.81 | 0.61 |
| Hex | EC | 4B | 87 | 0 | 44 | 2B | 7 | 152 | 51 | 3D |
| Octal | 354 | 113 | 207 | 0 | 104 | 53 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10000111 | 0 | 1000100 | 101011 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4B87
Complementary color
Monochromatic Colors of #EC4B87
Black with #EC4B87
Text Example
Text Example
White with #EC4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B87; }
p { color: rgb(236,75,135); }
H1.HeaderClassName
{
color: #EC4B87;
}
.AnyTagClassName
{
color: #EC4B87;
}
</style>
background-color css
<style>
a { background-color: #EC4B87; }
a { background-color: rgb(236,75,135); }
div.DivClassName
{
background-color: #EC4B87;
}
.BgClassName
{
background-color: #EC4B87;
}
</style>
border-color css
<style>
span { border-color: #EC4B87; }
span { border-color: rgb(236,75,135); }
td.TdClassName
{
border-color: #EC4B87;
}
.TagClassName
{
border-color: #EC4B87;
}
</style>