Shades of Froly #E7747D
Tints of Froly #E7747D
RGB
CMYK
RGB Variations
Color information
#E7747D (or 0xE7747D) is known color: Froly. HEX triplet: E7, 74 and 7D. RGB value is (231,116,125). Sum of RGB (Red+Green+Blue) = 231+116+125=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7747D is #188B82. Grayscale: #979797. Windows color (decimal): -1608579 or 8221927. OLE color: 8221927.
HSL color Cylindrical-coordinate representation of color #E7747D: hue angle of 355.3º 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 #E7747D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 125 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.09 |
| HSL | 355.3º | 0.71% | 0.68% | - |
| HSV(B) | 355.3º | 0.5% | 0.91% | - |
| XYZ | 42.9 | 30.96 | 23.12 | - |
| YUV | 151.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 125 | 0 | 0.50 | 0.46 | 0.09 | 355.3 | 0.71 | 0.68 |
| Hex | E7 | 74 | 7D | 0 | 32 | 2E | 9 | 163 | 47 | 44 |
| Octal | 347 | 164 | 175 | 0 | 62 | 56 | 11 | 543 | 107 | 104 |
| Binary | 11100111 | 1110100 | 1111101 | 0 | 110010 | 101110 | 1001 | 101100011 | 1000111 | 1000100 |
Color Harmonies of #E7747D
Complementary color
Monochromatic Colors of #E7747D
Black with #E7747D
Text Example
Text Example
White with #E7747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7747D; }
p { color: rgb(231,116,125); }
H1.HeaderClassName
{
color: #E7747D;
}
.AnyTagClassName
{
color: #E7747D;
}
</style>
background-color css
<style>
a { background-color: #E7747D; }
a { background-color: rgb(231,116,125); }
div.DivClassName
{
background-color: #E7747D;
}
.BgClassName
{
background-color: #E7747D;
}
</style>
border-color css
<style>
span { border-color: #E7747D; }
span { border-color: rgb(231,116,125); }
td.TdClassName
{
border-color: #E7747D;
}
.TagClassName
{
border-color: #E7747D;
}
</style>