Shades of Froly #EB656C
Tints of Froly #EB656C
RGB
CMYK
RGB Variations
Color information
#EB656C (or 0xEB656C) is known color: Froly. HEX triplet: EB, 65 and 6C. RGB value is (235,101,108). Sum of RGB (Red+Green+Blue) = 235+101+108=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB656C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB656C is #149A93. Grayscale: #8D8D8D. Windows color (decimal): -1350292 or 7103979. OLE color: 7103979.
HSL color Cylindrical-coordinate representation of color #EB656C: hue angle of 356.87º 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 #EB656C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 108 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.08 |
| HSL | 356.87º | 0.77% | 0.66% | - |
| HSV(B) | 356.87º | 0.57% | 0.92% | - |
| XYZ | 41.62 | 28.05 | 17.41 | - |
| YUV | 141.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 108 | 0 | 0.57 | 0.54 | 0.08 | 356.87 | 0.77 | 0.66 |
| Hex | EB | 65 | 6C | 0 | 39 | 36 | 8 | 165 | 4D | 42 |
| Octal | 353 | 145 | 154 | 0 | 71 | 66 | 10 | 545 | 115 | 102 |
| Binary | 11101011 | 1100101 | 1101100 | 0 | 111001 | 110110 | 1000 | 101100101 | 1001101 | 1000010 |
Color Harmonies of #EB656C
Complementary color
Monochromatic Colors of #EB656C
Black with #EB656C
Text Example
Text Example
White with #EB656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB656C; }
p { color: rgb(235,101,108); }
H1.HeaderClassName
{
color: #EB656C;
}
.AnyTagClassName
{
color: #EB656C;
}
</style>
background-color css
<style>
a { background-color: #EB656C; }
a { background-color: rgb(235,101,108); }
div.DivClassName
{
background-color: #EB656C;
}
.BgClassName
{
background-color: #EB656C;
}
</style>
border-color css
<style>
span { border-color: #EB656C; }
span { border-color: rgb(235,101,108); }
td.TdClassName
{
border-color: #EB656C;
}
.TagClassName
{
border-color: #EB656C;
}
</style>