Shades of Froly #E7757B
Tints of Froly #E7757B
RGB
CMYK
RGB Variations
Color information
#E7757B (or 0xE7757B) is known color: Froly. HEX triplet: E7, 75 and 7B. RGB value is (231,117,123). Sum of RGB (Red+Green+Blue) = 231+117+123=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7757B is #188A84. Grayscale: #979797. Windows color (decimal): -1608325 or 8091111. OLE color: 8091111.
HSL color Cylindrical-coordinate representation of color #E7757B: hue angle of 356.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7757B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 123 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.09 |
| HSL | 356.84º | 0.7% | 0.68% | - |
| HSV(B) | 356.84º | 0.49% | 0.91% | - |
| XYZ | 42.89 | 31.14 | 22.49 | - |
| YUV | 151.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 123 | 0 | 0.49 | 0.47 | 0.09 | 356.84 | 0.7 | 0.68 |
| Hex | E7 | 75 | 7B | 0 | 31 | 2F | 9 | 165 | 46 | 44 |
| Octal | 347 | 165 | 173 | 0 | 61 | 57 | 11 | 545 | 106 | 104 |
| Binary | 11100111 | 1110101 | 1111011 | 0 | 110001 | 101111 | 1001 | 101100101 | 1000110 | 1000100 |
Color Harmonies of #E7757B
Complementary color
Monochromatic Colors of #E7757B
Black with #E7757B
Text Example
Text Example
White with #E7757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7757B; }
p { color: rgb(231,117,123); }
H1.HeaderClassName
{
color: #E7757B;
}
.AnyTagClassName
{
color: #E7757B;
}
</style>
background-color css
<style>
a { background-color: #E7757B; }
a { background-color: rgb(231,117,123); }
div.DivClassName
{
background-color: #E7757B;
}
.BgClassName
{
background-color: #E7757B;
}
</style>
border-color css
<style>
span { border-color: #E7757B; }
span { border-color: rgb(231,117,123); }
td.TdClassName
{
border-color: #E7757B;
}
.TagClassName
{
border-color: #E7757B;
}
</style>