Shades of Flamingo #E05C54
Tints of Flamingo #E05C54
RGB
CMYK
RGB Variations
Color information
#E05C54 (or 0xE05C54) is known color: Flamingo. HEX triplet: E0, 5C and 54. RGB value is (224,92,84). Sum of RGB (Red+Green+Blue) = 224+92+84=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C54 is #1FA3AB. Grayscale: #828282. Windows color (decimal): -2073516 or 5528800. OLE color: 5528800.
HSL color Cylindrical-coordinate representation of color #E05C54: hue angle of 3.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05C54 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 84 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.12 |
| HSL | 3.43º | 0.69% | 0.6% | - |
| HSV(B) | 3.43º | 0.63% | 0.88% | - |
| XYZ | 36.17 | 24.14 | 11.14 | - |
| YUV | 130.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 84 | 0 | 0.59 | 0.62 | 0.12 | 3.43 | 0.69 | 0.6 |
| Hex | E0 | 5C | 54 | 0 | 3B | 3E | C | 3 | 45 | 3C |
| Octal | 340 | 134 | 124 | 0 | 73 | 76 | 14 | 3 | 105 | 74 |
| Binary | 11100000 | 1011100 | 1010100 | 0 | 111011 | 111110 | 1100 | 11 | 1000101 | 111100 |
Color Harmonies of #E05C54
Complementary color
Monochromatic Colors of #E05C54
Black with #E05C54
Text Example
Text Example
White with #E05C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C54; }
p { color: rgb(224,92,84); }
H1.HeaderClassName
{
color: #E05C54;
}
.AnyTagClassName
{
color: #E05C54;
}
</style>
background-color css
<style>
a { background-color: #E05C54; }
a { background-color: rgb(224,92,84); }
div.DivClassName
{
background-color: #E05C54;
}
.BgClassName
{
background-color: #E05C54;
}
</style>
border-color css
<style>
span { border-color: #E05C54; }
span { border-color: rgb(224,92,84); }
td.TdClassName
{
border-color: #E05C54;
}
.TagClassName
{
border-color: #E05C54;
}
</style>