Shades of French Rose #E84895
Tints of French Rose #E84895
RGB
CMYK
RGB Variations
Color information
#E84895 (or 0xE84895) is known color: French Rose. HEX triplet: E8, 48 and 95. RGB value is (232,72,149). Sum of RGB (Red+Green+Blue) = 232+72+149=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E84895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84895 is #17B76A. Grayscale: #808080. Windows color (decimal): -1554283 or 9783528. OLE color: 9783528.
HSL color Cylindrical-coordinate representation of color #E84895: hue angle of 331.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E84895 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 149 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.09 |
| HSL | 331.13º | 0.78% | 0.6% | - |
| HSV(B) | 331.13º | 0.69% | 0.91% | - |
| XYZ | 41.02 | 23.96 | 30.9 | - |
| YUV | 128.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 149 | 0 | 0.69 | 0.36 | 0.09 | 331.13 | 0.78 | 0.6 |
| Hex | E8 | 48 | 95 | 0 | 45 | 24 | 9 | 14B | 4E | 3C |
| Octal | 350 | 110 | 225 | 0 | 105 | 44 | 11 | 513 | 116 | 74 |
| Binary | 11101000 | 1001000 | 10010101 | 0 | 1000101 | 100100 | 1001 | 101001011 | 1001110 | 111100 |
Color Harmonies of #E84895
Complementary color
Monochromatic Colors of #E84895
Black with #E84895
Text Example
Text Example
White with #E84895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84895; }
p { color: rgb(232,72,149); }
H1.HeaderClassName
{
color: #E84895;
}
.AnyTagClassName
{
color: #E84895;
}
</style>
background-color css
<style>
a { background-color: #E84895; }
a { background-color: rgb(232,72,149); }
div.DivClassName
{
background-color: #E84895;
}
.BgClassName
{
background-color: #E84895;
}
</style>
border-color css
<style>
span { border-color: #E84895; }
span { border-color: rgb(232,72,149); }
td.TdClassName
{
border-color: #E84895;
}
.TagClassName
{
border-color: #E84895;
}
</style>