Shades of Froly #E7707B
Tints of Froly #E7707B
RGB
CMYK
RGB Variations
Color information
#E7707B (or 0xE7707B) is known color: Froly. HEX triplet: E7, 70 and 7B. RGB value is (231,112,123). Sum of RGB (Red+Green+Blue) = 231+112+123=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7707B is #188F84. Grayscale: #949494. Windows color (decimal): -1609605 or 8089831. OLE color: 8089831.
HSL color Cylindrical-coordinate representation of color #E7707B: hue angle of 354.45º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7707B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 123 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.09 |
| HSL | 354.45º | 0.71% | 0.67% | - |
| HSV(B) | 354.45º | 0.52% | 0.91% | - |
| XYZ | 42.32 | 30.01 | 22.3 | - |
| YUV | 148.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 123 | 0 | 0.52 | 0.47 | 0.09 | 354.45 | 0.71 | 0.67 |
| Hex | E7 | 70 | 7B | 0 | 34 | 2F | 9 | 162 | 47 | 43 |
| Octal | 347 | 160 | 173 | 0 | 64 | 57 | 11 | 542 | 107 | 103 |
| Binary | 11100111 | 1110000 | 1111011 | 0 | 110100 | 101111 | 1001 | 101100010 | 1000111 | 1000011 |
Color Harmonies of #E7707B
Complementary color
Monochromatic Colors of #E7707B
Black with #E7707B
Text Example
Text Example
White with #E7707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7707B; }
p { color: rgb(231,112,123); }
H1.HeaderClassName
{
color: #E7707B;
}
.AnyTagClassName
{
color: #E7707B;
}
</style>
background-color css
<style>
a { background-color: #E7707B; }
a { background-color: rgb(231,112,123); }
div.DivClassName
{
background-color: #E7707B;
}
.BgClassName
{
background-color: #E7707B;
}
</style>
border-color css
<style>
span { border-color: #E7707B; }
span { border-color: rgb(231,112,123); }
td.TdClassName
{
border-color: #E7707B;
}
.TagClassName
{
border-color: #E7707B;
}
</style>