Shades of Froly #E26269
Tints of Froly #E26269
RGB
CMYK
RGB Variations
Color information
#E26269 (or 0xE26269) is known color: Froly. HEX triplet: E2, 62 and 69. RGB value is (226,98,105). Sum of RGB (Red+Green+Blue) = 226+98+105=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E26269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26269 is #1D9D96. Grayscale: #898989. Windows color (decimal): -1940887 or 6906594. OLE color: 6906594.
HSL color Cylindrical-coordinate representation of color #E26269: hue angle of 356.72º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26269 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 105 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.11 |
| HSL | 356.72º | 0.69% | 0.64% | - |
| HSV(B) | 356.72º | 0.57% | 0.89% | - |
| XYZ | 38.28 | 25.92 | 16.35 | - |
| YUV | 137.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 105 | 0 | 0.57 | 0.54 | 0.11 | 356.72 | 0.69 | 0.64 |
| Hex | E2 | 62 | 69 | 0 | 39 | 36 | B | 165 | 45 | 40 |
| Octal | 342 | 142 | 151 | 0 | 71 | 66 | 13 | 545 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1101001 | 0 | 111001 | 110110 | 1011 | 101100101 | 1000101 | 1000000 |
Color Harmonies of #E26269
Complementary color
Monochromatic Colors of #E26269
Black with #E26269
Text Example
Text Example
White with #E26269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26269; }
p { color: rgb(226,98,105); }
H1.HeaderClassName
{
color: #E26269;
}
.AnyTagClassName
{
color: #E26269;
}
</style>
background-color css
<style>
a { background-color: #E26269; }
a { background-color: rgb(226,98,105); }
div.DivClassName
{
background-color: #E26269;
}
.BgClassName
{
background-color: #E26269;
}
</style>
border-color css
<style>
span { border-color: #E26269; }
span { border-color: rgb(226,98,105); }
td.TdClassName
{
border-color: #E26269;
}
.TagClassName
{
border-color: #E26269;
}
</style>