Shades of Froly #E27174
Tints of Froly #E27174
RGB
CMYK
RGB Variations
Color information
#E27174 (or 0xE27174) is known color: Froly. HEX triplet: E2, 71 and 74. RGB value is (226,113,116). Sum of RGB (Red+Green+Blue) = 226+113+116=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E27174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27174 is #1D8E8B. Grayscale: #939393. Windows color (decimal): -1937036 or 7631330. OLE color: 7631330.
HSL color Cylindrical-coordinate representation of color #E27174: hue angle of 358.41º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27174 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 116 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.11 |
| HSL | 358.41º | 0.66% | 0.66% | - |
| HSV(B) | 358.41º | 0.5% | 0.89% | - |
| XYZ | 40.42 | 29.24 | 20.04 | - |
| YUV | 147.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 116 | 0 | 0.5 | 0.49 | 0.11 | 358.41 | 0.66 | 0.66 |
| Hex | E2 | 71 | 74 | 0 | 32 | 31 | B | 166 | 42 | 42 |
| Octal | 342 | 161 | 164 | 0 | 62 | 61 | 13 | 546 | 102 | 102 |
| Binary | 11100010 | 1110001 | 1110100 | 0 | 110010 | 110001 | 1011 | 101100110 | 1000010 | 1000010 |
Color Harmonies of #E27174
Complementary color
Monochromatic Colors of #E27174
Black with #E27174
Text Example
Text Example
White with #E27174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27174; }
p { color: rgb(226,113,116); }
H1.HeaderClassName
{
color: #E27174;
}
.AnyTagClassName
{
color: #E27174;
}
</style>
background-color css
<style>
a { background-color: #E27174; }
a { background-color: rgb(226,113,116); }
div.DivClassName
{
background-color: #E27174;
}
.BgClassName
{
background-color: #E27174;
}
</style>
border-color css
<style>
span { border-color: #E27174; }
span { border-color: rgb(226,113,116); }
td.TdClassName
{
border-color: #E27174;
}
.TagClassName
{
border-color: #E27174;
}
</style>