Shades of French Rose #E84B89
Tints of French Rose #E84B89
RGB
CMYK
RGB Variations
Color information
#E84B89 (or 0xE84B89) is known color: French Rose. HEX triplet: E8, 4B and 89. RGB value is (232,75,137). Sum of RGB (Red+Green+Blue) = 232+75+137=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B89 is #17B476. Grayscale: #808080. Windows color (decimal): -1553527 or 8997864. OLE color: 8997864.
HSL color Cylindrical-coordinate representation of color #E84B89: hue angle of 336.31º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84B89 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 137 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.09 |
| HSL | 336.31º | 0.77% | 0.6% | - |
| HSV(B) | 336.31º | 0.68% | 0.91% | - |
| XYZ | 40.31 | 23.99 | 26.17 | - |
| YUV | 129.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 137 | 0 | 0.68 | 0.41 | 0.09 | 336.31 | 0.77 | 0.6 |
| Hex | E8 | 4B | 89 | 0 | 44 | 29 | 9 | 150 | 4D | 3C |
| Octal | 350 | 113 | 211 | 0 | 104 | 51 | 11 | 520 | 115 | 74 |
| Binary | 11101000 | 1001011 | 10001001 | 0 | 1000100 | 101001 | 1001 | 101010000 | 1001101 | 111100 |
Color Harmonies of #E84B89
Complementary color
Monochromatic Colors of #E84B89
Black with #E84B89
Text Example
Text Example
White with #E84B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84B89; }
p { color: rgb(232,75,137); }
H1.HeaderClassName
{
color: #E84B89;
}
.AnyTagClassName
{
color: #E84B89;
}
</style>
background-color css
<style>
a { background-color: #E84B89; }
a { background-color: rgb(232,75,137); }
div.DivClassName
{
background-color: #E84B89;
}
.BgClassName
{
background-color: #E84B89;
}
</style>
border-color css
<style>
span { border-color: #E84B89; }
span { border-color: rgb(232,75,137); }
td.TdClassName
{
border-color: #E84B89;
}
.TagClassName
{
border-color: #E84B89;
}
</style>