Shades of French Rose #EC5395
Tints of French Rose #EC5395
RGB
CMYK
RGB Variations
Color information
#EC5395 (or 0xEC5395) is known color: French Rose. HEX triplet: EC, 53 and 95. RGB value is (236,83,149). Sum of RGB (Red+Green+Blue) = 236+83+149=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5395 is #13AC6A. Grayscale: #888888. Windows color (decimal): -1289323 or 9786348. OLE color: 9786348.
HSL color Cylindrical-coordinate representation of color #EC5395: hue angle of 334.12º 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 #EC5395 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 149 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.07 |
| HSL | 334.12º | 0.8% | 0.63% | - |
| HSV(B) | 334.12º | 0.65% | 0.93% | - |
| XYZ | 43.11 | 26.19 | 31.22 | - |
| YUV | 136.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 149 | 0 | 0.65 | 0.37 | 0.07 | 334.12 | 0.8 | 0.63 |
| Hex | EC | 53 | 95 | 0 | 41 | 25 | 7 | 14E | 50 | 3F |
| Octal | 354 | 123 | 225 | 0 | 101 | 45 | 7 | 516 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10010101 | 0 | 1000001 | 100101 | 111 | 101001110 | 1010000 | 111111 |
Color Harmonies of #EC5395
Complementary color
Monochromatic Colors of #EC5395
Black with #EC5395
Text Example
Text Example
White with #EC5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5395; }
p { color: rgb(236,83,149); }
H1.HeaderClassName
{
color: #EC5395;
}
.AnyTagClassName
{
color: #EC5395;
}
</style>
background-color css
<style>
a { background-color: #EC5395; }
a { background-color: rgb(236,83,149); }
div.DivClassName
{
background-color: #EC5395;
}
.BgClassName
{
background-color: #EC5395;
}
</style>
border-color css
<style>
span { border-color: #EC5395; }
span { border-color: rgb(236,83,149); }
td.TdClassName
{
border-color: #EC5395;
}
.TagClassName
{
border-color: #EC5395;
}
</style>