Shades of French Rose #EC4984
Tints of French Rose #EC4984
RGB
CMYK
RGB Variations
Color information
#EC4984 (or 0xEC4984) is known color: French Rose. HEX triplet: EC, 49 and 84. RGB value is (236,73,132). Sum of RGB (Red+Green+Blue) = 236+73+132=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4984 is #13B67B. Grayscale: #808080. Windows color (decimal): -1291900 or 8669676. OLE color: 8669676.
HSL color Cylindrical-coordinate representation of color #EC4984: hue angle of 338.28º 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 #EC4984 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 132 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.07 |
| HSL | 338.28º | 0.81% | 0.61% | - |
| HSV(B) | 338.28º | 0.69% | 0.93% | - |
| XYZ | 41.14 | 24.26 | 24.34 | - |
| YUV | 128.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 132 | 0 | 0.69 | 0.44 | 0.07 | 338.28 | 0.81 | 0.61 |
| Hex | EC | 49 | 84 | 0 | 45 | 2C | 7 | 152 | 51 | 3D |
| Octal | 354 | 111 | 204 | 0 | 105 | 54 | 7 | 522 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10000100 | 0 | 1000101 | 101100 | 111 | 101010010 | 1010001 | 111101 |
Color Harmonies of #EC4984
Complementary color
Monochromatic Colors of #EC4984
Black with #EC4984
Text Example
Text Example
White with #EC4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4984; }
p { color: rgb(236,73,132); }
H1.HeaderClassName
{
color: #EC4984;
}
.AnyTagClassName
{
color: #EC4984;
}
</style>
background-color css
<style>
a { background-color: #EC4984; }
a { background-color: rgb(236,73,132); }
div.DivClassName
{
background-color: #EC4984;
}
.BgClassName
{
background-color: #EC4984;
}
</style>
border-color css
<style>
span { border-color: #EC4984; }
span { border-color: rgb(236,73,132); }
td.TdClassName
{
border-color: #EC4984;
}
.TagClassName
{
border-color: #EC4984;
}
</style>