Shades of Froly #E8707A
Tints of Froly #E8707A
RGB
CMYK
RGB Variations
Color information
#E8707A (or 0xE8707A) is known color: Froly. HEX triplet: E8, 70 and 7A. RGB value is (232,112,122). Sum of RGB (Red+Green+Blue) = 232+112+122=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8707A is #178F85. Grayscale: #959595. Windows color (decimal): -1544070 or 8024296. OLE color: 8024296.
HSL color Cylindrical-coordinate representation of color #E8707A: hue angle of 355º 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 #E8707A is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 122 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.09 |
| HSL | 355º | 0.72% | 0.67% | - |
| HSV(B) | 355º | 0.52% | 0.91% | - |
| XYZ | 42.59 | 30.15 | 21.99 | - |
| YUV | 149.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 122 | 0 | 0.52 | 0.47 | 0.09 | 355 | 0.72 | 0.67 |
| Hex | E8 | 70 | 7A | 0 | 34 | 2F | 9 | 163 | 48 | 43 |
| Octal | 350 | 160 | 172 | 0 | 64 | 57 | 11 | 543 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1111010 | 0 | 110100 | 101111 | 1001 | 101100011 | 1001000 | 1000011 |
Color Harmonies of #E8707A
Complementary color
Monochromatic Colors of #E8707A
Black with #E8707A
Text Example
Text Example
White with #E8707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8707A; }
p { color: rgb(232,112,122); }
H1.HeaderClassName
{
color: #E8707A;
}
.AnyTagClassName
{
color: #E8707A;
}
</style>
background-color css
<style>
a { background-color: #E8707A; }
a { background-color: rgb(232,112,122); }
div.DivClassName
{
background-color: #E8707A;
}
.BgClassName
{
background-color: #E8707A;
}
</style>
border-color css
<style>
span { border-color: #E8707A; }
span { border-color: rgb(232,112,122); }
td.TdClassName
{
border-color: #E8707A;
}
.TagClassName
{
border-color: #E8707A;
}
</style>