Shades of Froly #E7737D
Tints of Froly #E7737D
RGB
CMYK
RGB Variations
Color information
#E7737D (or 0xE7737D) is known color: Froly. HEX triplet: E7, 73 and 7D. RGB value is (231,115,125). Sum of RGB (Red+Green+Blue) = 231+115+125=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7737D is #188C82. Grayscale: #969696. Windows color (decimal): -1608835 or 8221671. OLE color: 8221671.
HSL color Cylindrical-coordinate representation of color #E7737D: hue angle of 354.83º 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 #E7737D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 125 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.09 |
| HSL | 354.83º | 0.71% | 0.68% | - |
| HSV(B) | 354.83º | 0.5% | 0.91% | - |
| XYZ | 42.79 | 30.73 | 23.08 | - |
| YUV | 150.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 125 | 0 | 0.50 | 0.46 | 0.09 | 354.83 | 0.71 | 0.68 |
| Hex | E7 | 73 | 7D | 0 | 32 | 2E | 9 | 163 | 47 | 44 |
| Octal | 347 | 163 | 175 | 0 | 62 | 56 | 11 | 543 | 107 | 104 |
| Binary | 11100111 | 1110011 | 1111101 | 0 | 110010 | 101110 | 1001 | 101100011 | 1000111 | 1000100 |
Color Harmonies of #E7737D
Complementary color
Monochromatic Colors of #E7737D
Black with #E7737D
Text Example
Text Example
White with #E7737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7737D; }
p { color: rgb(231,115,125); }
H1.HeaderClassName
{
color: #E7737D;
}
.AnyTagClassName
{
color: #E7737D;
}
</style>
background-color css
<style>
a { background-color: #E7737D; }
a { background-color: rgb(231,115,125); }
div.DivClassName
{
background-color: #E7737D;
}
.BgClassName
{
background-color: #E7737D;
}
</style>
border-color css
<style>
span { border-color: #E7737D; }
span { border-color: rgb(231,115,125); }
td.TdClassName
{
border-color: #E7737D;
}
.TagClassName
{
border-color: #E7737D;
}
</style>