Shades of Froly #E8707C
Tints of Froly #E8707C
RGB
CMYK
RGB Variations
Color information
#E8707C (or 0xE8707C) is known color: Froly. HEX triplet: E8, 70 and 7C. RGB value is (232,112,124). Sum of RGB (Red+Green+Blue) = 232+112+124=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E8707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8707C is #178F83. Grayscale: #959595. Windows color (decimal): -1544068 or 8155368. OLE color: 8155368.
HSL color Cylindrical-coordinate representation of color #E8707C: hue angle of 354º 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 #E8707C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 124 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.09 |
| HSL | 354º | 0.72% | 0.67% | - |
| HSV(B) | 354º | 0.52% | 0.91% | - |
| XYZ | 42.71 | 30.2 | 22.65 | - |
| YUV | 149.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 124 | 0 | 0.52 | 0.47 | 0.09 | 354 | 0.72 | 0.67 |
| Hex | E8 | 70 | 7C | 0 | 34 | 2F | 9 | 162 | 48 | 43 |
| Octal | 350 | 160 | 174 | 0 | 64 | 57 | 11 | 542 | 110 | 103 |
| Binary | 11101000 | 1110000 | 1111100 | 0 | 110100 | 101111 | 1001 | 101100010 | 1001000 | 1000011 |
Color Harmonies of #E8707C
Complementary color
Monochromatic Colors of #E8707C
Black with #E8707C
Text Example
Text Example
White with #E8707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8707C; }
p { color: rgb(232,112,124); }
H1.HeaderClassName
{
color: #E8707C;
}
.AnyTagClassName
{
color: #E8707C;
}
</style>
background-color css
<style>
a { background-color: #E8707C; }
a { background-color: rgb(232,112,124); }
div.DivClassName
{
background-color: #E8707C;
}
.BgClassName
{
background-color: #E8707C;
}
</style>
border-color css
<style>
span { border-color: #E8707C; }
span { border-color: rgb(232,112,124); }
td.TdClassName
{
border-color: #E8707C;
}
.TagClassName
{
border-color: #E8707C;
}
</style>