Shades of Flamingo #E06443
Tints of Flamingo #E06443
RGB
CMYK
RGB Variations
Color information
#E06443 (or 0xE06443) is known color: Flamingo. HEX triplet: E0, 64 and 43. RGB value is (224,100,67). Sum of RGB (Red+Green+Blue) = 224+100+67=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E06443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06443 is #1F9BBC. Grayscale: #858585. Windows color (decimal): -2071485 or 4416736. OLE color: 4416736.
HSL color Cylindrical-coordinate representation of color #E06443: hue angle of 12.61º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E06443 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 67 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.12 |
| HSL | 12.61º | 0.72% | 0.57% | - |
| HSV(B) | 12.61º | 0.7% | 0.88% | - |
| XYZ | 36.31 | 25.37 | 8.29 | - |
| YUV | 133.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 67 | 0 | 0.55 | 0.70 | 0.12 | 12.61 | 0.72 | 0.57 |
| Hex | E0 | 64 | 43 | 0 | 37 | 46 | C | D | 48 | 39 |
| Octal | 340 | 144 | 103 | 0 | 67 | 106 | 14 | 15 | 110 | 71 |
| Binary | 11100000 | 1100100 | 1000011 | 0 | 110111 | 1000110 | 1100 | 1101 | 1001000 | 111001 |
Color Harmonies of #E06443
Complementary color
Monochromatic Colors of #E06443
Black with #E06443
Text Example
Text Example
White with #E06443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06443; }
p { color: rgb(224,100,67); }
H1.HeaderClassName
{
color: #E06443;
}
.AnyTagClassName
{
color: #E06443;
}
</style>
background-color css
<style>
a { background-color: #E06443; }
a { background-color: rgb(224,100,67); }
div.DivClassName
{
background-color: #E06443;
}
.BgClassName
{
background-color: #E06443;
}
</style>
border-color css
<style>
span { border-color: #E06443; }
span { border-color: rgb(224,100,67); }
td.TdClassName
{
border-color: #E06443;
}
.TagClassName
{
border-color: #E06443;
}
</style>