Shades of Froly #E2676B
Tints of Froly #E2676B
RGB
CMYK
RGB Variations
Color information
#E2676B (or 0xE2676B) is known color: Froly. HEX triplet: E2, 67 and 6B. RGB value is (226,103,107). Sum of RGB (Red+Green+Blue) = 226+103+107=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2676B is #1D9894. Grayscale: #8C8C8C. Windows color (decimal): -1939605 or 7038946. OLE color: 7038946.
HSL color Cylindrical-coordinate representation of color #E2676B: hue angle of 358.05º 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 #E2676B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 107 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.11 |
| HSL | 358.05º | 0.68% | 0.65% | - |
| HSV(B) | 358.05º | 0.54% | 0.89% | - |
| XYZ | 38.87 | 26.93 | 17.06 | - |
| YUV | 140.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 107 | 0 | 0.54 | 0.53 | 0.11 | 358.05 | 0.68 | 0.65 |
| Hex | E2 | 67 | 6B | 0 | 36 | 35 | B | 166 | 44 | 41 |
| Octal | 342 | 147 | 153 | 0 | 66 | 65 | 13 | 546 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1101011 | 0 | 110110 | 110101 | 1011 | 101100110 | 1000100 | 1000001 |
Color Harmonies of #E2676B
Complementary color
Monochromatic Colors of #E2676B
Black with #E2676B
Text Example
Text Example
White with #E2676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2676B; }
p { color: rgb(226,103,107); }
H1.HeaderClassName
{
color: #E2676B;
}
.AnyTagClassName
{
color: #E2676B;
}
</style>
background-color css
<style>
a { background-color: #E2676B; }
a { background-color: rgb(226,103,107); }
div.DivClassName
{
background-color: #E2676B;
}
.BgClassName
{
background-color: #E2676B;
}
</style>
border-color css
<style>
span { border-color: #E2676B; }
span { border-color: rgb(226,103,107); }
td.TdClassName
{
border-color: #E2676B;
}
.TagClassName
{
border-color: #E2676B;
}
</style>