Shades of Froly #E8707D
Tints of Froly #E8707D
RGB
CMYK
RGB Variations
Color information
#E8707D (or 0xE8707D) is known color: Froly. HEX triplet: E8, 70 and 7D. RGB value is (232,112,125). Sum of RGB (Red+Green+Blue) = 232+112+125=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E8707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8707D is #178F82. Grayscale: #959595. Windows color (decimal): -1544067 or 8220904. OLE color: 8220904.
HSL color Cylindrical-coordinate representation of color #E8707D: hue angle of 353.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 #E8707D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 125 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.09 |
| HSL | 353.5º | 0.72% | 0.67% | - |
| HSV(B) | 353.5º | 0.52% | 0.91% | - |
| XYZ | 42.77 | 30.22 | 22.98 | - |
| YUV | 149.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 125 | 0 | 0.52 | 0.46 | 0.09 | 353.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | 7D | 0 | 34 | 2E | 9 | 162 | 48 | 43 |
| Octal | 350 | 160 | 175 | 0 | 64 | 56 | 11 | 542 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1111101 | 0 | 110100 | 101110 | 1001 | 101100010 | 1001000 | 1000011 |
Color Harmonies of #E8707D
Complementary color
Monochromatic Colors of #E8707D
Black with #E8707D
Text Example
Text Example
White with #E8707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8707D; }
p { color: rgb(232,112,125); }
H1.HeaderClassName
{
color: #E8707D;
}
.AnyTagClassName
{
color: #E8707D;
}
</style>
background-color css
<style>
a { background-color: #E8707D; }
a { background-color: rgb(232,112,125); }
div.DivClassName
{
background-color: #E8707D;
}
.BgClassName
{
background-color: #E8707D;
}
</style>
border-color css
<style>
span { border-color: #E8707D; }
span { border-color: rgb(232,112,125); }
td.TdClassName
{
border-color: #E8707D;
}
.TagClassName
{
border-color: #E8707D;
}
</style>