Shades of French Rose #E55796
Tints of French Rose #E55796
RGB
CMYK
RGB Variations
Color information
#E55796 (or 0xE55796) is known color: French Rose. HEX triplet: E5, 57 and 96. RGB value is (229,87,150). Sum of RGB (Red+Green+Blue) = 229+87+150=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E55796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55796 is #1AA869. Grayscale: #888888. Windows color (decimal): -1747050 or 9852901. OLE color: 9852901.
HSL color Cylindrical-coordinate representation of color #E55796: hue angle of 333.38º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55796 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 150 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.10 |
| HSL | 333.38º | 0.73% | 0.62% | - |
| HSV(B) | 333.38º | 0.62% | 0.9% | - |
| XYZ | 41.23 | 25.68 | 31.64 | - |
| YUV | 136.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 150 | 0 | 0.62 | 0.34 | 0.10 | 333.38 | 0.73 | 0.62 |
| Hex | E5 | 57 | 96 | 0 | 3E | 22 | A | 14D | 49 | 3E |
| Octal | 345 | 127 | 226 | 0 | 76 | 42 | 12 | 515 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10010110 | 0 | 111110 | 100010 | 1010 | 101001101 | 1001001 | 111110 |
Color Harmonies of #E55796
Complementary color
Monochromatic Colors of #E55796
Black with #E55796
Text Example
Text Example
White with #E55796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55796; }
p { color: rgb(229,87,150); }
H1.HeaderClassName
{
color: #E55796;
}
.AnyTagClassName
{
color: #E55796;
}
</style>
background-color css
<style>
a { background-color: #E55796; }
a { background-color: rgb(229,87,150); }
div.DivClassName
{
background-color: #E55796;
}
.BgClassName
{
background-color: #E55796;
}
</style>
border-color css
<style>
span { border-color: #E55796; }
span { border-color: rgb(229,87,150); }
td.TdClassName
{
border-color: #E55796;
}
.TagClassName
{
border-color: #E55796;
}
</style>