Shades of Flamingo #EA5953
Tints of Flamingo #EA5953
RGB
CMYK
RGB Variations
Color information
#EA5953 (or 0xEA5953) is known color: Flamingo. HEX triplet: EA, 59 and 53. RGB value is (234,89,83). Sum of RGB (Red+Green+Blue) = 234+89+83=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5953 is #15A6AC. Grayscale: #838383. Windows color (decimal): -1418925 or 5462506. OLE color: 5462506.
HSL color Cylindrical-coordinate representation of color #EA5953: hue angle of 2.38º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5953 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 83 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.08 |
| HSL | 2.38º | 0.78% | 0.62% | - |
| HSV(B) | 2.38º | 0.65% | 0.92% | - |
| XYZ | 39.07 | 25.26 | 11 | - |
| YUV | 131.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 83 | 0 | 0.62 | 0.65 | 0.08 | 2.38 | 0.78 | 0.62 |
| Hex | EA | 59 | 53 | 0 | 3E | 41 | 8 | 2 | 4E | 3E |
| Octal | 352 | 131 | 123 | 0 | 76 | 101 | 10 | 2 | 116 | 76 |
| Binary | 11101010 | 1011001 | 1010011 | 0 | 111110 | 1000001 | 1000 | 10 | 1001110 | 111110 |
Color Harmonies of #EA5953
Complementary color
Monochromatic Colors of #EA5953
Black with #EA5953
Text Example
Text Example
White with #EA5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5953; }
p { color: rgb(234,89,83); }
H1.HeaderClassName
{
color: #EA5953;
}
.AnyTagClassName
{
color: #EA5953;
}
</style>
background-color css
<style>
a { background-color: #EA5953; }
a { background-color: rgb(234,89,83); }
div.DivClassName
{
background-color: #EA5953;
}
.BgClassName
{
background-color: #EA5953;
}
</style>
border-color css
<style>
span { border-color: #EA5953; }
span { border-color: rgb(234,89,83); }
td.TdClassName
{
border-color: #EA5953;
}
.TagClassName
{
border-color: #EA5953;
}
</style>