Shades of Flamingo #E46746
Tints of Flamingo #E46746
RGB
CMYK
RGB Variations
Color information
#E46746 (or 0xE46746) is known color: Flamingo. HEX triplet: E4, 67 and 46. RGB value is (228,103,70). Sum of RGB (Red+Green+Blue) = 228+103+70=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E46746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46746 is #1B98B9. Grayscale: #888888. Windows color (decimal): -1808570 or 4614116. OLE color: 4614116.
HSL color Cylindrical-coordinate representation of color #E46746: hue angle of 12.53º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E46746 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 70 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.11 |
| HSL | 12.53º | 0.75% | 0.58% | - |
| HSV(B) | 12.53º | 0.69% | 0.89% | - |
| XYZ | 37.95 | 26.64 | 8.94 | - |
| YUV | 136.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 70 | 0 | 0.55 | 0.69 | 0.11 | 12.53 | 0.75 | 0.58 |
| Hex | E4 | 67 | 46 | 0 | 37 | 45 | B | D | 4B | 3A |
| Octal | 344 | 147 | 106 | 0 | 67 | 105 | 13 | 15 | 113 | 72 |
| Binary | 11100100 | 1100111 | 1000110 | 0 | 110111 | 1000101 | 1011 | 1101 | 1001011 | 111010 |
Color Harmonies of #E46746
Complementary color
Monochromatic Colors of #E46746
Black with #E46746
Text Example
Text Example
White with #E46746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46746; }
p { color: rgb(228,103,70); }
H1.HeaderClassName
{
color: #E46746;
}
.AnyTagClassName
{
color: #E46746;
}
</style>
background-color css
<style>
a { background-color: #E46746; }
a { background-color: rgb(228,103,70); }
div.DivClassName
{
background-color: #E46746;
}
.BgClassName
{
background-color: #E46746;
}
</style>
border-color css
<style>
span { border-color: #E46746; }
span { border-color: rgb(228,103,70); }
td.TdClassName
{
border-color: #E46746;
}
.TagClassName
{
border-color: #E46746;
}
</style>