Shades of Flamingo #E2634C
Tints of Flamingo #E2634C
RGB
CMYK
RGB Variations
Color information
#E2634C (or 0xE2634C) is known color: Flamingo. HEX triplet: E2, 63 and 4C. RGB value is (226,99,76). Sum of RGB (Red+Green+Blue) = 226+99+76=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2634C is #1D9CB3. Grayscale: #868686. Windows color (decimal): -1940660 or 5006306. OLE color: 5006306.
HSL color Cylindrical-coordinate representation of color #E2634C: hue angle of 9.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 #E2634C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 76 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.11 |
| HSL | 9.2º | 0.72% | 0.59% | - |
| HSV(B) | 9.2º | 0.66% | 0.89% | - |
| XYZ | 37.13 | 25.61 | 9.82 | - |
| YUV | 134.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 76 | 0 | 0.56 | 0.66 | 0.11 | 9.2 | 0.72 | 0.59 |
| Hex | E2 | 63 | 4C | 0 | 38 | 42 | B | 9 | 48 | 3B |
| Octal | 342 | 143 | 114 | 0 | 70 | 102 | 13 | 11 | 110 | 73 |
| Binary | 11100010 | 1100011 | 1001100 | 0 | 111000 | 1000010 | 1011 | 1001 | 1001000 | 111011 |
Color Harmonies of #E2634C
Complementary color
Monochromatic Colors of #E2634C
Black with #E2634C
Text Example
Text Example
White with #E2634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2634C; }
p { color: rgb(226,99,76); }
H1.HeaderClassName
{
color: #E2634C;
}
.AnyTagClassName
{
color: #E2634C;
}
</style>
background-color css
<style>
a { background-color: #E2634C; }
a { background-color: rgb(226,99,76); }
div.DivClassName
{
background-color: #E2634C;
}
.BgClassName
{
background-color: #E2634C;
}
</style>
border-color css
<style>
span { border-color: #E2634C; }
span { border-color: rgb(226,99,76); }
td.TdClassName
{
border-color: #E2634C;
}
.TagClassName
{
border-color: #E2634C;
}
</style>