Shades of Flamingo #E06146
Tints of Flamingo #E06146
RGB
CMYK
RGB Variations
Color information
#E06146 (or 0xE06146) is known color: Flamingo. HEX triplet: E0, 61 and 46. RGB value is (224,97,70). Sum of RGB (Red+Green+Blue) = 224+97+70=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E06146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06146 is #1F9EB9. Grayscale: #848484. Windows color (decimal): -2072250 or 4612576. OLE color: 4612576.
HSL color Cylindrical-coordinate representation of color #E06146: hue angle of 10.52º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E06146 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 70 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.12 |
| HSL | 10.52º | 0.71% | 0.58% | - |
| HSV(B) | 10.52º | 0.69% | 0.88% | - |
| XYZ | 36.12 | 24.84 | 8.68 | - |
| YUV | 131.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 70 | 0 | 0.57 | 0.69 | 0.12 | 10.52 | 0.71 | 0.58 |
| Hex | E0 | 61 | 46 | 0 | 39 | 45 | C | B | 47 | 3A |
| Octal | 340 | 141 | 106 | 0 | 71 | 105 | 14 | 13 | 107 | 72 |
| Binary | 11100000 | 1100001 | 1000110 | 0 | 111001 | 1000101 | 1100 | 1011 | 1000111 | 111010 |
Color Harmonies of #E06146
Complementary color
Monochromatic Colors of #E06146
Black with #E06146
Text Example
Text Example
White with #E06146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06146; }
p { color: rgb(224,97,70); }
H1.HeaderClassName
{
color: #E06146;
}
.AnyTagClassName
{
color: #E06146;
}
</style>
background-color css
<style>
a { background-color: #E06146; }
a { background-color: rgb(224,97,70); }
div.DivClassName
{
background-color: #E06146;
}
.BgClassName
{
background-color: #E06146;
}
</style>
border-color css
<style>
span { border-color: #E06146; }
span { border-color: rgb(224,97,70); }
td.TdClassName
{
border-color: #E06146;
}
.TagClassName
{
border-color: #E06146;
}
</style>