Shades of Froly #E26369
Tints of Froly #E26369
RGB
CMYK
RGB Variations
Color information
#E26369 (or 0xE26369) is known color: Froly. HEX triplet: E2, 63 and 69. RGB value is (226,99,105). Sum of RGB (Red+Green+Blue) = 226+99+105=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E26369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26369 is #1D9C96. Grayscale: #898989. Windows color (decimal): -1940631 or 6906850. OLE color: 6906850.
HSL color Cylindrical-coordinate representation of color #E26369: hue angle of 357.17º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26369 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 105 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.11 |
| HSL | 357.17º | 0.69% | 0.64% | - |
| HSV(B) | 357.17º | 0.56% | 0.89% | - |
| XYZ | 38.38 | 26.11 | 16.38 | - |
| YUV | 137.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 105 | 0 | 0.56 | 0.54 | 0.11 | 357.17 | 0.69 | 0.64 |
| Hex | E2 | 63 | 69 | 0 | 38 | 36 | B | 165 | 45 | 40 |
| Octal | 342 | 143 | 151 | 0 | 70 | 66 | 13 | 545 | 105 | 100 |
| Binary | 11100010 | 1100011 | 1101001 | 0 | 111000 | 110110 | 1011 | 101100101 | 1000101 | 1000000 |
Color Harmonies of #E26369
Complementary color
Monochromatic Colors of #E26369
Black with #E26369
Text Example
Text Example
White with #E26369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26369; }
p { color: rgb(226,99,105); }
H1.HeaderClassName
{
color: #E26369;
}
.AnyTagClassName
{
color: #E26369;
}
</style>
background-color css
<style>
a { background-color: #E26369; }
a { background-color: rgb(226,99,105); }
div.DivClassName
{
background-color: #E26369;
}
.BgClassName
{
background-color: #E26369;
}
</style>
border-color css
<style>
span { border-color: #E26369; }
span { border-color: rgb(226,99,105); }
td.TdClassName
{
border-color: #E26369;
}
.TagClassName
{
border-color: #E26369;
}
</style>