Shades of Froly #E8767B
Tints of Froly #E8767B
RGB
CMYK
RGB Variations
Color information
#E8767B (or 0xE8767B) is known color: Froly. HEX triplet: E8, 76 and 7B. RGB value is (232,118,123). Sum of RGB (Red+Green+Blue) = 232+118+123=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8767B is #178984. Grayscale: #989898. Windows color (decimal): -1542533 or 8091368. OLE color: 8091368.
HSL color Cylindrical-coordinate representation of color #E8767B: hue angle of 357.37º 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 #E8767B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 123 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.09 |
| HSL | 357.37º | 0.71% | 0.69% | - |
| HSV(B) | 357.37º | 0.49% | 0.91% | - |
| XYZ | 43.33 | 31.54 | 22.54 | - |
| YUV | 152.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 123 | 0 | 0.49 | 0.47 | 0.09 | 357.37 | 0.71 | 0.69 |
| Hex | E8 | 76 | 7B | 0 | 31 | 2F | 9 | 165 | 47 | 45 |
| Octal | 350 | 166 | 173 | 0 | 61 | 57 | 11 | 545 | 107 | 105 |
| Binary | 11101000 | 1110110 | 1111011 | 0 | 110001 | 101111 | 1001 | 101100101 | 1000111 | 1000101 |
Color Harmonies of #E8767B
Complementary color
Monochromatic Colors of #E8767B
Black with #E8767B
Text Example
Text Example
White with #E8767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8767B; }
p { color: rgb(232,118,123); }
H1.HeaderClassName
{
color: #E8767B;
}
.AnyTagClassName
{
color: #E8767B;
}
</style>
background-color css
<style>
a { background-color: #E8767B; }
a { background-color: rgb(232,118,123); }
div.DivClassName
{
background-color: #E8767B;
}
.BgClassName
{
background-color: #E8767B;
}
</style>
border-color css
<style>
span { border-color: #E8767B; }
span { border-color: rgb(232,118,123); }
td.TdClassName
{
border-color: #E8767B;
}
.TagClassName
{
border-color: #E8767B;
}
</style>