Shades of French Rose #E45196
Tints of French Rose #E45196
RGB
CMYK
RGB Variations
Color information
#E45196 (or 0xE45196) is known color: French Rose. HEX triplet: E4, 51 and 96. RGB value is (228,81,150). Sum of RGB (Red+Green+Blue) = 228+81+150=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E45196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45196 is #1BAE69. Grayscale: #848484. Windows color (decimal): -1814122 or 9851364. OLE color: 9851364.
HSL color Cylindrical-coordinate representation of color #E45196: hue angle of 331.84º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45196 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 150 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.11 |
| HSL | 331.84º | 0.73% | 0.61% | - |
| HSV(B) | 331.84º | 0.64% | 0.89% | - |
| XYZ | 40.44 | 24.58 | 31.47 | - |
| YUV | 132.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 150 | 0 | 0.64 | 0.34 | 0.11 | 331.84 | 0.73 | 0.61 |
| Hex | E4 | 51 | 96 | 0 | 40 | 22 | B | 14C | 49 | 3D |
| Octal | 344 | 121 | 226 | 0 | 100 | 42 | 13 | 514 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10010110 | 0 | 1000000 | 100010 | 1011 | 101001100 | 1001001 | 111101 |
Color Harmonies of #E45196
Complementary color
Monochromatic Colors of #E45196
Black with #E45196
Text Example
Text Example
White with #E45196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45196; }
p { color: rgb(228,81,150); }
H1.HeaderClassName
{
color: #E45196;
}
.AnyTagClassName
{
color: #E45196;
}
</style>
background-color css
<style>
a { background-color: #E45196; }
a { background-color: rgb(228,81,150); }
div.DivClassName
{
background-color: #E45196;
}
.BgClassName
{
background-color: #E45196;
}
</style>
border-color css
<style>
span { border-color: #E45196; }
span { border-color: rgb(228,81,150); }
td.TdClassName
{
border-color: #E45196;
}
.TagClassName
{
border-color: #E45196;
}
</style>