Shades of Flamingo #E0573F
Tints of Flamingo #E0573F
RGB
CMYK
RGB Variations
Color information
#E0573F (or 0xE0573F) is known color: Flamingo. HEX triplet: E0, 57 and 3F. RGB value is (224,87,63). Sum of RGB (Red+Green+Blue) = 224+87+63=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0573F is #1FA8C0. Grayscale: #7D7D7D. Windows color (decimal): -2074817 or 4151264. OLE color: 4151264.
HSL color Cylindrical-coordinate representation of color #E0573F: hue angle of 8.94º 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 #E0573F is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 63 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.12 |
| HSL | 8.94º | 0.72% | 0.56% | - |
| HSV(B) | 8.94º | 0.72% | 0.88% | - |
| XYZ | 35.05 | 23.02 | 7.3 | - |
| YUV | 125.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 63 | 0 | 0.61 | 0.72 | 0.12 | 8.94 | 0.72 | 0.56 |
| Hex | E0 | 57 | 3F | 0 | 3D | 48 | C | 9 | 48 | 38 |
| Octal | 340 | 127 | 77 | 0 | 75 | 110 | 14 | 11 | 110 | 70 |
| Binary | 11100000 | 1010111 | 111111 | 0 | 111101 | 1001000 | 1100 | 1001 | 1001000 | 111000 |
Color Harmonies of #E0573F
Complementary color
Monochromatic Colors of #E0573F
Black with #E0573F
Text Example
Text Example
White with #E0573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0573F; }
p { color: rgb(224,87,63); }
H1.HeaderClassName
{
color: #E0573F;
}
.AnyTagClassName
{
color: #E0573F;
}
</style>
background-color css
<style>
a { background-color: #E0573F; }
a { background-color: rgb(224,87,63); }
div.DivClassName
{
background-color: #E0573F;
}
.BgClassName
{
background-color: #E0573F;
}
</style>
border-color css
<style>
span { border-color: #E0573F; }
span { border-color: rgb(224,87,63); }
td.TdClassName
{
border-color: #E0573F;
}
.TagClassName
{
border-color: #E0573F;
}
</style>