Shades of Flamingo #EA5945
Tints of Flamingo #EA5945
RGB
CMYK
RGB Variations
Color information
#EA5945 (or 0xEA5945) is known color: Flamingo. HEX triplet: EA, 59 and 45. RGB value is (234,89,69). Sum of RGB (Red+Green+Blue) = 234+89+69=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5945 is #15A6BA. Grayscale: #828282. Windows color (decimal): -1418939 or 4545002. OLE color: 4545002.
HSL color Cylindrical-coordinate representation of color #EA5945: hue angle of 7.27º 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 #EA5945 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 69 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.08 |
| HSL | 7.27º | 0.8% | 0.59% | - |
| HSV(B) | 7.27º | 0.71% | 0.92% | - |
| XYZ | 38.58 | 25.07 | 8.44 | - |
| YUV | 130.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 69 | 0 | 0.62 | 0.71 | 0.08 | 7.27 | 0.8 | 0.59 |
| Hex | EA | 59 | 45 | 0 | 3E | 47 | 8 | 7 | 50 | 3B |
| Octal | 352 | 131 | 105 | 0 | 76 | 107 | 10 | 7 | 120 | 73 |
| Binary | 11101010 | 1011001 | 1000101 | 0 | 111110 | 1000111 | 1000 | 111 | 1010000 | 111011 |
Color Harmonies of #EA5945
Complementary color
Monochromatic Colors of #EA5945
Black with #EA5945
Text Example
Text Example
White with #EA5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5945; }
p { color: rgb(234,89,69); }
H1.HeaderClassName
{
color: #EA5945;
}
.AnyTagClassName
{
color: #EA5945;
}
</style>
background-color css
<style>
a { background-color: #EA5945; }
a { background-color: rgb(234,89,69); }
div.DivClassName
{
background-color: #EA5945;
}
.BgClassName
{
background-color: #EA5945;
}
</style>
border-color css
<style>
span { border-color: #EA5945; }
span { border-color: rgb(234,89,69); }
td.TdClassName
{
border-color: #EA5945;
}
.TagClassName
{
border-color: #EA5945;
}
</style>