Shades of French Rose #E8518F
Tints of French Rose #E8518F
RGB
CMYK
RGB Variations
Color information
#E8518F (or 0xE8518F) is known color: French Rose. HEX triplet: E8, 51 and 8F. RGB value is (232,81,143). Sum of RGB (Red+Green+Blue) = 232+81+143=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8518F is #17AE70. Grayscale: #858585. Windows color (decimal): -1551985 or 9392616. OLE color: 9392616.
HSL color Cylindrical-coordinate representation of color #E8518F: hue angle of 335.36º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8518F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 143 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 335.36º | 0.77% | 0.61% | - |
| HSV(B) | 335.36º | 0.65% | 0.91% | - |
| XYZ | 41.18 | 25.02 | 28.65 | - |
| YUV | 133.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 143 | 0 | 0.65 | 0.38 | 0.09 | 335.36 | 0.77 | 0.61 |
| Hex | E8 | 51 | 8F | 0 | 41 | 26 | 9 | 14F | 4D | 3D |
| Octal | 350 | 121 | 217 | 0 | 101 | 46 | 11 | 517 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10001111 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001101 | 111101 |
Color Harmonies of #E8518F
Complementary color
Monochromatic Colors of #E8518F
Black with #E8518F
Text Example
Text Example
White with #E8518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8518F; }
p { color: rgb(232,81,143); }
H1.HeaderClassName
{
color: #E8518F;
}
.AnyTagClassName
{
color: #E8518F;
}
</style>
background-color css
<style>
a { background-color: #E8518F; }
a { background-color: rgb(232,81,143); }
div.DivClassName
{
background-color: #E8518F;
}
.BgClassName
{
background-color: #E8518F;
}
</style>
border-color css
<style>
span { border-color: #E8518F; }
span { border-color: rgb(232,81,143); }
td.TdClassName
{
border-color: #E8518F;
}
.TagClassName
{
border-color: #E8518F;
}
</style>