Shades of French Rose #E84D90
Tints of French Rose #E84D90
RGB
CMYK
RGB Variations
Color information
#E84D90 (or 0xE84D90) is known color: French Rose. HEX triplet: E8, 4D and 90. RGB value is (232,77,144). Sum of RGB (Red+Green+Blue) = 232+77+144=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84D90 is #17B26F. Grayscale: #828282. Windows color (decimal): -1553008 or 9457128. OLE color: 9457128.
HSL color Cylindrical-coordinate representation of color #E84D90: hue angle of 334.06º 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 #E84D90 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 144 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.09 |
| HSL | 334.06º | 0.77% | 0.61% | - |
| HSV(B) | 334.06º | 0.67% | 0.91% | - |
| XYZ | 40.97 | 24.48 | 28.95 | - |
| YUV | 130.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 144 | 0 | 0.67 | 0.38 | 0.09 | 334.06 | 0.77 | 0.61 |
| Hex | E8 | 4D | 90 | 0 | 43 | 26 | 9 | 14E | 4D | 3D |
| Octal | 350 | 115 | 220 | 0 | 103 | 46 | 11 | 516 | 115 | 75 |
| Binary | 11101000 | 1001101 | 10010000 | 0 | 1000011 | 100110 | 1001 | 101001110 | 1001101 | 111101 |
Color Harmonies of #E84D90
Complementary color
Monochromatic Colors of #E84D90
Black with #E84D90
Text Example
Text Example
White with #E84D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D90; }
p { color: rgb(232,77,144); }
H1.HeaderClassName
{
color: #E84D90;
}
.AnyTagClassName
{
color: #E84D90;
}
</style>
background-color css
<style>
a { background-color: #E84D90; }
a { background-color: rgb(232,77,144); }
div.DivClassName
{
background-color: #E84D90;
}
.BgClassName
{
background-color: #E84D90;
}
</style>
border-color css
<style>
span { border-color: #E84D90; }
span { border-color: rgb(232,77,144); }
td.TdClassName
{
border-color: #E84D90;
}
.TagClassName
{
border-color: #E84D90;
}
</style>