Shades of Froly #E76679
Tints of Froly #E76679
RGB
CMYK
RGB Variations
Color information
#E76679 (or 0xE76679) is known color: Froly. HEX triplet: E7, 66 and 79. RGB value is (231,102,121). Sum of RGB (Red+Green+Blue) = 231+102+121=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E76679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76679 is #189986. Grayscale: #8E8E8E. Windows color (decimal): -1612167 or 7956199. OLE color: 7956199.
HSL color Cylindrical-coordinate representation of color #E76679: hue angle of 351.16º 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 #E76679 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 121 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.09 |
| HSL | 351.16º | 0.73% | 0.65% | - |
| HSV(B) | 351.16º | 0.56% | 0.91% | - |
| XYZ | 41.16 | 27.87 | 21.3 | - |
| YUV | 142.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 121 | 0 | 0.56 | 0.48 | 0.09 | 351.16 | 0.73 | 0.65 |
| Hex | E7 | 66 | 79 | 0 | 38 | 30 | 9 | 15F | 49 | 41 |
| Octal | 347 | 146 | 171 | 0 | 70 | 60 | 11 | 537 | 111 | 101 |
| Binary | 11100111 | 1100110 | 1111001 | 0 | 111000 | 110000 | 1001 | 101011111 | 1001001 | 1000001 |
Color Harmonies of #E76679
Complementary color
Monochromatic Colors of #E76679
Black with #E76679
Text Example
Text Example
White with #E76679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76679; }
p { color: rgb(231,102,121); }
H1.HeaderClassName
{
color: #E76679;
}
.AnyTagClassName
{
color: #E76679;
}
</style>
background-color css
<style>
a { background-color: #E76679; }
a { background-color: rgb(231,102,121); }
div.DivClassName
{
background-color: #E76679;
}
.BgClassName
{
background-color: #E76679;
}
</style>
border-color css
<style>
span { border-color: #E76679; }
span { border-color: rgb(231,102,121); }
td.TdClassName
{
border-color: #E76679;
}
.TagClassName
{
border-color: #E76679;
}
</style>