Shades of French Rose #E45696
Tints of French Rose #E45696
RGB
CMYK
RGB Variations
Color information
#E45696 (or 0xE45696) is known color: French Rose. HEX triplet: E4, 56 and 96. RGB value is (228,86,150). Sum of RGB (Red+Green+Blue) = 228+86+150=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E45696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45696 is #1BA969. Grayscale: #878787. Windows color (decimal): -1812842 or 9852644. OLE color: 9852644.
HSL color Cylindrical-coordinate representation of color #E45696: hue angle of 332.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45696 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 150 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.11 |
| HSL | 332.96º | 0.72% | 0.62% | - |
| HSV(B) | 332.96º | 0.62% | 0.89% | - |
| XYZ | 40.83 | 25.35 | 31.6 | - |
| YUV | 135.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 150 | 0 | 0.62 | 0.34 | 0.11 | 332.96 | 0.72 | 0.62 |
| Hex | E4 | 56 | 96 | 0 | 3E | 22 | B | 14D | 48 | 3E |
| Octal | 344 | 126 | 226 | 0 | 76 | 42 | 13 | 515 | 110 | 76 |
| Binary | 11100100 | 1010110 | 10010110 | 0 | 111110 | 100010 | 1011 | 101001101 | 1001000 | 111110 |
Color Harmonies of #E45696
Complementary color
Monochromatic Colors of #E45696
Black with #E45696
Text Example
Text Example
White with #E45696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45696; }
p { color: rgb(228,86,150); }
H1.HeaderClassName
{
color: #E45696;
}
.AnyTagClassName
{
color: #E45696;
}
</style>
background-color css
<style>
a { background-color: #E45696; }
a { background-color: rgb(228,86,150); }
div.DivClassName
{
background-color: #E45696;
}
.BgClassName
{
background-color: #E45696;
}
</style>
border-color css
<style>
span { border-color: #E45696; }
span { border-color: rgb(228,86,150); }
td.TdClassName
{
border-color: #E45696;
}
.TagClassName
{
border-color: #E45696;
}
</style>