Shades of Flamingo #EA5E58
Tints of Flamingo #EA5E58
RGB
CMYK
RGB Variations
Color information
#EA5E58 (or 0xEA5E58) is known color: Flamingo. HEX triplet: EA, 5E and 58. RGB value is (234,94,88). Sum of RGB (Red+Green+Blue) = 234+94+88=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E58 is #15A1A7. Grayscale: #878787. Windows color (decimal): -1417640 or 5791466. OLE color: 5791466.
HSL color Cylindrical-coordinate representation of color #EA5E58: hue angle of 2.47º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5E58 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 88 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.08 |
| HSL | 2.47º | 0.78% | 0.63% | - |
| HSV(B) | 2.47º | 0.62% | 0.92% | - |
| XYZ | 39.7 | 26.2 | 12.2 | - |
| YUV | 135.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 88 | 0 | 0.60 | 0.62 | 0.08 | 2.47 | 0.78 | 0.63 |
| Hex | EA | 5E | 58 | 0 | 3C | 3E | 8 | 2 | 4E | 3F |
| Octal | 352 | 136 | 130 | 0 | 74 | 76 | 10 | 2 | 116 | 77 |
| Binary | 11101010 | 1011110 | 1011000 | 0 | 111100 | 111110 | 1000 | 10 | 1001110 | 111111 |
Color Harmonies of #EA5E58
Complementary color
Monochromatic Colors of #EA5E58
Black with #EA5E58
Text Example
Text Example
White with #EA5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E58; }
p { color: rgb(234,94,88); }
H1.HeaderClassName
{
color: #EA5E58;
}
.AnyTagClassName
{
color: #EA5E58;
}
</style>
background-color css
<style>
a { background-color: #EA5E58; }
a { background-color: rgb(234,94,88); }
div.DivClassName
{
background-color: #EA5E58;
}
.BgClassName
{
background-color: #EA5E58;
}
</style>
border-color css
<style>
span { border-color: #EA5E58; }
span { border-color: rgb(234,94,88); }
td.TdClassName
{
border-color: #EA5E58;
}
.TagClassName
{
border-color: #EA5E58;
}
</style>