Shades of Froly #E45E70
Tints of Froly #E45E70
RGB
CMYK
RGB Variations
Color information
#E45E70 (or 0xE45E70) is known color: Froly. HEX triplet: E4, 5E and 70. RGB value is (228,94,112). Sum of RGB (Red+Green+Blue) = 228+94+112=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45E70 is #1BA18F. Grayscale: #888888. Windows color (decimal): -1810832 or 7364324. OLE color: 7364324.
HSL color Cylindrical-coordinate representation of color #E45E70: hue angle of 351.94º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E70 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 112 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.11 |
| HSL | 351.94º | 0.71% | 0.63% | - |
| HSV(B) | 351.94º | 0.59% | 0.89% | - |
| XYZ | 38.92 | 25.67 | 18.23 | - |
| YUV | 136.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 112 | 0 | 0.59 | 0.51 | 0.11 | 351.94 | 0.71 | 0.63 |
| Hex | E4 | 5E | 70 | 0 | 3B | 33 | B | 160 | 47 | 3F |
| Octal | 344 | 136 | 160 | 0 | 73 | 63 | 13 | 540 | 107 | 77 |
| Binary | 11100100 | 1011110 | 1110000 | 0 | 111011 | 110011 | 1011 | 101100000 | 1000111 | 111111 |
Color Harmonies of #E45E70
Complementary color
Monochromatic Colors of #E45E70
Black with #E45E70
Text Example
Text Example
White with #E45E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E70; }
p { color: rgb(228,94,112); }
H1.HeaderClassName
{
color: #E45E70;
}
.AnyTagClassName
{
color: #E45E70;
}
</style>
background-color css
<style>
a { background-color: #E45E70; }
a { background-color: rgb(228,94,112); }
div.DivClassName
{
background-color: #E45E70;
}
.BgClassName
{
background-color: #E45E70;
}
</style>
border-color css
<style>
span { border-color: #E45E70; }
span { border-color: rgb(228,94,112); }
td.TdClassName
{
border-color: #E45E70;
}
.TagClassName
{
border-color: #E45E70;
}
</style>