Shades of French Rose #EC5396
Tints of French Rose #EC5396
RGB
CMYK
RGB Variations
Color information
#EC5396 (or 0xEC5396) is known color: French Rose. HEX triplet: EC, 53 and 96. RGB value is (236,83,150). Sum of RGB (Red+Green+Blue) = 236+83+150=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5396 is #13AC69. Grayscale: #888888. Windows color (decimal): -1289322 or 9851884. OLE color: 9851884.
HSL color Cylindrical-coordinate representation of color #EC5396: hue angle of 333.73º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5396 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 150 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.07 |
| HSL | 333.73º | 0.8% | 0.63% | - |
| HSV(B) | 333.73º | 0.65% | 0.93% | - |
| XYZ | 43.19 | 26.22 | 31.64 | - |
| YUV | 136.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 150 | 0 | 0.65 | 0.36 | 0.07 | 333.73 | 0.8 | 0.63 |
| Hex | EC | 53 | 96 | 0 | 41 | 24 | 7 | 14E | 50 | 3F |
| Octal | 354 | 123 | 226 | 0 | 101 | 44 | 7 | 516 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10010110 | 0 | 1000001 | 100100 | 111 | 101001110 | 1010000 | 111111 |
Color Harmonies of #EC5396
Complementary color
Monochromatic Colors of #EC5396
Black with #EC5396
Text Example
Text Example
White with #EC5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5396; }
p { color: rgb(236,83,150); }
H1.HeaderClassName
{
color: #EC5396;
}
.AnyTagClassName
{
color: #EC5396;
}
</style>
background-color css
<style>
a { background-color: #EC5396; }
a { background-color: rgb(236,83,150); }
div.DivClassName
{
background-color: #EC5396;
}
.BgClassName
{
background-color: #EC5396;
}
</style>
border-color css
<style>
span { border-color: #EC5396; }
span { border-color: rgb(236,83,150); }
td.TdClassName
{
border-color: #EC5396;
}
.TagClassName
{
border-color: #EC5396;
}
</style>