Shades of Froly #E8586B
Tints of Froly #E8586B
RGB
CMYK
RGB Variations
Color information
#E8586B (or 0xE8586B) is known color: Froly. HEX triplet: E8, 58 and 6B. RGB value is (232,88,107). Sum of RGB (Red+Green+Blue) = 232+88+107=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8586B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8586B is #17A794. Grayscale: #858585. Windows color (decimal): -1550229 or 7035112. OLE color: 7035112.
HSL color Cylindrical-coordinate representation of color #E8586B: hue angle of 352.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8586B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 107 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.09 |
| HSL | 352.08º | 0.76% | 0.63% | - |
| HSV(B) | 352.08º | 0.62% | 0.91% | - |
| XYZ | 39.42 | 25.2 | 16.7 | - |
| YUV | 133.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 107 | 0 | 0.62 | 0.54 | 0.09 | 352.08 | 0.76 | 0.63 |
| Hex | E8 | 58 | 6B | 0 | 3E | 36 | 9 | 160 | 4C | 3F |
| Octal | 350 | 130 | 153 | 0 | 76 | 66 | 11 | 540 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1101011 | 0 | 111110 | 110110 | 1001 | 101100000 | 1001100 | 111111 |
Color Harmonies of #E8586B
Complementary color
Monochromatic Colors of #E8586B
Black with #E8586B
Text Example
Text Example
White with #E8586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8586B; }
p { color: rgb(232,88,107); }
H1.HeaderClassName
{
color: #E8586B;
}
.AnyTagClassName
{
color: #E8586B;
}
</style>
background-color css
<style>
a { background-color: #E8586B; }
a { background-color: rgb(232,88,107); }
div.DivClassName
{
background-color: #E8586B;
}
.BgClassName
{
background-color: #E8586B;
}
</style>
border-color css
<style>
span { border-color: #E8586B; }
span { border-color: rgb(232,88,107); }
td.TdClassName
{
border-color: #E8586B;
}
.TagClassName
{
border-color: #E8586B;
}
</style>