Shades of Froly #E26F7B
Tints of Froly #E26F7B
RGB
CMYK
RGB Variations
Color information
#E26F7B (or 0xE26F7B) is known color: Froly. HEX triplet: E2, 6F and 7B. RGB value is (226,111,123). Sum of RGB (Red+Green+Blue) = 226+111+123=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F7B is #1D9084. Grayscale: #929292. Windows color (decimal): -1937541 or 8089570. OLE color: 8089570.
HSL color Cylindrical-coordinate representation of color #E26F7B: hue angle of 353.74º degrees, saturation: 0.66, 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 #E26F7B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 123 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.11 |
| HSL | 353.74º | 0.66% | 0.66% | - |
| HSV(B) | 353.74º | 0.51% | 0.89% | - |
| XYZ | 40.62 | 28.97 | 22.19 | - |
| YUV | 146.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 123 | 0 | 0.51 | 0.46 | 0.11 | 353.74 | 0.66 | 0.66 |
| Hex | E2 | 6F | 7B | 0 | 33 | 2E | B | 162 | 42 | 42 |
| Octal | 342 | 157 | 173 | 0 | 63 | 56 | 13 | 542 | 102 | 102 |
| Binary | 11100010 | 1101111 | 1111011 | 0 | 110011 | 101110 | 1011 | 101100010 | 1000010 | 1000010 |
Color Harmonies of #E26F7B
Complementary color
Monochromatic Colors of #E26F7B
Black with #E26F7B
Text Example
Text Example
White with #E26F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F7B; }
p { color: rgb(226,111,123); }
H1.HeaderClassName
{
color: #E26F7B;
}
.AnyTagClassName
{
color: #E26F7B;
}
</style>
background-color css
<style>
a { background-color: #E26F7B; }
a { background-color: rgb(226,111,123); }
div.DivClassName
{
background-color: #E26F7B;
}
.BgClassName
{
background-color: #E26F7B;
}
</style>
border-color css
<style>
span { border-color: #E26F7B; }
span { border-color: rgb(226,111,123); }
td.TdClassName
{
border-color: #E26F7B;
}
.TagClassName
{
border-color: #E26F7B;
}
</style>