Shades of Froly #E96E76
Tints of Froly #E96E76
RGB
CMYK
RGB Variations
Color information
#E96E76 (or 0xE96E76) is known color: Froly. HEX triplet: E9, 6E and 76. RGB value is (233,110,118). Sum of RGB (Red+Green+Blue) = 233+110+118=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E76 is #169189. Grayscale: #939393. Windows color (decimal): -1479050 or 7761641. OLE color: 7761641.
HSL color Cylindrical-coordinate representation of color #E96E76: hue angle of 356.1º degrees, saturation: 0.74, 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 #E96E76 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 118 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.09 |
| HSL | 356.1º | 0.74% | 0.67% | - |
| HSV(B) | 356.1º | 0.53% | 0.91% | - |
| XYZ | 42.45 | 29.78 | 20.65 | - |
| YUV | 147.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 118 | 0 | 0.53 | 0.49 | 0.09 | 356.1 | 0.74 | 0.67 |
| Hex | E9 | 6E | 76 | 0 | 35 | 31 | 9 | 164 | 4A | 43 |
| Octal | 351 | 156 | 166 | 0 | 65 | 61 | 11 | 544 | 112 | 103 |
| Binary | 11101001 | 1101110 | 1110110 | 0 | 110101 | 110001 | 1001 | 101100100 | 1001010 | 1000011 |
Color Harmonies of #E96E76
Complementary color
Monochromatic Colors of #E96E76
Black with #E96E76
Text Example
Text Example
White with #E96E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E76; }
p { color: rgb(233,110,118); }
H1.HeaderClassName
{
color: #E96E76;
}
.AnyTagClassName
{
color: #E96E76;
}
</style>
background-color css
<style>
a { background-color: #E96E76; }
a { background-color: rgb(233,110,118); }
div.DivClassName
{
background-color: #E96E76;
}
.BgClassName
{
background-color: #E96E76;
}
</style>
border-color css
<style>
span { border-color: #E96E76; }
span { border-color: rgb(233,110,118); }
td.TdClassName
{
border-color: #E96E76;
}
.TagClassName
{
border-color: #E96E76;
}
</style>