Shades of Froly #E37E7F
Tints of Froly #E37E7F
RGB
CMYK
RGB Variations
Color information
#E37E7F (or 0xE37E7F) is known color: Froly. HEX triplet: E3, 7E and 7F. RGB value is (227,126,127). Sum of RGB (Red+Green+Blue) = 227+126+127=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E37E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37E7F is #1C8180. Grayscale: #9C9C9C. Windows color (decimal): -1868161 or 8355555. OLE color: 8355555.
HSL color Cylindrical-coordinate representation of color #E37E7F: hue angle of 359.41º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37E7F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 127 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.11 |
| HSL | 359.41º | 0.64% | 0.69% | - |
| HSV(B) | 359.41º | 0.44% | 0.89% | - |
| XYZ | 42.97 | 32.78 | 24.14 | - |
| YUV | 156.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 127 | 0 | 0.44 | 0.44 | 0.11 | 359.41 | 0.64 | 0.69 |
| Hex | E3 | 7E | 7F | 0 | 2C | 2C | B | 167 | 40 | 45 |
| Octal | 343 | 176 | 177 | 0 | 54 | 54 | 13 | 547 | 100 | 105 |
| Binary | 11100011 | 1111110 | 1111111 | 0 | 101100 | 101100 | 1011 | 101100111 | 1000000 | 1000101 |
Color Harmonies of #E37E7F
Complementary color
Monochromatic Colors of #E37E7F
Black with #E37E7F
Text Example
Text Example
White with #E37E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37E7F; }
p { color: rgb(227,126,127); }
H1.HeaderClassName
{
color: #E37E7F;
}
.AnyTagClassName
{
color: #E37E7F;
}
</style>
background-color css
<style>
a { background-color: #E37E7F; }
a { background-color: rgb(227,126,127); }
div.DivClassName
{
background-color: #E37E7F;
}
.BgClassName
{
background-color: #E37E7F;
}
</style>
border-color css
<style>
span { border-color: #E37E7F; }
span { border-color: rgb(227,126,127); }
td.TdClassName
{
border-color: #E37E7F;
}
.TagClassName
{
border-color: #E37E7F;
}
</style>