Shades of Flamingo #E2594C
Tints of Flamingo #E2594C
RGB
CMYK
RGB Variations
Color information
#E2594C (or 0xE2594C) is known color: Flamingo. HEX triplet: E2, 59 and 4C. RGB value is (226,89,76). Sum of RGB (Red+Green+Blue) = 226+89+76=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2594C is #1DA6B3. Grayscale: #808080. Windows color (decimal): -1943220 or 5003746. OLE color: 5003746.
HSL color Cylindrical-coordinate representation of color #E2594C: hue angle of 5.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2594C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 76 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.11 |
| HSL | 5.2º | 0.72% | 0.59% | - |
| HSV(B) | 5.2º | 0.66% | 0.89% | - |
| XYZ | 36.24 | 23.84 | 9.53 | - |
| YUV | 128.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 76 | 0 | 0.61 | 0.66 | 0.11 | 5.2 | 0.72 | 0.59 |
| Hex | E2 | 59 | 4C | 0 | 3D | 42 | B | 5 | 48 | 3B |
| Octal | 342 | 131 | 114 | 0 | 75 | 102 | 13 | 5 | 110 | 73 |
| Binary | 11100010 | 1011001 | 1001100 | 0 | 111101 | 1000010 | 1011 | 101 | 1001000 | 111011 |
Color Harmonies of #E2594C
Complementary color
Monochromatic Colors of #E2594C
Black with #E2594C
Text Example
Text Example
White with #E2594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2594C; }
p { color: rgb(226,89,76); }
H1.HeaderClassName
{
color: #E2594C;
}
.AnyTagClassName
{
color: #E2594C;
}
</style>
background-color css
<style>
a { background-color: #E2594C; }
a { background-color: rgb(226,89,76); }
div.DivClassName
{
background-color: #E2594C;
}
.BgClassName
{
background-color: #E2594C;
}
</style>
border-color css
<style>
span { border-color: #E2594C; }
span { border-color: rgb(226,89,76); }
td.TdClassName
{
border-color: #E2594C;
}
.TagClassName
{
border-color: #E2594C;
}
</style>