Shades of Froly #E37275
Tints of Froly #E37275
RGB
CMYK
RGB Variations
Color information
#E37275 (or 0xE37275) is known color: Froly. HEX triplet: E3, 72 and 75. RGB value is (227,114,117). Sum of RGB (Red+Green+Blue) = 227+114+117=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E37275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37275 is #1C8D8A. Grayscale: #949494. Windows color (decimal): -1871243 or 7697123. OLE color: 7697123.
HSL color Cylindrical-coordinate representation of color #E37275: hue angle of 358.41º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E37275 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 117 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.11 |
| HSL | 358.41º | 0.67% | 0.67% | - |
| HSV(B) | 358.41º | 0.5% | 0.89% | - |
| XYZ | 40.91 | 29.65 | 20.4 | - |
| YUV | 148.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 117 | 0 | 0.50 | 0.48 | 0.11 | 358.41 | 0.67 | 0.67 |
| Hex | E3 | 72 | 75 | 0 | 32 | 30 | B | 166 | 43 | 43 |
| Octal | 343 | 162 | 165 | 0 | 62 | 60 | 13 | 546 | 103 | 103 |
| Binary | 11100011 | 1110010 | 1110101 | 0 | 110010 | 110000 | 1011 | 101100110 | 1000011 | 1000011 |
Color Harmonies of #E37275
Complementary color
Monochromatic Colors of #E37275
Black with #E37275
Text Example
Text Example
White with #E37275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37275; }
p { color: rgb(227,114,117); }
H1.HeaderClassName
{
color: #E37275;
}
.AnyTagClassName
{
color: #E37275;
}
</style>
background-color css
<style>
a { background-color: #E37275; }
a { background-color: rgb(227,114,117); }
div.DivClassName
{
background-color: #E37275;
}
.BgClassName
{
background-color: #E37275;
}
</style>
border-color css
<style>
span { border-color: #E37275; }
span { border-color: rgb(227,114,117); }
td.TdClassName
{
border-color: #E37275;
}
.TagClassName
{
border-color: #E37275;
}
</style>