Shades of Froly #E0696D
Tints of Froly #E0696D
RGB
CMYK
RGB Variations
Color information
#E0696D (or 0xE0696D) is known color: Froly. HEX triplet: E0, 69 and 6D. RGB value is (224,105,109). Sum of RGB (Red+Green+Blue) = 224+105+109=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696D is #1F9692. Grayscale: #8D8D8D. Windows color (decimal): -2070163 or 7170528. OLE color: 7170528.
HSL color Cylindrical-coordinate representation of color #E0696D: hue angle of 357.98º 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 #E0696D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 109 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.12 |
| HSL | 357.98º | 0.66% | 0.65% | - |
| HSV(B) | 357.98º | 0.53% | 0.88% | - |
| XYZ | 38.55 | 27.05 | 17.66 | - |
| YUV | 141.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 109 | 0 | 0.53 | 0.51 | 0.12 | 357.98 | 0.66 | 0.65 |
| Hex | E0 | 69 | 6D | 0 | 35 | 33 | C | 166 | 42 | 41 |
| Octal | 340 | 151 | 155 | 0 | 65 | 63 | 14 | 546 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1101101 | 0 | 110101 | 110011 | 1100 | 101100110 | 1000010 | 1000001 |
Color Harmonies of #E0696D
Complementary color
Monochromatic Colors of #E0696D
Black with #E0696D
Text Example
Text Example
White with #E0696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0696D; }
p { color: rgb(224,105,109); }
H1.HeaderClassName
{
color: #E0696D;
}
.AnyTagClassName
{
color: #E0696D;
}
</style>
background-color css
<style>
a { background-color: #E0696D; }
a { background-color: rgb(224,105,109); }
div.DivClassName
{
background-color: #E0696D;
}
.BgClassName
{
background-color: #E0696D;
}
</style>
border-color css
<style>
span { border-color: #E0696D; }
span { border-color: rgb(224,105,109); }
td.TdClassName
{
border-color: #E0696D;
}
.TagClassName
{
border-color: #E0696D;
}
</style>