Shades of Flamingo #E5584D
Tints of Flamingo #E5584D
RGB
CMYK
RGB Variations
Color information
#E5584D (or 0xE5584D) is known color: Flamingo. HEX triplet: E5, 58 and 4D. RGB value is (229,88,77). Sum of RGB (Red+Green+Blue) = 229+88+77=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5584D is #1AA7B2. Grayscale: #818181. Windows color (decimal): -1746867 or 5069029. OLE color: 5069029.
HSL color Cylindrical-coordinate representation of color #E5584D: hue angle of 4.34º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5584D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 77 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.10 |
| HSL | 4.34º | 0.75% | 0.6% | - |
| HSV(B) | 4.34º | 0.66% | 0.9% | - |
| XYZ | 37.14 | 24.17 | 9.73 | - |
| YUV | 128.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 77 | 0 | 0.62 | 0.66 | 0.10 | 4.34 | 0.75 | 0.6 |
| Hex | E5 | 58 | 4D | 0 | 3E | 42 | A | 4 | 4B | 3C |
| Octal | 345 | 130 | 115 | 0 | 76 | 102 | 12 | 4 | 113 | 74 |
| Binary | 11100101 | 1011000 | 1001101 | 0 | 111110 | 1000010 | 1010 | 100 | 1001011 | 111100 |
Color Harmonies of #E5584D
Complementary color
Monochromatic Colors of #E5584D
Black with #E5584D
Text Example
Text Example
White with #E5584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5584D; }
p { color: rgb(229,88,77); }
H1.HeaderClassName
{
color: #E5584D;
}
.AnyTagClassName
{
color: #E5584D;
}
</style>
background-color css
<style>
a { background-color: #E5584D; }
a { background-color: rgb(229,88,77); }
div.DivClassName
{
background-color: #E5584D;
}
.BgClassName
{
background-color: #E5584D;
}
</style>
border-color css
<style>
span { border-color: #E5584D; }
span { border-color: rgb(229,88,77); }
td.TdClassName
{
border-color: #E5584D;
}
.TagClassName
{
border-color: #E5584D;
}
</style>