Shades of Flamingo #E5564F
Tints of Flamingo #E5564F
RGB
CMYK
RGB Variations
Color information
#E5564F (or 0xE5564F) is known color: Flamingo. HEX triplet: E5, 56 and 4F. RGB value is (229,86,79). Sum of RGB (Red+Green+Blue) = 229+86+79=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5564F is #1AA9B0. Grayscale: #808080. Windows color (decimal): -1747377 or 5199589. OLE color: 5199589.
HSL color Cylindrical-coordinate representation of color #E5564F: hue angle of 2.8º degrees, saturation: 0.74, 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 #E5564F is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 79 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.10 |
| HSL | 2.8º | 0.74% | 0.6% | - |
| HSV(B) | 2.8º | 0.66% | 0.9% | - |
| XYZ | 37.05 | 23.88 | 10.05 | - |
| YUV | 127.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 79 | 0 | 0.62 | 0.66 | 0.10 | 2.8 | 0.74 | 0.6 |
| Hex | E5 | 56 | 4F | 0 | 3E | 42 | A | 3 | 4A | 3C |
| Octal | 345 | 126 | 117 | 0 | 76 | 102 | 12 | 3 | 112 | 74 |
| Binary | 11100101 | 1010110 | 1001111 | 0 | 111110 | 1000010 | 1010 | 11 | 1001010 | 111100 |
Color Harmonies of #E5564F
Complementary color
Monochromatic Colors of #E5564F
Black with #E5564F
Text Example
Text Example
White with #E5564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5564F; }
p { color: rgb(229,86,79); }
H1.HeaderClassName
{
color: #E5564F;
}
.AnyTagClassName
{
color: #E5564F;
}
</style>
background-color css
<style>
a { background-color: #E5564F; }
a { background-color: rgb(229,86,79); }
div.DivClassName
{
background-color: #E5564F;
}
.BgClassName
{
background-color: #E5564F;
}
</style>
border-color css
<style>
span { border-color: #E5564F; }
span { border-color: rgb(229,86,79); }
td.TdClassName
{
border-color: #E5564F;
}
.TagClassName
{
border-color: #E5564F;
}
</style>