Shades of Flamingo #E2664C
Tints of Flamingo #E2664C
RGB
CMYK
RGB Variations
Color information
#E2664C (or 0xE2664C) is known color: Flamingo. HEX triplet: E2, 66 and 4C. RGB value is (226,102,76). Sum of RGB (Red+Green+Blue) = 226+102+76=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2664C is #1D99B3. Grayscale: #888888. Windows color (decimal): -1939892 or 5007074. OLE color: 5007074.
HSL color Cylindrical-coordinate representation of color #E2664C: hue angle of 10.4º 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 #E2664C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 76 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.11 |
| HSL | 10.4º | 0.72% | 0.59% | - |
| HSV(B) | 10.4º | 0.66% | 0.89% | - |
| XYZ | 37.42 | 26.19 | 9.92 | - |
| YUV | 136.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 76 | 0 | 0.55 | 0.66 | 0.11 | 10.4 | 0.72 | 0.59 |
| Hex | E2 | 66 | 4C | 0 | 37 | 42 | B | A | 48 | 3B |
| Octal | 342 | 146 | 114 | 0 | 67 | 102 | 13 | 12 | 110 | 73 |
| Binary | 11100010 | 1100110 | 1001100 | 0 | 110111 | 1000010 | 1011 | 1010 | 1001000 | 111011 |
Color Harmonies of #E2664C
Complementary color
Monochromatic Colors of #E2664C
Black with #E2664C
Text Example
Text Example
White with #E2664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2664C; }
p { color: rgb(226,102,76); }
H1.HeaderClassName
{
color: #E2664C;
}
.AnyTagClassName
{
color: #E2664C;
}
</style>
background-color css
<style>
a { background-color: #E2664C; }
a { background-color: rgb(226,102,76); }
div.DivClassName
{
background-color: #E2664C;
}
.BgClassName
{
background-color: #E2664C;
}
</style>
border-color css
<style>
span { border-color: #E2664C; }
span { border-color: rgb(226,102,76); }
td.TdClassName
{
border-color: #E2664C;
}
.TagClassName
{
border-color: #E2664C;
}
</style>