Shades of Froly #E76F76
Tints of Froly #E76F76
RGB
CMYK
RGB Variations
Color information
#E76F76 (or 0xE76F76) is known color: Froly. HEX triplet: E7, 6F and 76. RGB value is (231,111,118). Sum of RGB (Red+Green+Blue) = 231+111+118=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F76 is #189089. Grayscale: #939393. Windows color (decimal): -1609866 or 7761895. OLE color: 7761895.
HSL color Cylindrical-coordinate representation of color #E76F76: hue angle of 356.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 #E76F76 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 118 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.09 |
| HSL | 356.5º | 0.71% | 0.67% | - |
| HSV(B) | 356.5º | 0.52% | 0.91% | - |
| XYZ | 41.91 | 29.67 | 20.66 | - |
| YUV | 147.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 118 | 0 | 0.52 | 0.49 | 0.09 | 356.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | 76 | 0 | 34 | 31 | 9 | 164 | 47 | 43 |
| Octal | 347 | 157 | 166 | 0 | 64 | 61 | 11 | 544 | 107 | 103 |
| Binary | 11100111 | 1101111 | 1110110 | 0 | 110100 | 110001 | 1001 | 101100100 | 1000111 | 1000011 |
Color Harmonies of #E76F76
Complementary color
Monochromatic Colors of #E76F76
Black with #E76F76
Text Example
Text Example
White with #E76F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F76; }
p { color: rgb(231,111,118); }
H1.HeaderClassName
{
color: #E76F76;
}
.AnyTagClassName
{
color: #E76F76;
}
</style>
background-color css
<style>
a { background-color: #E76F76; }
a { background-color: rgb(231,111,118); }
div.DivClassName
{
background-color: #E76F76;
}
.BgClassName
{
background-color: #E76F76;
}
</style>
border-color css
<style>
span { border-color: #E76F76; }
span { border-color: rgb(231,111,118); }
td.TdClassName
{
border-color: #E76F76;
}
.TagClassName
{
border-color: #E76F76;
}
</style>