Shades of Flamingo #E2674D
Tints of Flamingo #E2674D
RGB
CMYK
RGB Variations
Color information
#E2674D (or 0xE2674D) is known color: Flamingo. HEX triplet: E2, 67 and 4D. RGB value is (226,103,77). Sum of RGB (Red+Green+Blue) = 226+103+77=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2674D is #1D98B2. Grayscale: #898989. Windows color (decimal): -1939635 or 5072866. OLE color: 5072866.
HSL color Cylindrical-coordinate representation of color #E2674D: hue angle of 10.47º 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 #E2674D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 77 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 10.47º | 0.72% | 0.59% | - |
| HSV(B) | 10.47º | 0.66% | 0.89% | - |
| XYZ | 37.55 | 26.41 | 10.14 | - |
| YUV | 136.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 77 | 0 | 0.54 | 0.66 | 0.11 | 10.47 | 0.72 | 0.59 |
| Hex | E2 | 67 | 4D | 0 | 36 | 42 | B | A | 48 | 3B |
| Octal | 342 | 147 | 115 | 0 | 66 | 102 | 13 | 12 | 110 | 73 |
| Binary | 11100010 | 1100111 | 1001101 | 0 | 110110 | 1000010 | 1011 | 1010 | 1001000 | 111011 |
Color Harmonies of #E2674D
Complementary color
Monochromatic Colors of #E2674D
Black with #E2674D
Text Example
Text Example
White with #E2674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2674D; }
p { color: rgb(226,103,77); }
H1.HeaderClassName
{
color: #E2674D;
}
.AnyTagClassName
{
color: #E2674D;
}
</style>
background-color css
<style>
a { background-color: #E2674D; }
a { background-color: rgb(226,103,77); }
div.DivClassName
{
background-color: #E2674D;
}
.BgClassName
{
background-color: #E2674D;
}
</style>
border-color css
<style>
span { border-color: #E2674D; }
span { border-color: rgb(226,103,77); }
td.TdClassName
{
border-color: #E2674D;
}
.TagClassName
{
border-color: #E2674D;
}
</style>