Shades of Froly #E8777F
Tints of Froly #E8777F
RGB
CMYK
RGB Variations
Color information
#E8777F (or 0xE8777F) is known color: Froly. HEX triplet: E8, 77 and 7F. RGB value is (232,119,127). Sum of RGB (Red+Green+Blue) = 232+119+127=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E8777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8777F is #178880. Grayscale: #999999. Windows color (decimal): -1542273 or 8353768. OLE color: 8353768.
HSL color Cylindrical-coordinate representation of color #E8777F: hue angle of 355.75º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8777F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 127 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.09 |
| HSL | 355.75º | 0.71% | 0.69% | - |
| HSV(B) | 355.75º | 0.49% | 0.91% | - |
| XYZ | 43.71 | 31.88 | 23.93 | - |
| YUV | 153.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 127 | 0 | 0.49 | 0.45 | 0.09 | 355.75 | 0.71 | 0.69 |
| Hex | E8 | 77 | 7F | 0 | 31 | 2D | 9 | 164 | 47 | 45 |
| Octal | 350 | 167 | 177 | 0 | 61 | 55 | 11 | 544 | 107 | 105 |
| Binary | 11101000 | 1110111 | 1111111 | 0 | 110001 | 101101 | 1001 | 101100100 | 1000111 | 1000101 |
Color Harmonies of #E8777F
Complementary color
Monochromatic Colors of #E8777F
Black with #E8777F
Text Example
Text Example
White with #E8777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8777F; }
p { color: rgb(232,119,127); }
H1.HeaderClassName
{
color: #E8777F;
}
.AnyTagClassName
{
color: #E8777F;
}
</style>
background-color css
<style>
a { background-color: #E8777F; }
a { background-color: rgb(232,119,127); }
div.DivClassName
{
background-color: #E8777F;
}
.BgClassName
{
background-color: #E8777F;
}
</style>
border-color css
<style>
span { border-color: #E8777F; }
span { border-color: rgb(232,119,127); }
td.TdClassName
{
border-color: #E8777F;
}
.TagClassName
{
border-color: #E8777F;
}
</style>