Shades of Flamingo #E5564B
Tints of Flamingo #E5564B
RGB
CMYK
RGB Variations
Color information
#E5564B (or 0xE5564B) is known color: Flamingo. HEX triplet: E5, 56 and 4B. RGB value is (229,86,75). Sum of RGB (Red+Green+Blue) = 229+86+75=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5564B is #1AA9B4. Grayscale: #7F7F7F. Windows color (decimal): -1747381 or 4937445. OLE color: 4937445.
HSL color Cylindrical-coordinate representation of color #E5564B: hue angle of 4.29º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5564B is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 75 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.10 |
| HSL | 4.29º | 0.75% | 0.6% | - |
| HSV(B) | 4.29º | 0.67% | 0.9% | - |
| XYZ | 36.91 | 23.82 | 9.31 | - |
| YUV | 127.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 75 | 0 | 0.62 | 0.67 | 0.10 | 4.29 | 0.75 | 0.6 |
| Hex | E5 | 56 | 4B | 0 | 3E | 43 | A | 4 | 4B | 3C |
| Octal | 345 | 126 | 113 | 0 | 76 | 103 | 12 | 4 | 113 | 74 |
| Binary | 11100101 | 1010110 | 1001011 | 0 | 111110 | 1000011 | 1010 | 100 | 1001011 | 111100 |
Color Harmonies of #E5564B
Complementary color
Monochromatic Colors of #E5564B
Black with #E5564B
Text Example
Text Example
White with #E5564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5564B; }
p { color: rgb(229,86,75); }
H1.HeaderClassName
{
color: #E5564B;
}
.AnyTagClassName
{
color: #E5564B;
}
</style>
background-color css
<style>
a { background-color: #E5564B; }
a { background-color: rgb(229,86,75); }
div.DivClassName
{
background-color: #E5564B;
}
.BgClassName
{
background-color: #E5564B;
}
</style>
border-color css
<style>
span { border-color: #E5564B; }
span { border-color: rgb(229,86,75); }
td.TdClassName
{
border-color: #E5564B;
}
.TagClassName
{
border-color: #E5564B;
}
</style>