Shades of Froly #E46170
Tints of Froly #E46170
RGB
CMYK
RGB Variations
Color information
#E46170 (or 0xE46170) is known color: Froly. HEX triplet: E4, 61 and 70. RGB value is (228,97,112). Sum of RGB (Red+Green+Blue) = 228+97+112=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E46170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46170 is #1B9E8F. Grayscale: #898989. Windows color (decimal): -1810064 or 7365092. OLE color: 7365092.
HSL color Cylindrical-coordinate representation of color #E46170: hue angle of 353.13º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E46170 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 112 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.11 |
| HSL | 353.13º | 0.71% | 0.64% | - |
| HSV(B) | 353.13º | 0.57% | 0.89% | - |
| XYZ | 39.19 | 26.21 | 18.32 | - |
| YUV | 137.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 112 | 0 | 0.57 | 0.51 | 0.11 | 353.13 | 0.71 | 0.64 |
| Hex | E4 | 61 | 70 | 0 | 39 | 33 | B | 161 | 47 | 40 |
| Octal | 344 | 141 | 160 | 0 | 71 | 63 | 13 | 541 | 107 | 100 |
| Binary | 11100100 | 1100001 | 1110000 | 0 | 111001 | 110011 | 1011 | 101100001 | 1000111 | 1000000 |
Color Harmonies of #E46170
Complementary color
Monochromatic Colors of #E46170
Black with #E46170
Text Example
Text Example
White with #E46170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46170; }
p { color: rgb(228,97,112); }
H1.HeaderClassName
{
color: #E46170;
}
.AnyTagClassName
{
color: #E46170;
}
</style>
background-color css
<style>
a { background-color: #E46170; }
a { background-color: rgb(228,97,112); }
div.DivClassName
{
background-color: #E46170;
}
.BgClassName
{
background-color: #E46170;
}
</style>
border-color css
<style>
span { border-color: #E46170; }
span { border-color: rgb(228,97,112); }
td.TdClassName
{
border-color: #E46170;
}
.TagClassName
{
border-color: #E46170;
}
</style>