Shades of French Rose #EC5296
Tints of French Rose #EC5296
RGB
CMYK
RGB Variations
Color information
#EC5296 (or 0xEC5296) is known color: French Rose. HEX triplet: EC, 52 and 96. RGB value is (236,82,150). Sum of RGB (Red+Green+Blue) = 236+82+150=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5296 is #13AD69. Grayscale: #878787. Windows color (decimal): -1289578 or 9851628. OLE color: 9851628.
HSL color Cylindrical-coordinate representation of color #EC5296: hue angle of 333.51º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5296 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 150 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.07 |
| HSL | 333.51º | 0.8% | 0.62% | - |
| HSV(B) | 333.51º | 0.65% | 0.93% | - |
| XYZ | 43.11 | 26.07 | 31.61 | - |
| YUV | 135.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 150 | 0 | 0.65 | 0.36 | 0.07 | 333.51 | 0.8 | 0.62 |
| Hex | EC | 52 | 96 | 0 | 41 | 24 | 7 | 14E | 50 | 3E |
| Octal | 354 | 122 | 226 | 0 | 101 | 44 | 7 | 516 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10010110 | 0 | 1000001 | 100100 | 111 | 101001110 | 1010000 | 111110 |
Color Harmonies of #EC5296
Complementary color
Monochromatic Colors of #EC5296
Black with #EC5296
Text Example
Text Example
White with #EC5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5296; }
p { color: rgb(236,82,150); }
H1.HeaderClassName
{
color: #EC5296;
}
.AnyTagClassName
{
color: #EC5296;
}
</style>
background-color css
<style>
a { background-color: #EC5296; }
a { background-color: rgb(236,82,150); }
div.DivClassName
{
background-color: #EC5296;
}
.BgClassName
{
background-color: #EC5296;
}
</style>
border-color css
<style>
span { border-color: #EC5296; }
span { border-color: rgb(236,82,150); }
td.TdClassName
{
border-color: #EC5296;
}
.TagClassName
{
border-color: #EC5296;
}
</style>