Shades of Flamingo #E2594B
Tints of Flamingo #E2594B
RGB
CMYK
RGB Variations
Color information
#E2594B (or 0xE2594B) is known color: Flamingo. HEX triplet: E2, 59 and 4B. RGB value is (226,89,75). Sum of RGB (Red+Green+Blue) = 226+89+75=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2594B is #1DA6B4. Grayscale: #808080. Windows color (decimal): -1943221 or 4938210. OLE color: 4938210.
HSL color Cylindrical-coordinate representation of color #E2594B: hue angle of 5.56º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2594B is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 75 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.11 |
| HSL | 5.56º | 0.72% | 0.59% | - |
| HSV(B) | 5.56º | 0.67% | 0.89% | - |
| XYZ | 36.21 | 23.82 | 9.35 | - |
| YUV | 128.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 75 | 0 | 0.61 | 0.67 | 0.11 | 5.56 | 0.72 | 0.59 |
| Hex | E2 | 59 | 4B | 0 | 3D | 43 | B | 6 | 48 | 3B |
| Octal | 342 | 131 | 113 | 0 | 75 | 103 | 13 | 6 | 110 | 73 |
| Binary | 11100010 | 1011001 | 1001011 | 0 | 111101 | 1000011 | 1011 | 110 | 1001000 | 111011 |
Color Harmonies of #E2594B
Complementary color
Monochromatic Colors of #E2594B
Black with #E2594B
Text Example
Text Example
White with #E2594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2594B; }
p { color: rgb(226,89,75); }
H1.HeaderClassName
{
color: #E2594B;
}
.AnyTagClassName
{
color: #E2594B;
}
</style>
background-color css
<style>
a { background-color: #E2594B; }
a { background-color: rgb(226,89,75); }
div.DivClassName
{
background-color: #E2594B;
}
.BgClassName
{
background-color: #E2594B;
}
</style>
border-color css
<style>
span { border-color: #E2594B; }
span { border-color: rgb(226,89,75); }
td.TdClassName
{
border-color: #E2594B;
}
.TagClassName
{
border-color: #E2594B;
}
</style>