Shades of Froly #E26063
Tints of Froly #E26063
RGB
CMYK
RGB Variations
Color information
#E26063 (or 0xE26063) is known color: Froly. HEX triplet: E2, 60 and 63. RGB value is (226,96,99). Sum of RGB (Red+Green+Blue) = 226+96+99=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E26063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26063 is #1D9F9C. Grayscale: #878787. Windows color (decimal): -1941405 or 6512866. OLE color: 6512866.
HSL color Cylindrical-coordinate representation of color #E26063: hue angle of 358.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26063 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 99 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.11 |
| HSL | 358.62º | 0.69% | 0.63% | - |
| HSV(B) | 358.62º | 0.58% | 0.89% | - |
| XYZ | 37.8 | 25.44 | 14.72 | - |
| YUV | 135.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 99 | 0 | 0.58 | 0.56 | 0.11 | 358.62 | 0.69 | 0.63 |
| Hex | E2 | 60 | 63 | 0 | 3A | 38 | B | 167 | 45 | 3F |
| Octal | 342 | 140 | 143 | 0 | 72 | 70 | 13 | 547 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1100011 | 0 | 111010 | 111000 | 1011 | 101100111 | 1000101 | 111111 |
Color Harmonies of #E26063
Complementary color
Monochromatic Colors of #E26063
Black with #E26063
Text Example
Text Example
White with #E26063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26063; }
p { color: rgb(226,96,99); }
H1.HeaderClassName
{
color: #E26063;
}
.AnyTagClassName
{
color: #E26063;
}
</style>
background-color css
<style>
a { background-color: #E26063; }
a { background-color: rgb(226,96,99); }
div.DivClassName
{
background-color: #E26063;
}
.BgClassName
{
background-color: #E26063;
}
</style>
border-color css
<style>
span { border-color: #E26063; }
span { border-color: rgb(226,96,99); }
td.TdClassName
{
border-color: #E26063;
}
.TagClassName
{
border-color: #E26063;
}
</style>