Shades of Flamingo #EA5955
Tints of Flamingo #EA5955
RGB
CMYK
RGB Variations
Color information
#EA5955 (or 0xEA5955) is known color: Flamingo. HEX triplet: EA, 59 and 55. RGB value is (234,89,85). Sum of RGB (Red+Green+Blue) = 234+89+85=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5955 is #15A6AA. Grayscale: #848484. Windows color (decimal): -1418923 or 5593578. OLE color: 5593578.
HSL color Cylindrical-coordinate representation of color #EA5955: hue angle of 1.61º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5955 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 85 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.08 |
| HSL | 1.61º | 0.78% | 0.63% | - |
| HSV(B) | 1.61º | 0.64% | 0.92% | - |
| XYZ | 39.14 | 25.29 | 11.41 | - |
| YUV | 131.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 85 | 0 | 0.62 | 0.64 | 0.08 | 1.61 | 0.78 | 0.63 |
| Hex | EA | 59 | 55 | 0 | 3E | 40 | 8 | 2 | 4E | 3F |
| Octal | 352 | 131 | 125 | 0 | 76 | 100 | 10 | 2 | 116 | 77 |
| Binary | 11101010 | 1011001 | 1010101 | 0 | 111110 | 1000000 | 1000 | 10 | 1001110 | 111111 |
Color Harmonies of #EA5955
Complementary color
Monochromatic Colors of #EA5955
Black with #EA5955
Text Example
Text Example
White with #EA5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5955; }
p { color: rgb(234,89,85); }
H1.HeaderClassName
{
color: #EA5955;
}
.AnyTagClassName
{
color: #EA5955;
}
</style>
background-color css
<style>
a { background-color: #EA5955; }
a { background-color: rgb(234,89,85); }
div.DivClassName
{
background-color: #EA5955;
}
.BgClassName
{
background-color: #EA5955;
}
</style>
border-color css
<style>
span { border-color: #EA5955; }
span { border-color: rgb(234,89,85); }
td.TdClassName
{
border-color: #EA5955;
}
.TagClassName
{
border-color: #EA5955;
}
</style>