Shades of Froly #E2677A
Tints of Froly #E2677A
RGB
CMYK
RGB Variations
Color information
#E2677A (or 0xE2677A) is known color: Froly. HEX triplet: E2, 67 and 7A. RGB value is (226,103,122). Sum of RGB (Red+Green+Blue) = 226+103+122=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2677A is #1D9885. Grayscale: #8D8D8D. Windows color (decimal): -1939590 or 8021986. OLE color: 8021986.
HSL color Cylindrical-coordinate representation of color #E2677A: hue angle of 350.73º 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 #E2677A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 122 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.11 |
| HSL | 350.73º | 0.68% | 0.65% | - |
| HSV(B) | 350.73º | 0.54% | 0.89% | - |
| XYZ | 39.73 | 27.27 | 21.58 | - |
| YUV | 141.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 122 | 0 | 0.54 | 0.46 | 0.11 | 350.73 | 0.68 | 0.65 |
| Hex | E2 | 67 | 7A | 0 | 36 | 2E | B | 15F | 44 | 41 |
| Octal | 342 | 147 | 172 | 0 | 66 | 56 | 13 | 537 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1111010 | 0 | 110110 | 101110 | 1011 | 101011111 | 1000100 | 1000001 |
Color Harmonies of #E2677A
Complementary color
Monochromatic Colors of #E2677A
Black with #E2677A
Text Example
Text Example
White with #E2677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2677A; }
p { color: rgb(226,103,122); }
H1.HeaderClassName
{
color: #E2677A;
}
.AnyTagClassName
{
color: #E2677A;
}
</style>
background-color css
<style>
a { background-color: #E2677A; }
a { background-color: rgb(226,103,122); }
div.DivClassName
{
background-color: #E2677A;
}
.BgClassName
{
background-color: #E2677A;
}
</style>
border-color css
<style>
span { border-color: #E2677A; }
span { border-color: rgb(226,103,122); }
td.TdClassName
{
border-color: #E2677A;
}
.TagClassName
{
border-color: #E2677A;
}
</style>