Shades of Flamingo #EA5944
Tints of Flamingo #EA5944
RGB
CMYK
RGB Variations
Color information
#EA5944 (or 0xEA5944) is known color: Flamingo. HEX triplet: EA, 59 and 44. RGB value is (234,89,68). Sum of RGB (Red+Green+Blue) = 234+89+68=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5944 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5944 is #15A6BB. Grayscale: #828282. Windows color (decimal): -1418940 or 4479466. OLE color: 4479466.
HSL color Cylindrical-coordinate representation of color #EA5944: hue angle of 7.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA5944 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 68 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.08 |
| HSL | 7.59º | 0.8% | 0.59% | - |
| HSV(B) | 7.59º | 0.71% | 0.92% | - |
| XYZ | 38.55 | 25.05 | 8.27 | - |
| YUV | 129.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 68 | 0 | 0.62 | 0.71 | 0.08 | 7.59 | 0.8 | 0.59 |
| Hex | EA | 59 | 44 | 0 | 3E | 47 | 8 | 8 | 50 | 3B |
| Octal | 352 | 131 | 104 | 0 | 76 | 107 | 10 | 10 | 120 | 73 |
| Binary | 11101010 | 1011001 | 1000100 | 0 | 111110 | 1000111 | 1000 | 1000 | 1010000 | 111011 |
Color Harmonies of #EA5944
Complementary color
Monochromatic Colors of #EA5944
Black with #EA5944
Text Example
Text Example
White with #EA5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5944; }
p { color: rgb(234,89,68); }
H1.HeaderClassName
{
color: #EA5944;
}
.AnyTagClassName
{
color: #EA5944;
}
</style>
background-color css
<style>
a { background-color: #EA5944; }
a { background-color: rgb(234,89,68); }
div.DivClassName
{
background-color: #EA5944;
}
.BgClassName
{
background-color: #EA5944;
}
</style>
border-color css
<style>
span { border-color: #EA5944; }
span { border-color: rgb(234,89,68); }
td.TdClassName
{
border-color: #EA5944;
}
.TagClassName
{
border-color: #EA5944;
}
</style>