Shades of Froly #E3696A
Tints of Froly #E3696A
RGB
CMYK
RGB Variations
Color information
#E3696A (or 0xE3696A) is known color: Froly. HEX triplet: E3, 69 and 6A. RGB value is (227,105,106). Sum of RGB (Red+Green+Blue) = 227+105+106=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3696A is #1C9695. Grayscale: #8D8D8D. Windows color (decimal): -1873558 or 6973923. OLE color: 6973923.
HSL color Cylindrical-coordinate representation of color #E3696A: hue angle of 359.51º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E3696A is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 106 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.11 |
| HSL | 359.51º | 0.69% | 0.65% | - |
| HSV(B) | 359.51º | 0.54% | 0.89% | - |
| XYZ | 39.33 | 27.47 | 16.87 | - |
| YUV | 141.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 106 | 0 | 0.54 | 0.53 | 0.11 | 359.51 | 0.69 | 0.65 |
| Hex | E3 | 69 | 6A | 0 | 36 | 35 | B | 168 | 45 | 41 |
| Octal | 343 | 151 | 152 | 0 | 66 | 65 | 13 | 550 | 105 | 101 |
| Binary | 11100011 | 1101001 | 1101010 | 0 | 110110 | 110101 | 1011 | 101101000 | 1000101 | 1000001 |
Color Harmonies of #E3696A
Complementary color
Monochromatic Colors of #E3696A
Black with #E3696A
Text Example
Text Example
White with #E3696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3696A; }
p { color: rgb(227,105,106); }
H1.HeaderClassName
{
color: #E3696A;
}
.AnyTagClassName
{
color: #E3696A;
}
</style>
background-color css
<style>
a { background-color: #E3696A; }
a { background-color: rgb(227,105,106); }
div.DivClassName
{
background-color: #E3696A;
}
.BgClassName
{
background-color: #E3696A;
}
</style>
border-color css
<style>
span { border-color: #E3696A; }
span { border-color: rgb(227,105,106); }
td.TdClassName
{
border-color: #E3696A;
}
.TagClassName
{
border-color: #E3696A;
}
</style>