Shades of Froly #E76579
Tints of Froly #E76579
RGB
CMYK
RGB Variations
Color information
#E76579 (or 0xE76579) is known color: Froly. HEX triplet: E7, 65 and 79. RGB value is (231,101,121). Sum of RGB (Red+Green+Blue) = 231+101+121=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E76579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76579 is #189A86. Grayscale: #8E8E8E. Windows color (decimal): -1612423 or 7955943. OLE color: 7955943.
HSL color Cylindrical-coordinate representation of color #E76579: hue angle of 350.77º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76579 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 121 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.09 |
| HSL | 350.77º | 0.73% | 0.65% | - |
| HSV(B) | 350.77º | 0.56% | 0.91% | - |
| XYZ | 41.06 | 27.68 | 21.27 | - |
| YUV | 142.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 121 | 0 | 0.56 | 0.48 | 0.09 | 350.77 | 0.73 | 0.65 |
| Hex | E7 | 65 | 79 | 0 | 38 | 30 | 9 | 15F | 49 | 41 |
| Octal | 347 | 145 | 171 | 0 | 70 | 60 | 11 | 537 | 111 | 101 |
| Binary | 11100111 | 1100101 | 1111001 | 0 | 111000 | 110000 | 1001 | 101011111 | 1001001 | 1000001 |
Color Harmonies of #E76579
Complementary color
Monochromatic Colors of #E76579
Black with #E76579
Text Example
Text Example
White with #E76579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76579; }
p { color: rgb(231,101,121); }
H1.HeaderClassName
{
color: #E76579;
}
.AnyTagClassName
{
color: #E76579;
}
</style>
background-color css
<style>
a { background-color: #E76579; }
a { background-color: rgb(231,101,121); }
div.DivClassName
{
background-color: #E76579;
}
.BgClassName
{
background-color: #E76579;
}
</style>
border-color css
<style>
span { border-color: #E76579; }
span { border-color: rgb(231,101,121); }
td.TdClassName
{
border-color: #E76579;
}
.TagClassName
{
border-color: #E76579;
}
</style>