Shades of Froly #E2676C
Tints of Froly #E2676C
RGB
CMYK
RGB Variations
Color information
#E2676C (or 0xE2676C) is known color: Froly. HEX triplet: E2, 67 and 6C. RGB value is (226,103,108). Sum of RGB (Red+Green+Blue) = 226+103+108=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2676C is #1D9893. Grayscale: #8C8C8C. Windows color (decimal): -1939604 or 7104482. OLE color: 7104482.
HSL color Cylindrical-coordinate representation of color #E2676C: hue angle of 357.56º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2676C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 108 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.11 |
| HSL | 357.56º | 0.68% | 0.65% | - |
| HSV(B) | 357.56º | 0.54% | 0.89% | - |
| XYZ | 38.92 | 26.95 | 17.34 | - |
| YUV | 140.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 108 | 0 | 0.54 | 0.52 | 0.11 | 357.56 | 0.68 | 0.65 |
| Hex | E2 | 67 | 6C | 0 | 36 | 34 | B | 166 | 44 | 41 |
| Octal | 342 | 147 | 154 | 0 | 66 | 64 | 13 | 546 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1101100 | 0 | 110110 | 110100 | 1011 | 101100110 | 1000100 | 1000001 |
Color Harmonies of #E2676C
Complementary color
Monochromatic Colors of #E2676C
Black with #E2676C
Text Example
Text Example
White with #E2676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2676C; }
p { color: rgb(226,103,108); }
H1.HeaderClassName
{
color: #E2676C;
}
.AnyTagClassName
{
color: #E2676C;
}
</style>
background-color css
<style>
a { background-color: #E2676C; }
a { background-color: rgb(226,103,108); }
div.DivClassName
{
background-color: #E2676C;
}
.BgClassName
{
background-color: #E2676C;
}
</style>
border-color css
<style>
span { border-color: #E2676C; }
span { border-color: rgb(226,103,108); }
td.TdClassName
{
border-color: #E2676C;
}
.TagClassName
{
border-color: #E2676C;
}
</style>