Shades of French Rose #EC4B99
Tints of French Rose #EC4B99
RGB
CMYK
RGB Variations
Color information
#EC4B99 (or 0xEC4B99) is known color: French Rose. HEX triplet: EC, 4B and 99. RGB value is (236,75,153). Sum of RGB (Red+Green+Blue) = 236+75+153=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B99 is #13B466. Grayscale: #838383. Windows color (decimal): -1291367 or 10046444. OLE color: 10046444.
HSL color Cylindrical-coordinate representation of color #EC4B99: hue angle of 330.93º 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 #EC4B99 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 153 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.07 |
| HSL | 330.93º | 0.81% | 0.61% | - |
| HSV(B) | 330.93º | 0.68% | 0.93% | - |
| XYZ | 42.86 | 25.16 | 32.74 | - |
| YUV | 132.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 153 | 0 | 0.68 | 0.35 | 0.07 | 330.93 | 0.81 | 0.61 |
| Hex | EC | 4B | 99 | 0 | 44 | 23 | 7 | 14B | 51 | 3D |
| Octal | 354 | 113 | 231 | 0 | 104 | 43 | 7 | 513 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10011001 | 0 | 1000100 | 100011 | 111 | 101001011 | 1010001 | 111101 |
Color Harmonies of #EC4B99
Complementary color
Monochromatic Colors of #EC4B99
Black with #EC4B99
Text Example
Text Example
White with #EC4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B99; }
p { color: rgb(236,75,153); }
H1.HeaderClassName
{
color: #EC4B99;
}
.AnyTagClassName
{
color: #EC4B99;
}
</style>
background-color css
<style>
a { background-color: #EC4B99; }
a { background-color: rgb(236,75,153); }
div.DivClassName
{
background-color: #EC4B99;
}
.BgClassName
{
background-color: #EC4B99;
}
</style>
border-color css
<style>
span { border-color: #EC4B99; }
span { border-color: rgb(236,75,153); }
td.TdClassName
{
border-color: #EC4B99;
}
.TagClassName
{
border-color: #EC4B99;
}
</style>