Shades of Froly #E8707B
Tints of Froly #E8707B
RGB
CMYK
RGB Variations
Color information
#E8707B (or 0xE8707B) is known color: Froly. HEX triplet: E8, 70 and 7B. RGB value is (232,112,123). Sum of RGB (Red+Green+Blue) = 232+112+123=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E8707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8707B is #178F84. Grayscale: #959595. Windows color (decimal): -1544069 or 8089832. OLE color: 8089832.
HSL color Cylindrical-coordinate representation of color #E8707B: hue angle of 354.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8707B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 123 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.09 |
| HSL | 354.5º | 0.72% | 0.67% | - |
| HSV(B) | 354.5º | 0.52% | 0.91% | - |
| XYZ | 42.65 | 30.17 | 22.32 | - |
| YUV | 149.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 123 | 0 | 0.52 | 0.47 | 0.09 | 354.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | 7B | 0 | 34 | 2F | 9 | 162 | 48 | 43 |
| Octal | 350 | 160 | 173 | 0 | 64 | 57 | 11 | 542 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1111011 | 0 | 110100 | 101111 | 1001 | 101100010 | 1001000 | 1000011 |
Color Harmonies of #E8707B
Complementary color
Monochromatic Colors of #E8707B
Black with #E8707B
Text Example
Text Example
White with #E8707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8707B; }
p { color: rgb(232,112,123); }
H1.HeaderClassName
{
color: #E8707B;
}
.AnyTagClassName
{
color: #E8707B;
}
</style>
background-color css
<style>
a { background-color: #E8707B; }
a { background-color: rgb(232,112,123); }
div.DivClassName
{
background-color: #E8707B;
}
.BgClassName
{
background-color: #E8707B;
}
</style>
border-color css
<style>
span { border-color: #E8707B; }
span { border-color: rgb(232,112,123); }
td.TdClassName
{
border-color: #E8707B;
}
.TagClassName
{
border-color: #E8707B;
}
</style>