Shades of Froly #E77881
Tints of Froly #E77881
RGB
CMYK
RGB Variations
Color information
#E77881 (or 0xE77881) is known color: Froly. HEX triplet: E7, 78 and 81. RGB value is (231,120,129). Sum of RGB (Red+Green+Blue) = 231+120+129=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77881 is #18877E. Grayscale: #9A9A9A. Windows color (decimal): -1607551 or 8485095. OLE color: 8485095.
HSL color Cylindrical-coordinate representation of color #E77881: hue angle of 355.14º 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 #E77881 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 129 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.09 |
| HSL | 355.14º | 0.7% | 0.69% | - |
| HSV(B) | 355.14º | 0.48% | 0.91% | - |
| XYZ | 43.63 | 32.01 | 24.65 | - |
| YUV | 154.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 129 | 0 | 0.48 | 0.44 | 0.09 | 355.14 | 0.7 | 0.69 |
| Hex | E7 | 78 | 81 | 0 | 30 | 2C | 9 | 163 | 46 | 45 |
| Octal | 347 | 170 | 201 | 0 | 60 | 54 | 11 | 543 | 106 | 105 |
| Binary | 11100111 | 1111000 | 10000001 | 0 | 110000 | 101100 | 1001 | 101100011 | 1000110 | 1000101 |
Color Harmonies of #E77881
Complementary color
Monochromatic Colors of #E77881
Black with #E77881
Text Example
Text Example
White with #E77881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77881; }
p { color: rgb(231,120,129); }
H1.HeaderClassName
{
color: #E77881;
}
.AnyTagClassName
{
color: #E77881;
}
</style>
background-color css
<style>
a { background-color: #E77881; }
a { background-color: rgb(231,120,129); }
div.DivClassName
{
background-color: #E77881;
}
.BgClassName
{
background-color: #E77881;
}
</style>
border-color css
<style>
span { border-color: #E77881; }
span { border-color: rgb(231,120,129); }
td.TdClassName
{
border-color: #E77881;
}
.TagClassName
{
border-color: #E77881;
}
</style>