Shades of Froly #E7777D
Tints of Froly #E7777D
RGB
CMYK
RGB Variations
Color information
#E7777D (or 0xE7777D) is known color: Froly. HEX triplet: E7, 77 and 7D. RGB value is (231,119,125). Sum of RGB (Red+Green+Blue) = 231+119+125=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7777D is #188882. Grayscale: #999999. Windows color (decimal): -1607811 or 8222695. OLE color: 8222695.
HSL color Cylindrical-coordinate representation of color #E7777D: hue angle of 356.79º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7777D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 125 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.09 |
| HSL | 356.79º | 0.7% | 0.69% | - |
| HSV(B) | 356.79º | 0.48% | 0.91% | - |
| XYZ | 43.25 | 31.66 | 23.23 | - |
| YUV | 153.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 125 | 0 | 0.48 | 0.46 | 0.09 | 356.79 | 0.7 | 0.69 |
| Hex | E7 | 77 | 7D | 0 | 30 | 2E | 9 | 165 | 46 | 45 |
| Octal | 347 | 167 | 175 | 0 | 60 | 56 | 11 | 545 | 106 | 105 |
| Binary | 11100111 | 1110111 | 1111101 | 0 | 110000 | 101110 | 1001 | 101100101 | 1000110 | 1000101 |
Color Harmonies of #E7777D
Complementary color
Monochromatic Colors of #E7777D
Black with #E7777D
Text Example
Text Example
White with #E7777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7777D; }
p { color: rgb(231,119,125); }
H1.HeaderClassName
{
color: #E7777D;
}
.AnyTagClassName
{
color: #E7777D;
}
</style>
background-color css
<style>
a { background-color: #E7777D; }
a { background-color: rgb(231,119,125); }
div.DivClassName
{
background-color: #E7777D;
}
.BgClassName
{
background-color: #E7777D;
}
</style>
border-color css
<style>
span { border-color: #E7777D; }
span { border-color: rgb(231,119,125); }
td.TdClassName
{
border-color: #E7777D;
}
.TagClassName
{
border-color: #E7777D;
}
</style>