Shades of Froly #EB5D65
Tints of Froly #EB5D65
RGB
CMYK
RGB Variations
Color information
#EB5D65 (or 0xEB5D65) is known color: Froly. HEX triplet: EB, 5D and 65. RGB value is (235,93,101). Sum of RGB (Red+Green+Blue) = 235+93+101=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D65 is #14A29A. Grayscale: #888888. Windows color (decimal): -1352347 or 6643179. OLE color: 6643179.
HSL color Cylindrical-coordinate representation of color #EB5D65: hue angle of 356.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D65 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 101 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.08 |
| HSL | 356.62º | 0.78% | 0.64% | - |
| HSV(B) | 356.62º | 0.6% | 0.92% | - |
| XYZ | 40.52 | 26.43 | 15.28 | - |
| YUV | 136.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 101 | 0 | 0.60 | 0.57 | 0.08 | 356.62 | 0.78 | 0.64 |
| Hex | EB | 5D | 65 | 0 | 3C | 39 | 8 | 165 | 4E | 40 |
| Octal | 353 | 135 | 145 | 0 | 74 | 71 | 10 | 545 | 116 | 100 |
| Binary | 11101011 | 1011101 | 1100101 | 0 | 111100 | 111001 | 1000 | 101100101 | 1001110 | 1000000 |
Color Harmonies of #EB5D65
Complementary color
Monochromatic Colors of #EB5D65
Black with #EB5D65
Text Example
Text Example
White with #EB5D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D65; }
p { color: rgb(235,93,101); }
H1.HeaderClassName
{
color: #EB5D65;
}
.AnyTagClassName
{
color: #EB5D65;
}
</style>
background-color css
<style>
a { background-color: #EB5D65; }
a { background-color: rgb(235,93,101); }
div.DivClassName
{
background-color: #EB5D65;
}
.BgClassName
{
background-color: #EB5D65;
}
</style>
border-color css
<style>
span { border-color: #EB5D65; }
span { border-color: rgb(235,93,101); }
td.TdClassName
{
border-color: #EB5D65;
}
.TagClassName
{
border-color: #EB5D65;
}
</style>