Shades of French Rose #E45394
Tints of French Rose #E45394
RGB
CMYK
RGB Variations
Color information
#E45394 (or 0xE45394) is known color: French Rose. HEX triplet: E4, 53 and 94. RGB value is (228,83,148). Sum of RGB (Red+Green+Blue) = 228+83+148=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E45394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45394 is #1BAC6B. Grayscale: #858585. Windows color (decimal): -1813612 or 9720804. OLE color: 9720804.
HSL color Cylindrical-coordinate representation of color #E45394: hue angle of 333.1º 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 #E45394 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 148 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.11 |
| HSL | 333.1º | 0.73% | 0.61% | - |
| HSV(B) | 333.1º | 0.64% | 0.89% | - |
| XYZ | 40.43 | 24.82 | 30.68 | - |
| YUV | 133.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 148 | 0 | 0.64 | 0.35 | 0.11 | 333.1 | 0.73 | 0.61 |
| Hex | E4 | 53 | 94 | 0 | 40 | 23 | B | 14D | 49 | 3D |
| Octal | 344 | 123 | 224 | 0 | 100 | 43 | 13 | 515 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10010100 | 0 | 1000000 | 100011 | 1011 | 101001101 | 1001001 | 111101 |
Color Harmonies of #E45394
Complementary color
Monochromatic Colors of #E45394
Black with #E45394
Text Example
Text Example
White with #E45394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45394; }
p { color: rgb(228,83,148); }
H1.HeaderClassName
{
color: #E45394;
}
.AnyTagClassName
{
color: #E45394;
}
</style>
background-color css
<style>
a { background-color: #E45394; }
a { background-color: rgb(228,83,148); }
div.DivClassName
{
background-color: #E45394;
}
.BgClassName
{
background-color: #E45394;
}
</style>
border-color css
<style>
span { border-color: #E45394; }
span { border-color: rgb(228,83,148); }
td.TdClassName
{
border-color: #E45394;
}
.TagClassName
{
border-color: #E45394;
}
</style>