Shades of French Rose #E45798
Tints of French Rose #E45798
RGB
CMYK
RGB Variations
Color information
#E45798 (or 0xE45798) is known color: French Rose. HEX triplet: E4, 57 and 98. RGB value is (228,87,152). Sum of RGB (Red+Green+Blue) = 228+87+152=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E45798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45798 is #1BA867. Grayscale: #888888. Windows color (decimal): -1812584 or 9983972. OLE color: 9983972.
HSL color Cylindrical-coordinate representation of color #E45798: hue angle of 332.34º 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 #E45798 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 152 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.11 |
| HSL | 332.34º | 0.72% | 0.62% | - |
| HSV(B) | 332.34º | 0.62% | 0.89% | - |
| XYZ | 41.07 | 25.58 | 32.48 | - |
| YUV | 136.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 152 | 0 | 0.62 | 0.33 | 0.11 | 332.34 | 0.72 | 0.62 |
| Hex | E4 | 57 | 98 | 0 | 3E | 21 | B | 14C | 48 | 3E |
| Octal | 344 | 127 | 230 | 0 | 76 | 41 | 13 | 514 | 110 | 76 |
| Binary | 11100100 | 1010111 | 10011000 | 0 | 111110 | 100001 | 1011 | 101001100 | 1001000 | 111110 |
Color Harmonies of #E45798
Complementary color
Monochromatic Colors of #E45798
Black with #E45798
Text Example
Text Example
White with #E45798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45798; }
p { color: rgb(228,87,152); }
H1.HeaderClassName
{
color: #E45798;
}
.AnyTagClassName
{
color: #E45798;
}
</style>
background-color css
<style>
a { background-color: #E45798; }
a { background-color: rgb(228,87,152); }
div.DivClassName
{
background-color: #E45798;
}
.BgClassName
{
background-color: #E45798;
}
</style>
border-color css
<style>
span { border-color: #E45798; }
span { border-color: rgb(228,87,152); }
td.TdClassName
{
border-color: #E45798;
}
.TagClassName
{
border-color: #E45798;
}
</style>