Shades of French Rose #E45899
Tints of French Rose #E45899
RGB
CMYK
RGB Variations
Color information
#E45899 (or 0xE45899) is known color: French Rose. HEX triplet: E4, 58 and 99. RGB value is (228,88,153). Sum of RGB (Red+Green+Blue) = 228+88+153=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E45899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45899 is #1BA766. Grayscale: #898989. Windows color (decimal): -1812327 or 10049764. OLE color: 10049764.
HSL color Cylindrical-coordinate representation of color #E45899: hue angle of 332.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45899 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 153 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.11 |
| HSL | 332.14º | 0.72% | 0.62% | - |
| HSV(B) | 332.14º | 0.61% | 0.89% | - |
| XYZ | 41.23 | 25.77 | 32.94 | - |
| YUV | 137.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 153 | 0 | 0.61 | 0.33 | 0.11 | 332.14 | 0.72 | 0.62 |
| Hex | E4 | 58 | 99 | 0 | 3D | 21 | B | 14C | 48 | 3E |
| Octal | 344 | 130 | 231 | 0 | 75 | 41 | 13 | 514 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10011001 | 0 | 111101 | 100001 | 1011 | 101001100 | 1001000 | 111110 |
Color Harmonies of #E45899
Complementary color
Monochromatic Colors of #E45899
Black with #E45899
Text Example
Text Example
White with #E45899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45899; }
p { color: rgb(228,88,153); }
H1.HeaderClassName
{
color: #E45899;
}
.AnyTagClassName
{
color: #E45899;
}
</style>
background-color css
<style>
a { background-color: #E45899; }
a { background-color: rgb(228,88,153); }
div.DivClassName
{
background-color: #E45899;
}
.BgClassName
{
background-color: #E45899;
}
</style>
border-color css
<style>
span { border-color: #E45899; }
span { border-color: rgb(228,88,153); }
td.TdClassName
{
border-color: #E45899;
}
.TagClassName
{
border-color: #E45899;
}
</style>