Shades of Froly #E76F70
Tints of Froly #E76F70
RGB
CMYK
RGB Variations
Color information
#E76F70 (or 0xE76F70) is known color: Froly. HEX triplet: E7, 6F and 70. RGB value is (231,111,112). Sum of RGB (Red+Green+Blue) = 231+111+112=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F70 is #18908F. Grayscale: #939393. Windows color (decimal): -1609872 or 7368679. OLE color: 7368679.
HSL color Cylindrical-coordinate representation of color #E76F70: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76F70 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 112 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.09 |
| HSL | 359.5º | 0.71% | 0.67% | - |
| HSV(B) | 359.5º | 0.52% | 0.91% | - |
| XYZ | 41.56 | 29.53 | 18.84 | - |
| YUV | 146.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 112 | 0 | 0.52 | 0.52 | 0.09 | 359.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | 70 | 0 | 34 | 34 | 9 | 168 | 47 | 43 |
| Octal | 347 | 157 | 160 | 0 | 64 | 64 | 11 | 550 | 107 | 103 |
| Binary | 11100111 | 1101111 | 1110000 | 0 | 110100 | 110100 | 1001 | 101101000 | 1000111 | 1000011 |
Color Harmonies of #E76F70
Complementary color
Monochromatic Colors of #E76F70
Black with #E76F70
Text Example
Text Example
White with #E76F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F70; }
p { color: rgb(231,111,112); }
H1.HeaderClassName
{
color: #E76F70;
}
.AnyTagClassName
{
color: #E76F70;
}
</style>
background-color css
<style>
a { background-color: #E76F70; }
a { background-color: rgb(231,111,112); }
div.DivClassName
{
background-color: #E76F70;
}
.BgClassName
{
background-color: #E76F70;
}
</style>
border-color css
<style>
span { border-color: #E76F70; }
span { border-color: rgb(231,111,112); }
td.TdClassName
{
border-color: #E76F70;
}
.TagClassName
{
border-color: #E76F70;
}
</style>