Shades of Froly #E46F70
Tints of Froly #E46F70
RGB
CMYK
RGB Variations
Color information
#E46F70 (or 0xE46F70) is known color: Froly. HEX triplet: E4, 6F and 70. RGB value is (228,111,112). Sum of RGB (Red+Green+Blue) = 228+111+112=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F70 is #1B908F. Grayscale: #929292. Windows color (decimal): -1806480 or 7368676. OLE color: 7368676.
HSL color Cylindrical-coordinate representation of color #E46F70: hue angle of 359.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46F70 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 112 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.11 |
| HSL | 359.49º | 0.68% | 0.66% | - |
| HSV(B) | 359.49º | 0.51% | 0.89% | - |
| XYZ | 40.6 | 29.03 | 18.79 | - |
| YUV | 146.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 112 | 0 | 0.51 | 0.51 | 0.11 | 359.49 | 0.68 | 0.66 |
| Hex | E4 | 6F | 70 | 0 | 33 | 33 | B | 167 | 44 | 42 |
| Octal | 344 | 157 | 160 | 0 | 63 | 63 | 13 | 547 | 104 | 102 |
| Binary | 11100100 | 1101111 | 1110000 | 0 | 110011 | 110011 | 1011 | 101100111 | 1000100 | 1000010 |
Color Harmonies of #E46F70
Complementary color
Monochromatic Colors of #E46F70
Black with #E46F70
Text Example
Text Example
White with #E46F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F70; }
p { color: rgb(228,111,112); }
H1.HeaderClassName
{
color: #E46F70;
}
.AnyTagClassName
{
color: #E46F70;
}
</style>
background-color css
<style>
a { background-color: #E46F70; }
a { background-color: rgb(228,111,112); }
div.DivClassName
{
background-color: #E46F70;
}
.BgClassName
{
background-color: #E46F70;
}
</style>
border-color css
<style>
span { border-color: #E46F70; }
span { border-color: rgb(228,111,112); }
td.TdClassName
{
border-color: #E46F70;
}
.TagClassName
{
border-color: #E46F70;
}
</style>