Shades of Froly #E0696C
Tints of Froly #E0696C
RGB
CMYK
RGB Variations
Color information
#E0696C (or 0xE0696C) is known color: Froly. HEX triplet: E0, 69 and 6C. RGB value is (224,105,108). Sum of RGB (Red+Green+Blue) = 224+105+108=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696C is #1F9693. Grayscale: #8D8D8D. Windows color (decimal): -2070164 or 7104992. OLE color: 7104992.
HSL color Cylindrical-coordinate representation of color #E0696C: hue angle of 358.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0696C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 108 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.12 |
| HSL | 358.49º | 0.66% | 0.65% | - |
| HSV(B) | 358.49º | 0.53% | 0.88% | - |
| XYZ | 38.5 | 27.03 | 17.38 | - |
| YUV | 140.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 108 | 0 | 0.53 | 0.52 | 0.12 | 358.49 | 0.66 | 0.65 |
| Hex | E0 | 69 | 6C | 0 | 35 | 34 | C | 166 | 42 | 41 |
| Octal | 340 | 151 | 154 | 0 | 65 | 64 | 14 | 546 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1101100 | 0 | 110101 | 110100 | 1100 | 101100110 | 1000010 | 1000001 |
Color Harmonies of #E0696C
Complementary color
Monochromatic Colors of #E0696C
Black with #E0696C
Text Example
Text Example
White with #E0696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0696C; }
p { color: rgb(224,105,108); }
H1.HeaderClassName
{
color: #E0696C;
}
.AnyTagClassName
{
color: #E0696C;
}
</style>
background-color css
<style>
a { background-color: #E0696C; }
a { background-color: rgb(224,105,108); }
div.DivClassName
{
background-color: #E0696C;
}
.BgClassName
{
background-color: #E0696C;
}
</style>
border-color css
<style>
span { border-color: #E0696C; }
span { border-color: rgb(224,105,108); }
td.TdClassName
{
border-color: #E0696C;
}
.TagClassName
{
border-color: #E0696C;
}
</style>