Shades of Froly #E9696C
Tints of Froly #E9696C
RGB
CMYK
RGB Variations
Color information
#E9696C (or 0xE9696C) is known color: Froly. HEX triplet: E9, 69 and 6C. RGB value is (233,105,108). Sum of RGB (Red+Green+Blue) = 233+105+108=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9696C is #169693. Grayscale: #8F8F8F. Windows color (decimal): -1480340 or 7105001. OLE color: 7105001.
HSL color Cylindrical-coordinate representation of color #E9696C: hue angle of 358.59º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9696C is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 108 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.09 |
| HSL | 358.59º | 0.74% | 0.66% | - |
| HSV(B) | 358.59º | 0.55% | 0.91% | - |
| XYZ | 41.36 | 28.51 | 17.51 | - |
| YUV | 143.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 108 | 0 | 0.55 | 0.54 | 0.09 | 358.59 | 0.74 | 0.66 |
| Hex | E9 | 69 | 6C | 0 | 37 | 36 | 9 | 167 | 4A | 42 |
| Octal | 351 | 151 | 154 | 0 | 67 | 66 | 11 | 547 | 112 | 102 |
| Binary | 11101001 | 1101001 | 1101100 | 0 | 110111 | 110110 | 1001 | 101100111 | 1001010 | 1000010 |
Color Harmonies of #E9696C
Complementary color
Monochromatic Colors of #E9696C
Black with #E9696C
Text Example
Text Example
White with #E9696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9696C; }
p { color: rgb(233,105,108); }
H1.HeaderClassName
{
color: #E9696C;
}
.AnyTagClassName
{
color: #E9696C;
}
</style>
background-color css
<style>
a { background-color: #E9696C; }
a { background-color: rgb(233,105,108); }
div.DivClassName
{
background-color: #E9696C;
}
.BgClassName
{
background-color: #E9696C;
}
</style>
border-color css
<style>
span { border-color: #E9696C; }
span { border-color: rgb(233,105,108); }
td.TdClassName
{
border-color: #E9696C;
}
.TagClassName
{
border-color: #E9696C;
}
</style>