Shades of Froly #E77380
Tints of Froly #E77380
RGB
CMYK
RGB Variations
Color information
#E77380 (or 0xE77380) is known color: Froly. HEX triplet: E7, 73 and 80. RGB value is (231,115,128). Sum of RGB (Red+Green+Blue) = 231+115+128=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77380 is #188C7F. Grayscale: #979797. Windows color (decimal): -1608832 or 8418279. OLE color: 8418279.
HSL color Cylindrical-coordinate representation of color #E77380: hue angle of 353.28º 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 #E77380 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 128 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.09 |
| HSL | 353.28º | 0.71% | 0.68% | - |
| HSV(B) | 353.28º | 0.5% | 0.91% | - |
| XYZ | 42.98 | 30.81 | 24.1 | - |
| YUV | 151.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 128 | 0 | 0.50 | 0.45 | 0.09 | 353.28 | 0.71 | 0.68 |
| Hex | E7 | 73 | 80 | 0 | 32 | 2D | 9 | 161 | 47 | 44 |
| Octal | 347 | 163 | 200 | 0 | 62 | 55 | 11 | 541 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10000000 | 0 | 110010 | 101101 | 1001 | 101100001 | 1000111 | 1000100 |
Color Harmonies of #E77380
Complementary color
Monochromatic Colors of #E77380
Black with #E77380
Text Example
Text Example
White with #E77380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77380; }
p { color: rgb(231,115,128); }
H1.HeaderClassName
{
color: #E77380;
}
.AnyTagClassName
{
color: #E77380;
}
</style>
background-color css
<style>
a { background-color: #E77380; }
a { background-color: rgb(231,115,128); }
div.DivClassName
{
background-color: #E77380;
}
.BgClassName
{
background-color: #E77380;
}
</style>
border-color css
<style>
span { border-color: #E77380; }
span { border-color: rgb(231,115,128); }
td.TdClassName
{
border-color: #E77380;
}
.TagClassName
{
border-color: #E77380;
}
</style>