Shades of Froly #E8757B
Tints of Froly #E8757B
RGB
CMYK
RGB Variations
Color information
#E8757B (or 0xE8757B) is known color: Froly. HEX triplet: E8, 75 and 7B. RGB value is (232,117,123). Sum of RGB (Red+Green+Blue) = 232+117+123=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8757B is #178A84. Grayscale: #989898. Windows color (decimal): -1542789 or 8091112. OLE color: 8091112.
HSL color Cylindrical-coordinate representation of color #E8757B: hue angle of 356.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8757B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 123 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.09 |
| HSL | 356.87º | 0.71% | 0.68% | - |
| HSV(B) | 356.87º | 0.5% | 0.91% | - |
| XYZ | 43.22 | 31.31 | 22.5 | - |
| YUV | 152.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 123 | 0 | 0.50 | 0.47 | 0.09 | 356.87 | 0.71 | 0.68 |
| Hex | E8 | 75 | 7B | 0 | 32 | 2F | 9 | 165 | 47 | 44 |
| Octal | 350 | 165 | 173 | 0 | 62 | 57 | 11 | 545 | 107 | 104 |
| Binary | 11101000 | 1110101 | 1111011 | 0 | 110010 | 101111 | 1001 | 101100101 | 1000111 | 1000100 |
Color Harmonies of #E8757B
Complementary color
Monochromatic Colors of #E8757B
Black with #E8757B
Text Example
Text Example
White with #E8757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8757B; }
p { color: rgb(232,117,123); }
H1.HeaderClassName
{
color: #E8757B;
}
.AnyTagClassName
{
color: #E8757B;
}
</style>
background-color css
<style>
a { background-color: #E8757B; }
a { background-color: rgb(232,117,123); }
div.DivClassName
{
background-color: #E8757B;
}
.BgClassName
{
background-color: #E8757B;
}
</style>
border-color css
<style>
span { border-color: #E8757B; }
span { border-color: rgb(232,117,123); }
td.TdClassName
{
border-color: #E8757B;
}
.TagClassName
{
border-color: #E8757B;
}
</style>