Shades of Froly #EB666D
Tints of Froly #EB666D
RGB
CMYK
RGB Variations
Color information
#EB666D (or 0xEB666D) is known color: Froly. HEX triplet: EB, 66 and 6D. RGB value is (235,102,109). Sum of RGB (Red+Green+Blue) = 235+102+109=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB666D is #149992. Grayscale: #8E8E8E. Windows color (decimal): -1350035 or 7169771. OLE color: 7169771.
HSL color Cylindrical-coordinate representation of color #EB666D: hue angle of 356.84º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB666D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 109 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.08 |
| HSL | 356.84º | 0.77% | 0.66% | - |
| HSV(B) | 356.84º | 0.57% | 0.92% | - |
| XYZ | 41.77 | 28.27 | 17.72 | - |
| YUV | 142.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 109 | 0 | 0.57 | 0.54 | 0.08 | 356.84 | 0.77 | 0.66 |
| Hex | EB | 66 | 6D | 0 | 39 | 36 | 8 | 165 | 4D | 42 |
| Octal | 353 | 146 | 155 | 0 | 71 | 66 | 10 | 545 | 115 | 102 |
| Binary | 11101011 | 1100110 | 1101101 | 0 | 111001 | 110110 | 1000 | 101100101 | 1001101 | 1000010 |
Color Harmonies of #EB666D
Complementary color
Monochromatic Colors of #EB666D
Black with #EB666D
Text Example
Text Example
White with #EB666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB666D; }
p { color: rgb(235,102,109); }
H1.HeaderClassName
{
color: #EB666D;
}
.AnyTagClassName
{
color: #EB666D;
}
</style>
background-color css
<style>
a { background-color: #EB666D; }
a { background-color: rgb(235,102,109); }
div.DivClassName
{
background-color: #EB666D;
}
.BgClassName
{
background-color: #EB666D;
}
</style>
border-color css
<style>
span { border-color: #EB666D; }
span { border-color: rgb(235,102,109); }
td.TdClassName
{
border-color: #EB666D;
}
.TagClassName
{
border-color: #EB666D;
}
</style>