Shades of Flamingo #E2604D
Tints of Flamingo #E2604D
RGB
CMYK
RGB Variations
Color information
#E2604D (or 0xE2604D) is known color: Flamingo. HEX triplet: E2, 60 and 4D. RGB value is (226,96,77). Sum of RGB (Red+Green+Blue) = 226+96+77=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2604D is #1D9FB2. Grayscale: #848484. Windows color (decimal): -1941427 or 5071074. OLE color: 5071074.
HSL color Cylindrical-coordinate representation of color #E2604D: hue angle of 7.65º 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 #E2604D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 77 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.11 |
| HSL | 7.65º | 0.72% | 0.59% | - |
| HSV(B) | 7.65º | 0.66% | 0.89% | - |
| XYZ | 36.89 | 25.07 | 9.92 | - |
| YUV | 132.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 77 | 0 | 0.58 | 0.66 | 0.11 | 7.65 | 0.72 | 0.59 |
| Hex | E2 | 60 | 4D | 0 | 3A | 42 | B | 8 | 48 | 3B |
| Octal | 342 | 140 | 115 | 0 | 72 | 102 | 13 | 10 | 110 | 73 |
| Binary | 11100010 | 1100000 | 1001101 | 0 | 111010 | 1000010 | 1011 | 1000 | 1001000 | 111011 |
Color Harmonies of #E2604D
Complementary color
Monochromatic Colors of #E2604D
Black with #E2604D
Text Example
Text Example
White with #E2604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2604D; }
p { color: rgb(226,96,77); }
H1.HeaderClassName
{
color: #E2604D;
}
.AnyTagClassName
{
color: #E2604D;
}
</style>
background-color css
<style>
a { background-color: #E2604D; }
a { background-color: rgb(226,96,77); }
div.DivClassName
{
background-color: #E2604D;
}
.BgClassName
{
background-color: #E2604D;
}
</style>
border-color css
<style>
span { border-color: #E2604D; }
span { border-color: rgb(226,96,77); }
td.TdClassName
{
border-color: #E2604D;
}
.TagClassName
{
border-color: #E2604D;
}
</style>