Shades of Flamingo #E26552
Tints of Flamingo #E26552
RGB
CMYK
RGB Variations
Color information
#E26552 (or 0xE26552) is known color: Flamingo. HEX triplet: E2, 65 and 52. RGB value is (226,101,82). Sum of RGB (Red+Green+Blue) = 226+101+82=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E26552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26552 is #1D9AAD. Grayscale: #888888. Windows color (decimal): -1940142 or 5400034. OLE color: 5400034.
HSL color Cylindrical-coordinate representation of color #E26552: hue angle of 7.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E26552 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 82 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.11 |
| HSL | 7.92º | 0.71% | 0.6% | - |
| HSV(B) | 7.92º | 0.64% | 0.89% | - |
| XYZ | 37.54 | 26.09 | 11.04 | - |
| YUV | 136.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 82 | 0 | 0.55 | 0.64 | 0.11 | 7.92 | 0.71 | 0.6 |
| Hex | E2 | 65 | 52 | 0 | 37 | 40 | B | 8 | 47 | 3C |
| Octal | 342 | 145 | 122 | 0 | 67 | 100 | 13 | 10 | 107 | 74 |
| Binary | 11100010 | 1100101 | 1010010 | 0 | 110111 | 1000000 | 1011 | 1000 | 1000111 | 111100 |
Color Harmonies of #E26552
Complementary color
Monochromatic Colors of #E26552
Black with #E26552
Text Example
Text Example
White with #E26552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26552; }
p { color: rgb(226,101,82); }
H1.HeaderClassName
{
color: #E26552;
}
.AnyTagClassName
{
color: #E26552;
}
</style>
background-color css
<style>
a { background-color: #E26552; }
a { background-color: rgb(226,101,82); }
div.DivClassName
{
background-color: #E26552;
}
.BgClassName
{
background-color: #E26552;
}
</style>
border-color css
<style>
span { border-color: #E26552; }
span { border-color: rgb(226,101,82); }
td.TdClassName
{
border-color: #E26552;
}
.TagClassName
{
border-color: #E26552;
}
</style>