Shades of French Rose #E55898
Tints of French Rose #E55898
RGB
CMYK
RGB Variations
Color information
#E55898 (or 0xE55898) is known color: French Rose. HEX triplet: E5, 58 and 98. RGB value is (229,88,152). Sum of RGB (Red+Green+Blue) = 229+88+152=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E55898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55898 is #1AA767. Grayscale: #898989. Windows color (decimal): -1746792 or 9984229. OLE color: 9984229.
HSL color Cylindrical-coordinate representation of color #E55898: hue angle of 332.77º 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 #E55898 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 152 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.10 |
| HSL | 332.77º | 0.73% | 0.62% | - |
| HSV(B) | 332.77º | 0.62% | 0.9% | - |
| XYZ | 41.47 | 25.9 | 32.52 | - |
| YUV | 137.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 152 | 0 | 0.62 | 0.34 | 0.10 | 332.77 | 0.73 | 0.62 |
| Hex | E5 | 58 | 98 | 0 | 3E | 22 | A | 14D | 49 | 3E |
| Octal | 345 | 130 | 230 | 0 | 76 | 42 | 12 | 515 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10011000 | 0 | 111110 | 100010 | 1010 | 101001101 | 1001001 | 111110 |
Color Harmonies of #E55898
Complementary color
Monochromatic Colors of #E55898
Black with #E55898
Text Example
Text Example
White with #E55898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55898; }
p { color: rgb(229,88,152); }
H1.HeaderClassName
{
color: #E55898;
}
.AnyTagClassName
{
color: #E55898;
}
</style>
background-color css
<style>
a { background-color: #E55898; }
a { background-color: rgb(229,88,152); }
div.DivClassName
{
background-color: #E55898;
}
.BgClassName
{
background-color: #E55898;
}
</style>
border-color css
<style>
span { border-color: #E55898; }
span { border-color: rgb(229,88,152); }
td.TdClassName
{
border-color: #E55898;
}
.TagClassName
{
border-color: #E55898;
}
</style>