Shades of Flamingo #E2654C
Tints of Flamingo #E2654C
RGB
CMYK
RGB Variations
Color information
#E2654C (or 0xE2654C) is known color: Flamingo. HEX triplet: E2, 65 and 4C. RGB value is (226,101,76). Sum of RGB (Red+Green+Blue) = 226+101+76=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2654C is #1D9AB3. Grayscale: #878787. Windows color (decimal): -1940148 or 5006818. OLE color: 5006818.
HSL color Cylindrical-coordinate representation of color #E2654C: hue angle of 10º 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 #E2654C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 76 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.11 |
| HSL | 10º | 0.72% | 0.59% | - |
| HSV(B) | 10º | 0.66% | 0.89% | - |
| XYZ | 37.32 | 26 | 9.89 | - |
| YUV | 135.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 76 | 0 | 0.55 | 0.66 | 0.11 | 10 | 0.72 | 0.59 |
| Hex | E2 | 65 | 4C | 0 | 37 | 42 | B | A | 48 | 3B |
| Octal | 342 | 145 | 114 | 0 | 67 | 102 | 13 | 12 | 110 | 73 |
| Binary | 11100010 | 1100101 | 1001100 | 0 | 110111 | 1000010 | 1011 | 1010 | 1001000 | 111011 |
Color Harmonies of #E2654C
Complementary color
Monochromatic Colors of #E2654C
Black with #E2654C
Text Example
Text Example
White with #E2654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2654C; }
p { color: rgb(226,101,76); }
H1.HeaderClassName
{
color: #E2654C;
}
.AnyTagClassName
{
color: #E2654C;
}
</style>
background-color css
<style>
a { background-color: #E2654C; }
a { background-color: rgb(226,101,76); }
div.DivClassName
{
background-color: #E2654C;
}
.BgClassName
{
background-color: #E2654C;
}
</style>
border-color css
<style>
span { border-color: #E2654C; }
span { border-color: rgb(226,101,76); }
td.TdClassName
{
border-color: #E2654C;
}
.TagClassName
{
border-color: #E2654C;
}
</style>