Shades of Flamingo #E26357
Tints of Flamingo #E26357
RGB
CMYK
RGB Variations
Color information
#E26357 (or 0xE26357) is known color: Flamingo. HEX triplet: E2, 63 and 57. RGB value is (226,99,87). Sum of RGB (Red+Green+Blue) = 226+99+87=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E26357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26357 is #1D9CA8. Grayscale: #878787. Windows color (decimal): -1940649 or 5727202. OLE color: 5727202.
HSL color Cylindrical-coordinate representation of color #E26357: hue angle of 5.18º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E26357 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 87 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.11 |
| HSL | 5.18º | 0.71% | 0.61% | - |
| HSV(B) | 5.18º | 0.62% | 0.89% | - |
| XYZ | 37.55 | 25.78 | 12.01 | - |
| YUV | 135.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 87 | 0 | 0.56 | 0.62 | 0.11 | 5.18 | 0.71 | 0.61 |
| Hex | E2 | 63 | 57 | 0 | 38 | 3E | B | 5 | 47 | 3D |
| Octal | 342 | 143 | 127 | 0 | 70 | 76 | 13 | 5 | 107 | 75 |
| Binary | 11100010 | 1100011 | 1010111 | 0 | 111000 | 111110 | 1011 | 101 | 1000111 | 111101 |
Color Harmonies of #E26357
Complementary color
Monochromatic Colors of #E26357
Black with #E26357
Text Example
Text Example
White with #E26357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26357; }
p { color: rgb(226,99,87); }
H1.HeaderClassName
{
color: #E26357;
}
.AnyTagClassName
{
color: #E26357;
}
</style>
background-color css
<style>
a { background-color: #E26357; }
a { background-color: rgb(226,99,87); }
div.DivClassName
{
background-color: #E26357;
}
.BgClassName
{
background-color: #E26357;
}
</style>
border-color css
<style>
span { border-color: #E26357; }
span { border-color: rgb(226,99,87); }
td.TdClassName
{
border-color: #E26357;
}
.TagClassName
{
border-color: #E26357;
}
</style>