Shades of Froly #E8616D
Tints of Froly #E8616D
RGB
CMYK
RGB Variations
Color information
#E8616D (or 0xE8616D) is known color: Froly. HEX triplet: E8, 61 and 6D. RGB value is (232,97,109). Sum of RGB (Red+Green+Blue) = 232+97+109=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8616D is #179E92. Grayscale: #8A8A8A. Windows color (decimal): -1547923 or 7168488. OLE color: 7168488.
HSL color Cylindrical-coordinate representation of color #E8616D: hue angle of 354.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8616D is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 109 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.09 |
| HSL | 354.67º | 0.75% | 0.65% | - |
| HSV(B) | 354.67º | 0.58% | 0.91% | - |
| XYZ | 40.31 | 26.81 | 17.52 | - |
| YUV | 138.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 109 | 0 | 0.58 | 0.53 | 0.09 | 354.67 | 0.75 | 0.65 |
| Hex | E8 | 61 | 6D | 0 | 3A | 35 | 9 | 163 | 4B | 41 |
| Octal | 350 | 141 | 155 | 0 | 72 | 65 | 11 | 543 | 113 | 101 |
| Binary | 11101000 | 1100001 | 1101101 | 0 | 111010 | 110101 | 1001 | 101100011 | 1001011 | 1000001 |
Color Harmonies of #E8616D
Complementary color
Monochromatic Colors of #E8616D
Black with #E8616D
Text Example
Text Example
White with #E8616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8616D; }
p { color: rgb(232,97,109); }
H1.HeaderClassName
{
color: #E8616D;
}
.AnyTagClassName
{
color: #E8616D;
}
</style>
background-color css
<style>
a { background-color: #E8616D; }
a { background-color: rgb(232,97,109); }
div.DivClassName
{
background-color: #E8616D;
}
.BgClassName
{
background-color: #E8616D;
}
</style>
border-color css
<style>
span { border-color: #E8616D; }
span { border-color: rgb(232,97,109); }
td.TdClassName
{
border-color: #E8616D;
}
.TagClassName
{
border-color: #E8616D;
}
</style>