Shades of Flamingo #E26553
Tints of Flamingo #E26553
RGB
CMYK
RGB Variations
Color information
#E26553 (or 0xE26553) is known color: Flamingo. HEX triplet: E2, 65 and 53. RGB value is (226,101,83). Sum of RGB (Red+Green+Blue) = 226+101+83=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E26553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26553 is #1D9AAC. Grayscale: #888888. Windows color (decimal): -1940141 or 5465570. OLE color: 5465570.
HSL color Cylindrical-coordinate representation of color #E26553: hue angle of 7.55º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E26553 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 83 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.11 |
| HSL | 7.55º | 0.71% | 0.61% | - |
| HSV(B) | 7.55º | 0.63% | 0.89% | - |
| XYZ | 37.58 | 26.1 | 11.24 | - |
| YUV | 136.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 83 | 0 | 0.55 | 0.63 | 0.11 | 7.55 | 0.71 | 0.61 |
| Hex | E2 | 65 | 53 | 0 | 37 | 3F | B | 8 | 47 | 3D |
| Octal | 342 | 145 | 123 | 0 | 67 | 77 | 13 | 10 | 107 | 75 |
| Binary | 11100010 | 1100101 | 1010011 | 0 | 110111 | 111111 | 1011 | 1000 | 1000111 | 111101 |
Color Harmonies of #E26553
Complementary color
Monochromatic Colors of #E26553
Black with #E26553
Text Example
Text Example
White with #E26553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26553; }
p { color: rgb(226,101,83); }
H1.HeaderClassName
{
color: #E26553;
}
.AnyTagClassName
{
color: #E26553;
}
</style>
background-color css
<style>
a { background-color: #E26553; }
a { background-color: rgb(226,101,83); }
div.DivClassName
{
background-color: #E26553;
}
.BgClassName
{
background-color: #E26553;
}
</style>
border-color css
<style>
span { border-color: #E26553; }
span { border-color: rgb(226,101,83); }
td.TdClassName
{
border-color: #E26553;
}
.TagClassName
{
border-color: #E26553;
}
</style>