Shades of Flamingo #E3644C
Tints of Flamingo #E3644C
RGB
CMYK
RGB Variations
Color information
#E3644C (or 0xE3644C) is known color: Flamingo. HEX triplet: E3, 64 and 4C. RGB value is (227,100,76). Sum of RGB (Red+Green+Blue) = 227+100+76=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E3644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3644C is #1C9BB3. Grayscale: #878787. Windows color (decimal): -1874868 or 5006563. OLE color: 5006563.
HSL color Cylindrical-coordinate representation of color #E3644C: hue angle of 9.54º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3644C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 76 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.11 |
| HSL | 9.54º | 0.73% | 0.59% | - |
| HSV(B) | 9.54º | 0.67% | 0.89% | - |
| XYZ | 37.54 | 25.97 | 9.87 | - |
| YUV | 135.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 76 | 0 | 0.56 | 0.67 | 0.11 | 9.54 | 0.73 | 0.59 |
| Hex | E3 | 64 | 4C | 0 | 38 | 43 | B | A | 49 | 3B |
| Octal | 343 | 144 | 114 | 0 | 70 | 103 | 13 | 12 | 111 | 73 |
| Binary | 11100011 | 1100100 | 1001100 | 0 | 111000 | 1000011 | 1011 | 1010 | 1001001 | 111011 |
Color Harmonies of #E3644C
Complementary color
Monochromatic Colors of #E3644C
Black with #E3644C
Text Example
Text Example
White with #E3644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3644C; }
p { color: rgb(227,100,76); }
H1.HeaderClassName
{
color: #E3644C;
}
.AnyTagClassName
{
color: #E3644C;
}
</style>
background-color css
<style>
a { background-color: #E3644C; }
a { background-color: rgb(227,100,76); }
div.DivClassName
{
background-color: #E3644C;
}
.BgClassName
{
background-color: #E3644C;
}
</style>
border-color css
<style>
span { border-color: #E3644C; }
span { border-color: rgb(227,100,76); }
td.TdClassName
{
border-color: #E3644C;
}
.TagClassName
{
border-color: #E3644C;
}
</style>