Shades of French Rose #EC4A85
Tints of French Rose #EC4A85
RGB
CMYK
RGB Variations
Color information
#EC4A85 (or 0xEC4A85) is known color: French Rose. HEX triplet: EC, 4A and 85. RGB value is (236,74,133). Sum of RGB (Red+Green+Blue) = 236+74+133=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A85 is #13B57A. Grayscale: #818181. Windows color (decimal): -1291643 or 8735468. OLE color: 8735468.
HSL color Cylindrical-coordinate representation of color #EC4A85: hue angle of 338.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A85 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 133 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.07 |
| HSL | 338.15º | 0.81% | 0.61% | - |
| HSV(B) | 338.15º | 0.69% | 0.93% | - |
| XYZ | 41.27 | 24.42 | 24.73 | - |
| YUV | 129.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 133 | 0 | 0.69 | 0.44 | 0.07 | 338.15 | 0.81 | 0.61 |
| Hex | EC | 4A | 85 | 0 | 45 | 2C | 7 | 152 | 51 | 3D |
| Octal | 354 | 112 | 205 | 0 | 105 | 54 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10000101 | 0 | 1000101 | 101100 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4A85
Complementary color
Monochromatic Colors of #EC4A85
Black with #EC4A85
Text Example
Text Example
White with #EC4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A85; }
p { color: rgb(236,74,133); }
H1.HeaderClassName
{
color: #EC4A85;
}
.AnyTagClassName
{
color: #EC4A85;
}
</style>
background-color css
<style>
a { background-color: #EC4A85; }
a { background-color: rgb(236,74,133); }
div.DivClassName
{
background-color: #EC4A85;
}
.BgClassName
{
background-color: #EC4A85;
}
</style>
border-color css
<style>
span { border-color: #EC4A85; }
span { border-color: rgb(236,74,133); }
td.TdClassName
{
border-color: #EC4A85;
}
.TagClassName
{
border-color: #EC4A85;
}
</style>