Shades of Flamingo #EA5844
Tints of Flamingo #EA5844
RGB
CMYK
RGB Variations
Color information
#EA5844 (or 0xEA5844) is known color: Flamingo. HEX triplet: EA, 58 and 44. RGB value is (234,88,68). Sum of RGB (Red+Green+Blue) = 234+88+68=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5844 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5844 is #15A7BB. Grayscale: #818181. Windows color (decimal): -1419196 or 4479210. OLE color: 4479210.
HSL color Cylindrical-coordinate representation of color #EA5844: hue angle of 7.23º 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 #EA5844 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 68 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.08 |
| HSL | 7.23º | 0.8% | 0.59% | - |
| HSV(B) | 7.23º | 0.71% | 0.92% | - |
| XYZ | 38.46 | 24.89 | 8.25 | - |
| YUV | 129.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 68 | 0 | 0.62 | 0.71 | 0.08 | 7.23 | 0.8 | 0.59 |
| Hex | EA | 58 | 44 | 0 | 3E | 47 | 8 | 7 | 50 | 3B |
| Octal | 352 | 130 | 104 | 0 | 76 | 107 | 10 | 7 | 120 | 73 |
| Binary | 11101010 | 1011000 | 1000100 | 0 | 111110 | 1000111 | 1000 | 111 | 1010000 | 111011 |
Color Harmonies of #EA5844
Complementary color
Monochromatic Colors of #EA5844
Black with #EA5844
Text Example
Text Example
White with #EA5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5844; }
p { color: rgb(234,88,68); }
H1.HeaderClassName
{
color: #EA5844;
}
.AnyTagClassName
{
color: #EA5844;
}
</style>
background-color css
<style>
a { background-color: #EA5844; }
a { background-color: rgb(234,88,68); }
div.DivClassName
{
background-color: #EA5844;
}
.BgClassName
{
background-color: #EA5844;
}
</style>
border-color css
<style>
span { border-color: #EA5844; }
span { border-color: rgb(234,88,68); }
td.TdClassName
{
border-color: #EA5844;
}
.TagClassName
{
border-color: #EA5844;
}
</style>