Shades of Flamingo #E5574C
Tints of Flamingo #E5574C
RGB
CMYK
RGB Variations
Color information
#E5574C (or 0xE5574C) is known color: Flamingo. HEX triplet: E5, 57 and 4C. RGB value is (229,87,76). Sum of RGB (Red+Green+Blue) = 229+87+76=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5574C is #1AA8B3. Grayscale: #808080. Windows color (decimal): -1747124 or 5003237. OLE color: 5003237.
HSL color Cylindrical-coordinate representation of color #E5574C: hue angle of 4.31º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5574C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 76 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.10 |
| HSL | 4.31º | 0.75% | 0.6% | - |
| HSV(B) | 4.31º | 0.67% | 0.9% | - |
| XYZ | 37.03 | 24 | 9.52 | - |
| YUV | 128.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 76 | 0 | 0.62 | 0.67 | 0.10 | 4.31 | 0.75 | 0.6 |
| Hex | E5 | 57 | 4C | 0 | 3E | 43 | A | 4 | 4B | 3C |
| Octal | 345 | 127 | 114 | 0 | 76 | 103 | 12 | 4 | 113 | 74 |
| Binary | 11100101 | 1010111 | 1001100 | 0 | 111110 | 1000011 | 1010 | 100 | 1001011 | 111100 |
Color Harmonies of #E5574C
Complementary color
Monochromatic Colors of #E5574C
Black with #E5574C
Text Example
Text Example
White with #E5574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5574C; }
p { color: rgb(229,87,76); }
H1.HeaderClassName
{
color: #E5574C;
}
.AnyTagClassName
{
color: #E5574C;
}
</style>
background-color css
<style>
a { background-color: #E5574C; }
a { background-color: rgb(229,87,76); }
div.DivClassName
{
background-color: #E5574C;
}
.BgClassName
{
background-color: #E5574C;
}
</style>
border-color css
<style>
span { border-color: #E5574C; }
span { border-color: rgb(229,87,76); }
td.TdClassName
{
border-color: #E5574C;
}
.TagClassName
{
border-color: #E5574C;
}
</style>