Shades of Froly #E26E7A
Tints of Froly #E26E7A
RGB
CMYK
RGB Variations
Color information
#E26E7A (or 0xE26E7A) is known color: Froly. HEX triplet: E2, 6E and 7A. RGB value is (226,110,122). Sum of RGB (Red+Green+Blue) = 226+110+122=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E7A is #1D9185. Grayscale: #929292. Windows color (decimal): -1937798 or 8023778. OLE color: 8023778.
HSL color Cylindrical-coordinate representation of color #E26E7A: hue angle of 353.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26E7A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 122 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.11 |
| HSL | 353.79º | 0.67% | 0.66% | - |
| HSV(B) | 353.79º | 0.51% | 0.89% | - |
| XYZ | 40.45 | 28.73 | 21.82 | - |
| YUV | 146.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 122 | 0 | 0.51 | 0.46 | 0.11 | 353.79 | 0.67 | 0.66 |
| Hex | E2 | 6E | 7A | 0 | 33 | 2E | B | 162 | 43 | 42 |
| Octal | 342 | 156 | 172 | 0 | 63 | 56 | 13 | 542 | 103 | 102 |
| Binary | 11100010 | 1101110 | 1111010 | 0 | 110011 | 101110 | 1011 | 101100010 | 1000011 | 1000010 |
Color Harmonies of #E26E7A
Complementary color
Monochromatic Colors of #E26E7A
Black with #E26E7A
Text Example
Text Example
White with #E26E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E7A; }
p { color: rgb(226,110,122); }
H1.HeaderClassName
{
color: #E26E7A;
}
.AnyTagClassName
{
color: #E26E7A;
}
</style>
background-color css
<style>
a { background-color: #E26E7A; }
a { background-color: rgb(226,110,122); }
div.DivClassName
{
background-color: #E26E7A;
}
.BgClassName
{
background-color: #E26E7A;
}
</style>
border-color css
<style>
span { border-color: #E26E7A; }
span { border-color: rgb(226,110,122); }
td.TdClassName
{
border-color: #E26E7A;
}
.TagClassName
{
border-color: #E26E7A;
}
</style>