Shades of Flamingo #EA5B4E
Tints of Flamingo #EA5B4E
RGB
CMYK
RGB Variations
Color information
#EA5B4E (or 0xEA5B4E) is known color: Flamingo. HEX triplet: EA, 5B and 4E. RGB value is (234,91,78). Sum of RGB (Red+Green+Blue) = 234+91+78=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B4E is #15A4B1. Grayscale: #848484. Windows color (decimal): -1418418 or 5135338. OLE color: 5135338.
HSL color Cylindrical-coordinate representation of color #EA5B4E: hue angle of 5º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA5B4E is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 78 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.08 |
| HSL | 5º | 0.79% | 0.61% | - |
| HSV(B) | 5º | 0.67% | 0.92% | - |
| XYZ | 39.05 | 25.52 | 10.08 | - |
| YUV | 132.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 78 | 0 | 0.61 | 0.67 | 0.08 | 5 | 0.79 | 0.61 |
| Hex | EA | 5B | 4E | 0 | 3D | 43 | 8 | 5 | 4F | 3D |
| Octal | 352 | 133 | 116 | 0 | 75 | 103 | 10 | 5 | 117 | 75 |
| Binary | 11101010 | 1011011 | 1001110 | 0 | 111101 | 1000011 | 1000 | 101 | 1001111 | 111101 |
Color Harmonies of #EA5B4E
Complementary color
Monochromatic Colors of #EA5B4E
Black with #EA5B4E
Text Example
Text Example
White with #EA5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B4E; }
p { color: rgb(234,91,78); }
H1.HeaderClassName
{
color: #EA5B4E;
}
.AnyTagClassName
{
color: #EA5B4E;
}
</style>
background-color css
<style>
a { background-color: #EA5B4E; }
a { background-color: rgb(234,91,78); }
div.DivClassName
{
background-color: #EA5B4E;
}
.BgClassName
{
background-color: #EA5B4E;
}
</style>
border-color css
<style>
span { border-color: #EA5B4E; }
span { border-color: rgb(234,91,78); }
td.TdClassName
{
border-color: #EA5B4E;
}
.TagClassName
{
border-color: #EA5B4E;
}
</style>