Shades of Flamingo #E5573D
Tints of Flamingo #E5573D
RGB
CMYK
RGB Variations
Color information
#E5573D (or 0xE5573D) is known color: Flamingo. HEX triplet: E5, 57 and 3D. RGB value is (229,87,61). Sum of RGB (Red+Green+Blue) = 229+87+61=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5573D is #1AA8C2. Grayscale: #7E7E7E. Windows color (decimal): -1747139 or 4020197. OLE color: 4020197.
HSL color Cylindrical-coordinate representation of color #E5573D: hue angle of 9.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5573D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 61 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.10 |
| HSL | 9.29º | 0.76% | 0.57% | - |
| HSV(B) | 9.29º | 0.73% | 0.9% | - |
| XYZ | 36.56 | 23.81 | 7.08 | - |
| YUV | 126.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 61 | 0 | 0.62 | 0.73 | 0.10 | 9.29 | 0.76 | 0.57 |
| Hex | E5 | 57 | 3D | 0 | 3E | 49 | A | 9 | 4C | 39 |
| Octal | 345 | 127 | 75 | 0 | 76 | 111 | 12 | 11 | 114 | 71 |
| Binary | 11100101 | 1010111 | 111101 | 0 | 111110 | 1001001 | 1010 | 1001 | 1001100 | 111001 |
Color Harmonies of #E5573D
Complementary color
Monochromatic Colors of #E5573D
Black with #E5573D
Text Example
Text Example
White with #E5573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5573D; }
p { color: rgb(229,87,61); }
H1.HeaderClassName
{
color: #E5573D;
}
.AnyTagClassName
{
color: #E5573D;
}
</style>
background-color css
<style>
a { background-color: #E5573D; }
a { background-color: rgb(229,87,61); }
div.DivClassName
{
background-color: #E5573D;
}
.BgClassName
{
background-color: #E5573D;
}
</style>
border-color css
<style>
span { border-color: #E5573D; }
span { border-color: rgb(229,87,61); }
td.TdClassName
{
border-color: #E5573D;
}
.TagClassName
{
border-color: #E5573D;
}
</style>