Shades of Flamingo #E05E3F
Tints of Flamingo #E05E3F
RGB
CMYK
RGB Variations
Color information
#E05E3F (or 0xE05E3F) is known color: Flamingo. HEX triplet: E0, 5E and 3F. RGB value is (224,94,63). Sum of RGB (Red+Green+Blue) = 224+94+63=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E3F is #1FA1C0. Grayscale: #818181. Windows color (decimal): -2073025 or 4153056. OLE color: 4153056.
HSL color Cylindrical-coordinate representation of color #E05E3F: hue angle of 11.55º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E05E3F is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 63 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.12 |
| HSL | 11.55º | 0.72% | 0.56% | - |
| HSV(B) | 11.55º | 0.72% | 0.88% | - |
| XYZ | 35.64 | 24.21 | 7.5 | - |
| YUV | 129.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 63 | 0 | 0.58 | 0.72 | 0.12 | 11.55 | 0.72 | 0.56 |
| Hex | E0 | 5E | 3F | 0 | 3A | 48 | C | C | 48 | 38 |
| Octal | 340 | 136 | 77 | 0 | 72 | 110 | 14 | 14 | 110 | 70 |
| Binary | 11100000 | 1011110 | 111111 | 0 | 111010 | 1001000 | 1100 | 1100 | 1001000 | 111000 |
Color Harmonies of #E05E3F
Complementary color
Monochromatic Colors of #E05E3F
Black with #E05E3F
Text Example
Text Example
White with #E05E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E3F; }
p { color: rgb(224,94,63); }
H1.HeaderClassName
{
color: #E05E3F;
}
.AnyTagClassName
{
color: #E05E3F;
}
</style>
background-color css
<style>
a { background-color: #E05E3F; }
a { background-color: rgb(224,94,63); }
div.DivClassName
{
background-color: #E05E3F;
}
.BgClassName
{
background-color: #E05E3F;
}
</style>
border-color css
<style>
span { border-color: #E05E3F; }
span { border-color: rgb(224,94,63); }
td.TdClassName
{
border-color: #E05E3F;
}
.TagClassName
{
border-color: #E05E3F;
}
</style>