Shades of Froly #E2677B
Tints of Froly #E2677B
RGB
CMYK
RGB Variations
Color information
#E2677B (or 0xE2677B) is known color: Froly. HEX triplet: E2, 67 and 7B. RGB value is (226,103,123). Sum of RGB (Red+Green+Blue) = 226+103+123=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2677B is #1D9884. Grayscale: #8E8E8E. Windows color (decimal): -1939589 or 8087522. OLE color: 8087522.
HSL color Cylindrical-coordinate representation of color #E2677B: hue angle of 350.24º 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 #E2677B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 123 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.11 |
| HSL | 350.24º | 0.68% | 0.65% | - |
| HSV(B) | 350.24º | 0.54% | 0.89% | - |
| XYZ | 39.79 | 27.3 | 21.91 | - |
| YUV | 142.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 123 | 0 | 0.54 | 0.46 | 0.11 | 350.24 | 0.68 | 0.65 |
| Hex | E2 | 67 | 7B | 0 | 36 | 2E | B | 15E | 44 | 41 |
| Octal | 342 | 147 | 173 | 0 | 66 | 56 | 13 | 536 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1111011 | 0 | 110110 | 101110 | 1011 | 101011110 | 1000100 | 1000001 |
Color Harmonies of #E2677B
Complementary color
Monochromatic Colors of #E2677B
Black with #E2677B
Text Example
Text Example
White with #E2677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2677B; }
p { color: rgb(226,103,123); }
H1.HeaderClassName
{
color: #E2677B;
}
.AnyTagClassName
{
color: #E2677B;
}
</style>
background-color css
<style>
a { background-color: #E2677B; }
a { background-color: rgb(226,103,123); }
div.DivClassName
{
background-color: #E2677B;
}
.BgClassName
{
background-color: #E2677B;
}
</style>
border-color css
<style>
span { border-color: #E2677B; }
span { border-color: rgb(226,103,123); }
td.TdClassName
{
border-color: #E2677B;
}
.TagClassName
{
border-color: #E2677B;
}
</style>