Shades of Flamingo #EA564E
Tints of Flamingo #EA564E
RGB
CMYK
RGB Variations
Color information
#EA564E (or 0xEA564E) is known color: Flamingo. HEX triplet: EA, 56 and 4E. RGB value is (234,86,78). Sum of RGB (Red+Green+Blue) = 234+86+78=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA564E is #15A9B1. Grayscale: #818181. Windows color (decimal): -1419698 or 5134058. OLE color: 5134058.
HSL color Cylindrical-coordinate representation of color #EA564E: hue angle of 3.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA564E is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 78 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.08 |
| HSL | 3.08º | 0.79% | 0.61% | - |
| HSV(B) | 3.08º | 0.67% | 0.92% | - |
| XYZ | 38.63 | 24.7 | 9.94 | - |
| YUV | 129.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 78 | 0 | 0.63 | 0.67 | 0.08 | 3.08 | 0.79 | 0.61 |
| Hex | EA | 56 | 4E | 0 | 3F | 43 | 8 | 3 | 4F | 3D |
| Octal | 352 | 126 | 116 | 0 | 77 | 103 | 10 | 3 | 117 | 75 |
| Binary | 11101010 | 1010110 | 1001110 | 0 | 111111 | 1000011 | 1000 | 11 | 1001111 | 111101 |
Color Harmonies of #EA564E
Complementary color
Monochromatic Colors of #EA564E
Black with #EA564E
Text Example
Text Example
White with #EA564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA564E; }
p { color: rgb(234,86,78); }
H1.HeaderClassName
{
color: #EA564E;
}
.AnyTagClassName
{
color: #EA564E;
}
</style>
background-color css
<style>
a { background-color: #EA564E; }
a { background-color: rgb(234,86,78); }
div.DivClassName
{
background-color: #EA564E;
}
.BgClassName
{
background-color: #EA564E;
}
</style>
border-color css
<style>
span { border-color: #EA564E; }
span { border-color: rgb(234,86,78); }
td.TdClassName
{
border-color: #EA564E;
}
.TagClassName
{
border-color: #EA564E;
}
</style>