Shades of French Rose #E84D8F
Tints of French Rose #E84D8F
RGB
CMYK
RGB Variations
Color information
#E84D8F (or 0xE84D8F) is known color: French Rose. HEX triplet: E8, 4D and 8F. RGB value is (232,77,143). Sum of RGB (Red+Green+Blue) = 232+77+143=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84D8F is #17B270. Grayscale: #828282. Windows color (decimal): -1553009 or 9391592. OLE color: 9391592.
HSL color Cylindrical-coordinate representation of color #E84D8F: hue angle of 334.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84D8F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 143 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.09 |
| HSL | 334.45º | 0.77% | 0.61% | - |
| HSV(B) | 334.45º | 0.67% | 0.91% | - |
| XYZ | 40.89 | 24.45 | 28.55 | - |
| YUV | 130.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 143 | 0 | 0.67 | 0.38 | 0.09 | 334.45 | 0.77 | 0.61 |
| Hex | E8 | 4D | 8F | 0 | 43 | 26 | 9 | 14E | 4D | 3D |
| Octal | 350 | 115 | 217 | 0 | 103 | 46 | 11 | 516 | 115 | 75 |
| Binary | 11101000 | 1001101 | 10001111 | 0 | 1000011 | 100110 | 1001 | 101001110 | 1001101 | 111101 |
Color Harmonies of #E84D8F
Complementary color
Monochromatic Colors of #E84D8F
Black with #E84D8F
Text Example
Text Example
White with #E84D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D8F; }
p { color: rgb(232,77,143); }
H1.HeaderClassName
{
color: #E84D8F;
}
.AnyTagClassName
{
color: #E84D8F;
}
</style>
background-color css
<style>
a { background-color: #E84D8F; }
a { background-color: rgb(232,77,143); }
div.DivClassName
{
background-color: #E84D8F;
}
.BgClassName
{
background-color: #E84D8F;
}
</style>
border-color css
<style>
span { border-color: #E84D8F; }
span { border-color: rgb(232,77,143); }
td.TdClassName
{
border-color: #E84D8F;
}
.TagClassName
{
border-color: #E84D8F;
}
</style>