Shades of Flamingo #E9564E
Tints of Flamingo #E9564E
RGB
CMYK
RGB Variations
Color information
#E9564E (or 0xE9564E) is known color: Flamingo. HEX triplet: E9, 56 and 4E. RGB value is (233,86,78). Sum of RGB (Red+Green+Blue) = 233+86+78=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E9564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9564E is #16A9B1. Grayscale: #818181. Windows color (decimal): -1485234 or 5134057. OLE color: 5134057.
HSL color Cylindrical-coordinate representation of color #E9564E: hue angle of 3.1º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9564E is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 78 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.09 |
| HSL | 3.1º | 0.78% | 0.61% | - |
| HSV(B) | 3.1º | 0.67% | 0.91% | - |
| XYZ | 38.31 | 24.53 | 9.92 | - |
| YUV | 129.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 78 | 0 | 0.63 | 0.67 | 0.09 | 3.1 | 0.78 | 0.61 |
| Hex | E9 | 56 | 4E | 0 | 3F | 43 | 9 | 3 | 4E | 3D |
| Octal | 351 | 126 | 116 | 0 | 77 | 103 | 11 | 3 | 116 | 75 |
| Binary | 11101001 | 1010110 | 1001110 | 0 | 111111 | 1000011 | 1001 | 11 | 1001110 | 111101 |
Color Harmonies of #E9564E
Complementary color
Monochromatic Colors of #E9564E
Black with #E9564E
Text Example
Text Example
White with #E9564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9564E; }
p { color: rgb(233,86,78); }
H1.HeaderClassName
{
color: #E9564E;
}
.AnyTagClassName
{
color: #E9564E;
}
</style>
background-color css
<style>
a { background-color: #E9564E; }
a { background-color: rgb(233,86,78); }
div.DivClassName
{
background-color: #E9564E;
}
.BgClassName
{
background-color: #E9564E;
}
</style>
border-color css
<style>
span { border-color: #E9564E; }
span { border-color: rgb(233,86,78); }
td.TdClassName
{
border-color: #E9564E;
}
.TagClassName
{
border-color: #E9564E;
}
</style>