Shades of French Rose #EC4B91
Tints of French Rose #EC4B91
RGB
CMYK
RGB Variations
Color information
#EC4B91 (or 0xEC4B91) is known color: French Rose. HEX triplet: EC, 4B and 91. RGB value is (236,75,145). Sum of RGB (Red+Green+Blue) = 236+75+145=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B91 is #13B46E. Grayscale: #838383. Windows color (decimal): -1291375 or 9522156. OLE color: 9522156.
HSL color Cylindrical-coordinate representation of color #EC4B91: hue angle of 333.91º 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 #EC4B91 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 145 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.07 |
| HSL | 333.91º | 0.81% | 0.61% | - |
| HSV(B) | 333.91º | 0.68% | 0.93% | - |
| XYZ | 42.22 | 24.91 | 29.37 | - |
| YUV | 131.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 145 | 0 | 0.68 | 0.39 | 0.07 | 333.91 | 0.81 | 0.61 |
| Hex | EC | 4B | 91 | 0 | 44 | 27 | 7 | 14E | 51 | 3D |
| Octal | 354 | 113 | 221 | 0 | 104 | 47 | 7 | 516 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10010001 | 0 | 1000100 | 100111 | 111 | 101001110 | 1010001 | 111101 |
Color Harmonies of #EC4B91
Complementary color
Monochromatic Colors of #EC4B91
Black with #EC4B91
Text Example
Text Example
White with #EC4B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B91; }
p { color: rgb(236,75,145); }
H1.HeaderClassName
{
color: #EC4B91;
}
.AnyTagClassName
{
color: #EC4B91;
}
</style>
background-color css
<style>
a { background-color: #EC4B91; }
a { background-color: rgb(236,75,145); }
div.DivClassName
{
background-color: #EC4B91;
}
.BgClassName
{
background-color: #EC4B91;
}
</style>
border-color css
<style>
span { border-color: #EC4B91; }
span { border-color: rgb(236,75,145); }
td.TdClassName
{
border-color: #EC4B91;
}
.TagClassName
{
border-color: #EC4B91;
}
</style>