Shades of Froly #E7757E
Tints of Froly #E7757E
RGB
CMYK
RGB Variations
Color information
#E7757E (or 0xE7757E) is known color: Froly. HEX triplet: E7, 75 and 7E. RGB value is (231,117,126). Sum of RGB (Red+Green+Blue) = 231+117+126=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7757E is #188A81. Grayscale: #989898. Windows color (decimal): -1608322 or 8287719. OLE color: 8287719.
HSL color Cylindrical-coordinate representation of color #E7757E: hue angle of 355.26º 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 #E7757E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 126 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.09 |
| HSL | 355.26º | 0.7% | 0.68% | - |
| HSV(B) | 355.26º | 0.49% | 0.91% | - |
| XYZ | 43.08 | 31.22 | 23.49 | - |
| YUV | 152.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 126 | 0 | 0.49 | 0.45 | 0.09 | 355.26 | 0.7 | 0.68 |
| Hex | E7 | 75 | 7E | 0 | 31 | 2D | 9 | 163 | 46 | 44 |
| Octal | 347 | 165 | 176 | 0 | 61 | 55 | 11 | 543 | 106 | 104 |
| Binary | 11100111 | 1110101 | 1111110 | 0 | 110001 | 101101 | 1001 | 101100011 | 1000110 | 1000100 |
Color Harmonies of #E7757E
Complementary color
Monochromatic Colors of #E7757E
Black with #E7757E
Text Example
Text Example
White with #E7757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7757E; }
p { color: rgb(231,117,126); }
H1.HeaderClassName
{
color: #E7757E;
}
.AnyTagClassName
{
color: #E7757E;
}
</style>
background-color css
<style>
a { background-color: #E7757E; }
a { background-color: rgb(231,117,126); }
div.DivClassName
{
background-color: #E7757E;
}
.BgClassName
{
background-color: #E7757E;
}
</style>
border-color css
<style>
span { border-color: #E7757E; }
span { border-color: rgb(231,117,126); }
td.TdClassName
{
border-color: #E7757E;
}
.TagClassName
{
border-color: #E7757E;
}
</style>