Shades of Froly #E0696A
Tints of Froly #E0696A
RGB
CMYK
RGB Variations
Color information
#E0696A (or 0xE0696A) is known color: Froly. HEX triplet: E0, 69 and 6A. RGB value is (224,105,106). Sum of RGB (Red+Green+Blue) = 224+105+106=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696A is #1F9695. Grayscale: #8C8C8C. Windows color (decimal): -2070166 or 6973920. OLE color: 6973920.
HSL color Cylindrical-coordinate representation of color #E0696A: hue angle of 359.5º 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 #E0696A is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 106 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.12 |
| HSL | 359.5º | 0.66% | 0.65% | - |
| HSV(B) | 359.5º | 0.53% | 0.88% | - |
| XYZ | 38.39 | 26.99 | 16.82 | - |
| YUV | 140.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 106 | 0 | 0.53 | 0.53 | 0.12 | 359.5 | 0.66 | 0.65 |
| Hex | E0 | 69 | 6A | 0 | 35 | 35 | C | 167 | 42 | 41 |
| Octal | 340 | 151 | 152 | 0 | 65 | 65 | 14 | 547 | 102 | 101 |
| Binary | 11100000 | 1101001 | 1101010 | 0 | 110101 | 110101 | 1100 | 101100111 | 1000010 | 1000001 |
Color Harmonies of #E0696A
Complementary color
Monochromatic Colors of #E0696A
Black with #E0696A
Text Example
Text Example
White with #E0696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0696A; }
p { color: rgb(224,105,106); }
H1.HeaderClassName
{
color: #E0696A;
}
.AnyTagClassName
{
color: #E0696A;
}
</style>
background-color css
<style>
a { background-color: #E0696A; }
a { background-color: rgb(224,105,106); }
div.DivClassName
{
background-color: #E0696A;
}
.BgClassName
{
background-color: #E0696A;
}
</style>
border-color css
<style>
span { border-color: #E0696A; }
span { border-color: rgb(224,105,106); }
td.TdClassName
{
border-color: #E0696A;
}
.TagClassName
{
border-color: #E0696A;
}
</style>