Shades of Flamingo #E26254
Tints of Flamingo #E26254
RGB
CMYK
RGB Variations
Color information
#E26254 (or 0xE26254) is known color: Flamingo. HEX triplet: E2, 62 and 54. RGB value is (226,98,84). Sum of RGB (Red+Green+Blue) = 226+98+84=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E26254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26254 is #1D9DAB. Grayscale: #868686. Windows color (decimal): -1940908 or 5530338. OLE color: 5530338.
HSL color Cylindrical-coordinate representation of color #E26254: hue angle of 5.92º 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 #E26254 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 84 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.11 |
| HSL | 5.92º | 0.71% | 0.61% | - |
| HSV(B) | 5.92º | 0.63% | 0.89% | - |
| XYZ | 37.33 | 25.54 | 11.35 | - |
| YUV | 134.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 84 | 0 | 0.57 | 0.63 | 0.11 | 5.92 | 0.71 | 0.61 |
| Hex | E2 | 62 | 54 | 0 | 39 | 3F | B | 6 | 47 | 3D |
| Octal | 342 | 142 | 124 | 0 | 71 | 77 | 13 | 6 | 107 | 75 |
| Binary | 11100010 | 1100010 | 1010100 | 0 | 111001 | 111111 | 1011 | 110 | 1000111 | 111101 |
Color Harmonies of #E26254
Complementary color
Monochromatic Colors of #E26254
Black with #E26254
Text Example
Text Example
White with #E26254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26254; }
p { color: rgb(226,98,84); }
H1.HeaderClassName
{
color: #E26254;
}
.AnyTagClassName
{
color: #E26254;
}
</style>
background-color css
<style>
a { background-color: #E26254; }
a { background-color: rgb(226,98,84); }
div.DivClassName
{
background-color: #E26254;
}
.BgClassName
{
background-color: #E26254;
}
</style>
border-color css
<style>
span { border-color: #E26254; }
span { border-color: rgb(226,98,84); }
td.TdClassName
{
border-color: #E26254;
}
.TagClassName
{
border-color: #E26254;
}
</style>