Shades of Flamingo #E06145
Tints of Flamingo #E06145
RGB
CMYK
RGB Variations
Color information
#E06145 (or 0xE06145) is known color: Flamingo. HEX triplet: E0, 61 and 45. RGB value is (224,97,69). Sum of RGB (Red+Green+Blue) = 224+97+69=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E06145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06145 is #1F9EBA. Grayscale: #848484. Windows color (decimal): -2072251 or 4547040. OLE color: 4547040.
HSL color Cylindrical-coordinate representation of color #E06145: hue angle of 10.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E06145 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 69 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.12 |
| HSL | 10.84º | 0.71% | 0.57% | - |
| HSV(B) | 10.84º | 0.69% | 0.88% | - |
| XYZ | 36.09 | 24.83 | 8.52 | - |
| YUV | 131.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 69 | 0 | 0.57 | 0.69 | 0.12 | 10.84 | 0.71 | 0.57 |
| Hex | E0 | 61 | 45 | 0 | 39 | 45 | C | B | 47 | 39 |
| Octal | 340 | 141 | 105 | 0 | 71 | 105 | 14 | 13 | 107 | 71 |
| Binary | 11100000 | 1100001 | 1000101 | 0 | 111001 | 1000101 | 1100 | 1011 | 1000111 | 111001 |
Color Harmonies of #E06145
Complementary color
Monochromatic Colors of #E06145
Black with #E06145
Text Example
Text Example
White with #E06145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06145; }
p { color: rgb(224,97,69); }
H1.HeaderClassName
{
color: #E06145;
}
.AnyTagClassName
{
color: #E06145;
}
</style>
background-color css
<style>
a { background-color: #E06145; }
a { background-color: rgb(224,97,69); }
div.DivClassName
{
background-color: #E06145;
}
.BgClassName
{
background-color: #E06145;
}
</style>
border-color css
<style>
span { border-color: #E06145; }
span { border-color: rgb(224,97,69); }
td.TdClassName
{
border-color: #E06145;
}
.TagClassName
{
border-color: #E06145;
}
</style>