Shades of Froly #E6696A
Tints of Froly #E6696A
RGB
CMYK
RGB Variations
Color information
#E6696A (or 0xE6696A) is known color: Froly. HEX triplet: E6, 69 and 6A. RGB value is (230,105,106). Sum of RGB (Red+Green+Blue) = 230+105+106=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6696A is #199695. Grayscale: #8E8E8E. Windows color (decimal): -1676950 or 6973926. OLE color: 6973926.
HSL color Cylindrical-coordinate representation of color #E6696A: hue angle of 359.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6696A is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 106 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.10 |
| HSL | 359.52º | 0.71% | 0.66% | - |
| HSV(B) | 359.52º | 0.54% | 0.9% | - |
| XYZ | 40.29 | 27.97 | 16.91 | - |
| YUV | 142.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 106 | 0 | 0.54 | 0.54 | 0.10 | 359.52 | 0.71 | 0.66 |
| Hex | E6 | 69 | 6A | 0 | 36 | 36 | A | 168 | 47 | 42 |
| Octal | 346 | 151 | 152 | 0 | 66 | 66 | 12 | 550 | 107 | 102 |
| Binary | 11100110 | 1101001 | 1101010 | 0 | 110110 | 110110 | 1010 | 101101000 | 1000111 | 1000010 |
Color Harmonies of #E6696A
Complementary color
Monochromatic Colors of #E6696A
Black with #E6696A
Text Example
Text Example
White with #E6696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6696A; }
p { color: rgb(230,105,106); }
H1.HeaderClassName
{
color: #E6696A;
}
.AnyTagClassName
{
color: #E6696A;
}
</style>
background-color css
<style>
a { background-color: #E6696A; }
a { background-color: rgb(230,105,106); }
div.DivClassName
{
background-color: #E6696A;
}
.BgClassName
{
background-color: #E6696A;
}
</style>
border-color css
<style>
span { border-color: #E6696A; }
span { border-color: rgb(230,105,106); }
td.TdClassName
{
border-color: #E6696A;
}
.TagClassName
{
border-color: #E6696A;
}
</style>