Shades of Flamingo #E5624D
Tints of Flamingo #E5624D
RGB
CMYK
RGB Variations
Color information
#E5624D (or 0xE5624D) is known color: Flamingo. HEX triplet: E5, 62 and 4D. RGB value is (229,98,77). Sum of RGB (Red+Green+Blue) = 229+98+77=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5624D is #1A9DB2. Grayscale: #868686. Windows color (decimal): -1744307 or 5071589. OLE color: 5071589.
HSL color Cylindrical-coordinate representation of color #E5624D: hue angle of 8.29º 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 #E5624D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 77 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.10 |
| HSL | 8.29º | 0.75% | 0.6% | - |
| HSV(B) | 8.29º | 0.66% | 0.9% | - |
| XYZ | 38.02 | 25.93 | 10.02 | - |
| YUV | 134.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 77 | 0 | 0.57 | 0.66 | 0.10 | 8.29 | 0.75 | 0.6 |
| Hex | E5 | 62 | 4D | 0 | 39 | 42 | A | 8 | 4B | 3C |
| Octal | 345 | 142 | 115 | 0 | 71 | 102 | 12 | 10 | 113 | 74 |
| Binary | 11100101 | 1100010 | 1001101 | 0 | 111001 | 1000010 | 1010 | 1000 | 1001011 | 111100 |
Color Harmonies of #E5624D
Complementary color
Monochromatic Colors of #E5624D
Black with #E5624D
Text Example
Text Example
White with #E5624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5624D; }
p { color: rgb(229,98,77); }
H1.HeaderClassName
{
color: #E5624D;
}
.AnyTagClassName
{
color: #E5624D;
}
</style>
background-color css
<style>
a { background-color: #E5624D; }
a { background-color: rgb(229,98,77); }
div.DivClassName
{
background-color: #E5624D;
}
.BgClassName
{
background-color: #E5624D;
}
</style>
border-color css
<style>
span { border-color: #E5624D; }
span { border-color: rgb(229,98,77); }
td.TdClassName
{
border-color: #E5624D;
}
.TagClassName
{
border-color: #E5624D;
}
</style>