Shades of Flamingo #EA5E5A
Tints of Flamingo #EA5E5A
RGB
CMYK
RGB Variations
Color information
#EA5E5A (or 0xEA5E5A) is known color: Flamingo. HEX triplet: EA, 5E and 5A. RGB value is (234,94,90). Sum of RGB (Red+Green+Blue) = 234+94+90=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E5A is #15A1A5. Grayscale: #878787. Windows color (decimal): -1417638 or 5922538. OLE color: 5922538.
HSL color Cylindrical-coordinate representation of color #EA5E5A: hue angle of 1.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5E5A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 90 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.08 |
| HSL | 1.67º | 0.77% | 0.64% | - |
| HSV(B) | 1.67º | 0.62% | 0.92% | - |
| XYZ | 39.78 | 26.24 | 12.64 | - |
| YUV | 135.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 90 | 0 | 0.60 | 0.62 | 0.08 | 1.67 | 0.77 | 0.64 |
| Hex | EA | 5E | 5A | 0 | 3C | 3E | 8 | 2 | 4D | 40 |
| Octal | 352 | 136 | 132 | 0 | 74 | 76 | 10 | 2 | 115 | 100 |
| Binary | 11101010 | 1011110 | 1011010 | 0 | 111100 | 111110 | 1000 | 10 | 1001101 | 1000000 |
Color Harmonies of #EA5E5A
Complementary color
Monochromatic Colors of #EA5E5A
Black with #EA5E5A
Text Example
Text Example
White with #EA5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E5A; }
p { color: rgb(234,94,90); }
H1.HeaderClassName
{
color: #EA5E5A;
}
.AnyTagClassName
{
color: #EA5E5A;
}
</style>
background-color css
<style>
a { background-color: #EA5E5A; }
a { background-color: rgb(234,94,90); }
div.DivClassName
{
background-color: #EA5E5A;
}
.BgClassName
{
background-color: #EA5E5A;
}
</style>
border-color css
<style>
span { border-color: #EA5E5A; }
span { border-color: rgb(234,94,90); }
td.TdClassName
{
border-color: #EA5E5A;
}
.TagClassName
{
border-color: #EA5E5A;
}
</style>