Shades of Flamingo #E46649
Tints of Flamingo #E46649
RGB
CMYK
RGB Variations
Color information
#E46649 (or 0xE46649) is known color: Flamingo. HEX triplet: E4, 66 and 49. RGB value is (228,102,73). Sum of RGB (Red+Green+Blue) = 228+102+73=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E46649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46649 is #1B99B6. Grayscale: #888888. Windows color (decimal): -1808823 or 4810468. OLE color: 4810468.
HSL color Cylindrical-coordinate representation of color #E46649: hue angle of 11.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E46649 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 73 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.11 |
| HSL | 11.23º | 0.74% | 0.59% | - |
| HSV(B) | 11.23º | 0.68% | 0.89% | - |
| XYZ | 37.95 | 26.48 | 9.41 | - |
| YUV | 136.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 73 | 0 | 0.55 | 0.68 | 0.11 | 11.23 | 0.74 | 0.59 |
| Hex | E4 | 66 | 49 | 0 | 37 | 44 | B | B | 4A | 3B |
| Octal | 344 | 146 | 111 | 0 | 67 | 104 | 13 | 13 | 112 | 73 |
| Binary | 11100100 | 1100110 | 1001001 | 0 | 110111 | 1000100 | 1011 | 1011 | 1001010 | 111011 |
Color Harmonies of #E46649
Complementary color
Monochromatic Colors of #E46649
Black with #E46649
Text Example
Text Example
White with #E46649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46649; }
p { color: rgb(228,102,73); }
H1.HeaderClassName
{
color: #E46649;
}
.AnyTagClassName
{
color: #E46649;
}
</style>
background-color css
<style>
a { background-color: #E46649; }
a { background-color: rgb(228,102,73); }
div.DivClassName
{
background-color: #E46649;
}
.BgClassName
{
background-color: #E46649;
}
</style>
border-color css
<style>
span { border-color: #E46649; }
span { border-color: rgb(228,102,73); }
td.TdClassName
{
border-color: #E46649;
}
.TagClassName
{
border-color: #E46649;
}
</style>