Shades of Froly #E6696B
Tints of Froly #E6696B
RGB
CMYK
RGB Variations
Color information
#E6696B (or 0xE6696B) is known color: Froly. HEX triplet: E6, 69 and 6B. RGB value is (230,105,107). Sum of RGB (Red+Green+Blue) = 230+105+107=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6696B is #199694. Grayscale: #8E8E8E. Windows color (decimal): -1676949 or 7039462. OLE color: 7039462.
HSL color Cylindrical-coordinate representation of color #E6696B: hue angle of 359.04º 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 #E6696B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 107 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.10 |
| HSL | 359.04º | 0.71% | 0.66% | - |
| HSV(B) | 359.04º | 0.54% | 0.9% | - |
| XYZ | 40.34 | 27.99 | 17.19 | - |
| YUV | 142.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 107 | 0 | 0.54 | 0.53 | 0.10 | 359.04 | 0.71 | 0.66 |
| Hex | E6 | 69 | 6B | 0 | 36 | 35 | A | 167 | 47 | 42 |
| Octal | 346 | 151 | 153 | 0 | 66 | 65 | 12 | 547 | 107 | 102 |
| Binary | 11100110 | 1101001 | 1101011 | 0 | 110110 | 110101 | 1010 | 101100111 | 1000111 | 1000010 |
Color Harmonies of #E6696B
Complementary color
Monochromatic Colors of #E6696B
Black with #E6696B
Text Example
Text Example
White with #E6696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6696B; }
p { color: rgb(230,105,107); }
H1.HeaderClassName
{
color: #E6696B;
}
.AnyTagClassName
{
color: #E6696B;
}
</style>
background-color css
<style>
a { background-color: #E6696B; }
a { background-color: rgb(230,105,107); }
div.DivClassName
{
background-color: #E6696B;
}
.BgClassName
{
background-color: #E6696B;
}
</style>
border-color css
<style>
span { border-color: #E6696B; }
span { border-color: rgb(230,105,107); }
td.TdClassName
{
border-color: #E6696B;
}
.TagClassName
{
border-color: #E6696B;
}
</style>