Shades of Froly #E8626B
Tints of Froly #E8626B
RGB
CMYK
RGB Variations
Color information
#E8626B (or 0xE8626B) is known color: Froly. HEX triplet: E8, 62 and 6B. RGB value is (232,98,107). Sum of RGB (Red+Green+Blue) = 232+98+107=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8626B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8626B is #179D94. Grayscale: #8B8B8B. Windows color (decimal): -1547669 or 7037672. OLE color: 7037672.
HSL color Cylindrical-coordinate representation of color #E8626B: hue angle of 355.97º degrees, saturation: 0.74, 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 #E8626B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 107 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.09 |
| HSL | 355.97º | 0.74% | 0.65% | - |
| HSV(B) | 355.97º | 0.58% | 0.91% | - |
| XYZ | 40.3 | 26.95 | 16.99 | - |
| YUV | 139.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 107 | 0 | 0.58 | 0.54 | 0.09 | 355.97 | 0.74 | 0.65 |
| Hex | E8 | 62 | 6B | 0 | 3A | 36 | 9 | 164 | 4A | 41 |
| Octal | 350 | 142 | 153 | 0 | 72 | 66 | 11 | 544 | 112 | 101 |
| Binary | 11101000 | 1100010 | 1101011 | 0 | 111010 | 110110 | 1001 | 101100100 | 1001010 | 1000001 |
Color Harmonies of #E8626B
Complementary color
Monochromatic Colors of #E8626B
Black with #E8626B
Text Example
Text Example
White with #E8626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8626B; }
p { color: rgb(232,98,107); }
H1.HeaderClassName
{
color: #E8626B;
}
.AnyTagClassName
{
color: #E8626B;
}
</style>
background-color css
<style>
a { background-color: #E8626B; }
a { background-color: rgb(232,98,107); }
div.DivClassName
{
background-color: #E8626B;
}
.BgClassName
{
background-color: #E8626B;
}
</style>
border-color css
<style>
span { border-color: #E8626B; }
span { border-color: rgb(232,98,107); }
td.TdClassName
{
border-color: #E8626B;
}
.TagClassName
{
border-color: #E8626B;
}
</style>