Shades of Flamingo #E05F46
Tints of Flamingo #E05F46
RGB
CMYK
RGB Variations
Color information
#E05F46 (or 0xE05F46) is known color: Flamingo. HEX triplet: E0, 5F and 46. RGB value is (224,95,70). Sum of RGB (Red+Green+Blue) = 224+95+70=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F46 is #1FA0B9. Grayscale: #828282. Windows color (decimal): -2072762 or 4612064. OLE color: 4612064.
HSL color Cylindrical-coordinate representation of color #E05F46: hue angle of 9.74º 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 #E05F46 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 70 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.12 |
| HSL | 9.74º | 0.71% | 0.58% | - |
| HSV(B) | 9.74º | 0.69% | 0.88% | - |
| XYZ | 35.94 | 24.47 | 8.62 | - |
| YUV | 130.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 70 | 0 | 0.58 | 0.69 | 0.12 | 9.74 | 0.71 | 0.58 |
| Hex | E0 | 5F | 46 | 0 | 3A | 45 | C | A | 47 | 3A |
| Octal | 340 | 137 | 106 | 0 | 72 | 105 | 14 | 12 | 107 | 72 |
| Binary | 11100000 | 1011111 | 1000110 | 0 | 111010 | 1000101 | 1100 | 1010 | 1000111 | 111010 |
Color Harmonies of #E05F46
Complementary color
Monochromatic Colors of #E05F46
Black with #E05F46
Text Example
Text Example
White with #E05F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F46; }
p { color: rgb(224,95,70); }
H1.HeaderClassName
{
color: #E05F46;
}
.AnyTagClassName
{
color: #E05F46;
}
</style>
background-color css
<style>
a { background-color: #E05F46; }
a { background-color: rgb(224,95,70); }
div.DivClassName
{
background-color: #E05F46;
}
.BgClassName
{
background-color: #E05F46;
}
</style>
border-color css
<style>
span { border-color: #E05F46; }
span { border-color: rgb(224,95,70); }
td.TdClassName
{
border-color: #E05F46;
}
.TagClassName
{
border-color: #E05F46;
}
</style>