Shades of French Rose #EC518E
Tints of French Rose #EC518E
RGB
CMYK
RGB Variations
Color information
#EC518E (or 0xEC518E) is known color: French Rose. HEX triplet: EC, 51 and 8E. RGB value is (236,81,142). Sum of RGB (Red+Green+Blue) = 236+81+142=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC518E is #13AE71. Grayscale: #868686. Windows color (decimal): -1289842 or 9327084. OLE color: 9327084.
HSL color Cylindrical-coordinate representation of color #EC518E: hue angle of 336.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC518E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 142 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.39º | 0.8% | 0.62% | - |
| HSV(B) | 336.39º | 0.66% | 0.93% | - |
| XYZ | 42.42 | 25.67 | 28.31 | - |
| YUV | 134.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 142 | 0 | 0.66 | 0.40 | 0.07 | 336.39 | 0.8 | 0.62 |
| Hex | EC | 51 | 8E | 0 | 42 | 28 | 7 | 150 | 50 | 3E |
| Octal | 354 | 121 | 216 | 0 | 102 | 50 | 7 | 520 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10001110 | 0 | 1000010 | 101000 | 111 | 101010000 | 1010000 | 111110 |
Color Harmonies of #EC518E
Complementary color
Monochromatic Colors of #EC518E
Black with #EC518E
Text Example
Text Example
White with #EC518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC518E; }
p { color: rgb(236,81,142); }
H1.HeaderClassName
{
color: #EC518E;
}
.AnyTagClassName
{
color: #EC518E;
}
</style>
background-color css
<style>
a { background-color: #EC518E; }
a { background-color: rgb(236,81,142); }
div.DivClassName
{
background-color: #EC518E;
}
.BgClassName
{
background-color: #EC518E;
}
</style>
border-color css
<style>
span { border-color: #EC518E; }
span { border-color: rgb(236,81,142); }
td.TdClassName
{
border-color: #EC518E;
}
.TagClassName
{
border-color: #EC518E;
}
</style>