Shades of French Rose #EC4B90
Tints of French Rose #EC4B90
RGB
CMYK
RGB Variations
Color information
#EC4B90 (or 0xEC4B90) is known color: French Rose. HEX triplet: EC, 4B and 90. RGB value is (236,75,144). Sum of RGB (Red+Green+Blue) = 236+75+144=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B90 is #13B46F. Grayscale: #828282. Windows color (decimal): -1291376 or 9456620. OLE color: 9456620.
HSL color Cylindrical-coordinate representation of color #EC4B90: hue angle of 334.29º 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 #EC4B90 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 144 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.07 |
| HSL | 334.29º | 0.81% | 0.61% | - |
| HSV(B) | 334.29º | 0.68% | 0.93% | - |
| XYZ | 42.14 | 24.88 | 28.97 | - |
| YUV | 131.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 144 | 0 | 0.68 | 0.39 | 0.07 | 334.29 | 0.81 | 0.61 |
| Hex | EC | 4B | 90 | 0 | 44 | 27 | 7 | 14E | 51 | 3D |
| Octal | 354 | 113 | 220 | 0 | 104 | 47 | 7 | 516 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10010000 | 0 | 1000100 | 100111 | 111 | 101001110 | 1010001 | 111101 |
Color Harmonies of #EC4B90
Complementary color
Monochromatic Colors of #EC4B90
Black with #EC4B90
Text Example
Text Example
White with #EC4B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B90; }
p { color: rgb(236,75,144); }
H1.HeaderClassName
{
color: #EC4B90;
}
.AnyTagClassName
{
color: #EC4B90;
}
</style>
background-color css
<style>
a { background-color: #EC4B90; }
a { background-color: rgb(236,75,144); }
div.DivClassName
{
background-color: #EC4B90;
}
.BgClassName
{
background-color: #EC4B90;
}
</style>
border-color css
<style>
span { border-color: #EC4B90; }
span { border-color: rgb(236,75,144); }
td.TdClassName
{
border-color: #EC4B90;
}
.TagClassName
{
border-color: #EC4B90;
}
</style>