Shades of Froly #E37078
Tints of Froly #E37078
RGB
CMYK
RGB Variations
Color information
#E37078 (or 0xE37078) is known color: Froly. HEX triplet: E3, 70 and 78. RGB value is (227,112,120). Sum of RGB (Red+Green+Blue) = 227+112+120=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E37078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37078 is #1C8F87. Grayscale: #939393. Windows color (decimal): -1871752 or 7893219. OLE color: 7893219.
HSL color Cylindrical-coordinate representation of color #E37078: hue angle of 355.83º degrees, saturation: 0.67, 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 #E37078 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 120 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.11 |
| HSL | 355.83º | 0.67% | 0.66% | - |
| HSV(B) | 355.83º | 0.51% | 0.89% | - |
| XYZ | 40.86 | 29.28 | 21.27 | - |
| YUV | 147.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 120 | 0 | 0.51 | 0.47 | 0.11 | 355.83 | 0.67 | 0.66 |
| Hex | E3 | 70 | 78 | 0 | 33 | 2F | B | 164 | 43 | 42 |
| Octal | 343 | 160 | 170 | 0 | 63 | 57 | 13 | 544 | 103 | 102 |
| Binary | 11100011 | 1110000 | 1111000 | 0 | 110011 | 101111 | 1011 | 101100100 | 1000011 | 1000010 |
Color Harmonies of #E37078
Complementary color
Monochromatic Colors of #E37078
Black with #E37078
Text Example
Text Example
White with #E37078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37078; }
p { color: rgb(227,112,120); }
H1.HeaderClassName
{
color: #E37078;
}
.AnyTagClassName
{
color: #E37078;
}
</style>
background-color css
<style>
a { background-color: #E37078; }
a { background-color: rgb(227,112,120); }
div.DivClassName
{
background-color: #E37078;
}
.BgClassName
{
background-color: #E37078;
}
</style>
border-color css
<style>
span { border-color: #E37078; }
span { border-color: rgb(227,112,120); }
td.TdClassName
{
border-color: #E37078;
}
.TagClassName
{
border-color: #E37078;
}
</style>