Shades of Froly #EE686B
Tints of Froly #EE686B
RGB
CMYK
RGB Variations
Color information
#EE686B (or 0xEE686B) is known color: Froly. HEX triplet: EE, 68 and 6B. RGB value is (238,104,107). Sum of RGB (Red+Green+Blue) = 238+104+107=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE686B is #119794. Grayscale: #909090. Windows color (decimal): -1152917 or 7039214. OLE color: 7039214.
HSL color Cylindrical-coordinate representation of color #EE686B: hue angle of 358.66º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE686B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 107 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.07 |
| HSL | 358.66º | 0.8% | 0.67% | - |
| HSV(B) | 358.66º | 0.56% | 0.93% | - |
| XYZ | 42.86 | 29.14 | 17.28 | - |
| YUV | 144.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 107 | 0 | 0.56 | 0.55 | 0.07 | 358.66 | 0.8 | 0.67 |
| Hex | EE | 68 | 6B | 0 | 38 | 37 | 7 | 167 | 50 | 43 |
| Octal | 356 | 150 | 153 | 0 | 70 | 67 | 7 | 547 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1101011 | 0 | 111000 | 110111 | 111 | 101100111 | 1010000 | 1000011 |
Color Harmonies of #EE686B
Complementary color
Monochromatic Colors of #EE686B
Black with #EE686B
Text Example
Text Example
White with #EE686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE686B; }
p { color: rgb(238,104,107); }
H1.HeaderClassName
{
color: #EE686B;
}
.AnyTagClassName
{
color: #EE686B;
}
</style>
background-color css
<style>
a { background-color: #EE686B; }
a { background-color: rgb(238,104,107); }
div.DivClassName
{
background-color: #EE686B;
}
.BgClassName
{
background-color: #EE686B;
}
</style>
border-color css
<style>
span { border-color: #EE686B; }
span { border-color: rgb(238,104,107); }
td.TdClassName
{
border-color: #EE686B;
}
.TagClassName
{
border-color: #EE686B;
}
</style>