Shades of French Rose #EC5496
Tints of French Rose #EC5496
RGB
CMYK
RGB Variations
Color information
#EC5496 (or 0xEC5496) is known color: French Rose. HEX triplet: EC, 54 and 96. RGB value is (236,84,150). Sum of RGB (Red+Green+Blue) = 236+84+150=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5496 is #13AB69. Grayscale: #888888. Windows color (decimal): -1289066 or 9852140. OLE color: 9852140.
HSL color Cylindrical-coordinate representation of color #EC5496: hue angle of 333.95º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5496 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 150 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.07 |
| HSL | 333.95º | 0.8% | 0.63% | - |
| HSV(B) | 333.95º | 0.64% | 0.93% | - |
| XYZ | 43.27 | 26.38 | 31.66 | - |
| YUV | 136.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 150 | 0 | 0.64 | 0.36 | 0.07 | 333.95 | 0.8 | 0.63 |
| Hex | EC | 54 | 96 | 0 | 40 | 24 | 7 | 14E | 50 | 3F |
| Octal | 354 | 124 | 226 | 0 | 100 | 44 | 7 | 516 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10010110 | 0 | 1000000 | 100100 | 111 | 101001110 | 1010000 | 111111 |
Color Harmonies of #EC5496
Complementary color
Monochromatic Colors of #EC5496
Black with #EC5496
Text Example
Text Example
White with #EC5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5496; }
p { color: rgb(236,84,150); }
H1.HeaderClassName
{
color: #EC5496;
}
.AnyTagClassName
{
color: #EC5496;
}
</style>
background-color css
<style>
a { background-color: #EC5496; }
a { background-color: rgb(236,84,150); }
div.DivClassName
{
background-color: #EC5496;
}
.BgClassName
{
background-color: #EC5496;
}
</style>
border-color css
<style>
span { border-color: #EC5496; }
span { border-color: rgb(236,84,150); }
td.TdClassName
{
border-color: #EC5496;
}
.TagClassName
{
border-color: #EC5496;
}
</style>