Shades of Froly #E26779
Tints of Froly #E26779
RGB
CMYK
RGB Variations
Color information
#E26779 (or 0xE26779) is known color: Froly. HEX triplet: E2, 67 and 79. RGB value is (226,103,121). Sum of RGB (Red+Green+Blue) = 226+103+121=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E26779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26779 is #1D9886. Grayscale: #8D8D8D. Windows color (decimal): -1939591 or 7956450. OLE color: 7956450.
HSL color Cylindrical-coordinate representation of color #E26779: hue angle of 351.22º 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 #E26779 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 121 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.11 |
| HSL | 351.22º | 0.68% | 0.65% | - |
| HSV(B) | 351.22º | 0.54% | 0.89% | - |
| XYZ | 39.67 | 27.25 | 21.26 | - |
| YUV | 141.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 121 | 0 | 0.54 | 0.46 | 0.11 | 351.22 | 0.68 | 0.65 |
| Hex | E2 | 67 | 79 | 0 | 36 | 2E | B | 15F | 44 | 41 |
| Octal | 342 | 147 | 171 | 0 | 66 | 56 | 13 | 537 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1111001 | 0 | 110110 | 101110 | 1011 | 101011111 | 1000100 | 1000001 |
Color Harmonies of #E26779
Complementary color
Monochromatic Colors of #E26779
Black with #E26779
Text Example
Text Example
White with #E26779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26779; }
p { color: rgb(226,103,121); }
H1.HeaderClassName
{
color: #E26779;
}
.AnyTagClassName
{
color: #E26779;
}
</style>
background-color css
<style>
a { background-color: #E26779; }
a { background-color: rgb(226,103,121); }
div.DivClassName
{
background-color: #E26779;
}
.BgClassName
{
background-color: #E26779;
}
</style>
border-color css
<style>
span { border-color: #E26779; }
span { border-color: rgb(226,103,121); }
td.TdClassName
{
border-color: #E26779;
}
.TagClassName
{
border-color: #E26779;
}
</style>