Shades of French Rose #E84E8D
Tints of French Rose #E84E8D
RGB
CMYK
RGB Variations
Color information
#E84E8D (or 0xE84E8D) is known color: French Rose. HEX triplet: E8, 4E and 8D. RGB value is (232,78,141). Sum of RGB (Red+Green+Blue) = 232+78+141=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84E8D is #17B172. Grayscale: #838383. Windows color (decimal): -1552755 or 9260776. OLE color: 9260776.
HSL color Cylindrical-coordinate representation of color #E84E8D: hue angle of 335.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84E8D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 141 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.09 |
| HSL | 335.45º | 0.77% | 0.61% | - |
| HSV(B) | 335.45º | 0.66% | 0.91% | - |
| XYZ | 40.81 | 24.53 | 27.78 | - |
| YUV | 131.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 141 | 0 | 0.66 | 0.39 | 0.09 | 335.45 | 0.77 | 0.61 |
| Hex | E8 | 4E | 8D | 0 | 42 | 27 | 9 | 14F | 4D | 3D |
| Octal | 350 | 116 | 215 | 0 | 102 | 47 | 11 | 517 | 115 | 75 |
| Binary | 11101000 | 1001110 | 10001101 | 0 | 1000010 | 100111 | 1001 | 101001111 | 1001101 | 111101 |
Color Harmonies of #E84E8D
Complementary color
Monochromatic Colors of #E84E8D
Black with #E84E8D
Text Example
Text Example
White with #E84E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E8D; }
p { color: rgb(232,78,141); }
H1.HeaderClassName
{
color: #E84E8D;
}
.AnyTagClassName
{
color: #E84E8D;
}
</style>
background-color css
<style>
a { background-color: #E84E8D; }
a { background-color: rgb(232,78,141); }
div.DivClassName
{
background-color: #E84E8D;
}
.BgClassName
{
background-color: #E84E8D;
}
</style>
border-color css
<style>
span { border-color: #E84E8D; }
span { border-color: rgb(232,78,141); }
td.TdClassName
{
border-color: #E84E8D;
}
.TagClassName
{
border-color: #E84E8D;
}
</style>