Shades of Froly #E8707F
Tints of Froly #E8707F
RGB
CMYK
RGB Variations
Color information
#E8707F (or 0xE8707F) is known color: Froly. HEX triplet: E8, 70 and 7F. RGB value is (232,112,127). Sum of RGB (Red+Green+Blue) = 232+112+127=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8707F is #178F80. Grayscale: #959595. Windows color (decimal): -1544065 or 8351976. OLE color: 8351976.
HSL color Cylindrical-coordinate representation of color #E8707F: hue angle of 352.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 #E8707F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 127 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.09 |
| HSL | 352.5º | 0.72% | 0.67% | - |
| HSV(B) | 352.5º | 0.52% | 0.91% | - |
| XYZ | 42.9 | 30.28 | 23.66 | - |
| YUV | 149.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 127 | 0 | 0.52 | 0.45 | 0.09 | 352.5 | 0.72 | 0.67 |
| Hex | E8 | 70 | 7F | 0 | 34 | 2D | 9 | 160 | 48 | 43 |
| Octal | 350 | 160 | 177 | 0 | 64 | 55 | 11 | 540 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1111111 | 0 | 110100 | 101101 | 1001 | 101100000 | 1001000 | 1000011 |
Color Harmonies of #E8707F
Complementary color
Monochromatic Colors of #E8707F
Black with #E8707F
Text Example
Text Example
White with #E8707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8707F; }
p { color: rgb(232,112,127); }
H1.HeaderClassName
{
color: #E8707F;
}
.AnyTagClassName
{
color: #E8707F;
}
</style>
background-color css
<style>
a { background-color: #E8707F; }
a { background-color: rgb(232,112,127); }
div.DivClassName
{
background-color: #E8707F;
}
.BgClassName
{
background-color: #E8707F;
}
</style>
border-color css
<style>
span { border-color: #E8707F; }
span { border-color: rgb(232,112,127); }
td.TdClassName
{
border-color: #E8707F;
}
.TagClassName
{
border-color: #E8707F;
}
</style>