Shades of Froly #E76D70
Tints of Froly #E76D70
RGB
CMYK
RGB Variations
Color information
#E76D70 (or 0xE76D70) is known color: Froly. HEX triplet: E7, 6D and 70. RGB value is (231,109,112). Sum of RGB (Red+Green+Blue) = 231+109+112=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D70 is #18928F. Grayscale: #919191. Windows color (decimal): -1610384 or 7368167. OLE color: 7368167.
HSL color Cylindrical-coordinate representation of color #E76D70: hue angle of 358.52º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76D70 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 112 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.09 |
| HSL | 358.52º | 0.72% | 0.67% | - |
| HSV(B) | 358.52º | 0.53% | 0.91% | - |
| XYZ | 41.35 | 29.1 | 18.77 | - |
| YUV | 145.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 112 | 0 | 0.53 | 0.52 | 0.09 | 358.52 | 0.72 | 0.67 |
| Hex | E7 | 6D | 70 | 0 | 35 | 34 | 9 | 167 | 48 | 43 |
| Octal | 347 | 155 | 160 | 0 | 65 | 64 | 11 | 547 | 110 | 103 |
| Binary | 11100111 | 1101101 | 1110000 | 0 | 110101 | 110100 | 1001 | 101100111 | 1001000 | 1000011 |
Color Harmonies of #E76D70
Complementary color
Monochromatic Colors of #E76D70
Black with #E76D70
Text Example
Text Example
White with #E76D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D70; }
p { color: rgb(231,109,112); }
H1.HeaderClassName
{
color: #E76D70;
}
.AnyTagClassName
{
color: #E76D70;
}
</style>
background-color css
<style>
a { background-color: #E76D70; }
a { background-color: rgb(231,109,112); }
div.DivClassName
{
background-color: #E76D70;
}
.BgClassName
{
background-color: #E76D70;
}
</style>
border-color css
<style>
span { border-color: #E76D70; }
span { border-color: rgb(231,109,112); }
td.TdClassName
{
border-color: #E76D70;
}
.TagClassName
{
border-color: #E76D70;
}
</style>