Shades of Flamingo #E5584A
Tints of Flamingo #E5584A
RGB
CMYK
RGB Variations
Color information
#E5584A (or 0xE5584A) is known color: Flamingo. HEX triplet: E5, 58 and 4A. RGB value is (229,88,74). Sum of RGB (Red+Green+Blue) = 229+88+74=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5584A is #1AA7B5. Grayscale: #808080. Windows color (decimal): -1746870 or 4872421. OLE color: 4872421.
HSL color Cylindrical-coordinate representation of color #E5584A: hue angle of 5.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5584A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 74 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.10 |
| HSL | 5.42º | 0.75% | 0.59% | - |
| HSV(B) | 5.42º | 0.68% | 0.9% | - |
| XYZ | 37.04 | 24.13 | 9.18 | - |
| YUV | 128.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 74 | 0 | 0.62 | 0.68 | 0.10 | 5.42 | 0.75 | 0.59 |
| Hex | E5 | 58 | 4A | 0 | 3E | 44 | A | 5 | 4B | 3B |
| Octal | 345 | 130 | 112 | 0 | 76 | 104 | 12 | 5 | 113 | 73 |
| Binary | 11100101 | 1011000 | 1001010 | 0 | 111110 | 1000100 | 1010 | 101 | 1001011 | 111011 |
Color Harmonies of #E5584A
Complementary color
Monochromatic Colors of #E5584A
Black with #E5584A
Text Example
Text Example
White with #E5584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5584A; }
p { color: rgb(229,88,74); }
H1.HeaderClassName
{
color: #E5584A;
}
.AnyTagClassName
{
color: #E5584A;
}
</style>
background-color css
<style>
a { background-color: #E5584A; }
a { background-color: rgb(229,88,74); }
div.DivClassName
{
background-color: #E5584A;
}
.BgClassName
{
background-color: #E5584A;
}
</style>
border-color css
<style>
span { border-color: #E5584A; }
span { border-color: rgb(229,88,74); }
td.TdClassName
{
border-color: #E5584A;
}
.TagClassName
{
border-color: #E5584A;
}
</style>