Shades of Flamingo #EA5451
Tints of Flamingo #EA5451
RGB
CMYK
RGB Variations
Color information
#EA5451 (or 0xEA5451) is known color: Flamingo. HEX triplet: EA, 54 and 51. RGB value is (234,84,81). Sum of RGB (Red+Green+Blue) = 234+84+81=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5451 is #15ABAE. Grayscale: #808080. Windows color (decimal): -1420207 or 5330154. OLE color: 5330154.
HSL color Cylindrical-coordinate representation of color #EA5451: hue angle of 1.18º 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 #EA5451 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 81 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.08 |
| HSL | 1.18º | 0.78% | 0.62% | - |
| HSV(B) | 1.18º | 0.65% | 0.92% | - |
| XYZ | 38.59 | 24.43 | 10.47 | - |
| YUV | 128.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 81 | 0 | 0.64 | 0.65 | 0.08 | 1.18 | 0.78 | 0.62 |
| Hex | EA | 54 | 51 | 0 | 40 | 41 | 8 | 1 | 4E | 3E |
| Octal | 352 | 124 | 121 | 0 | 100 | 101 | 10 | 1 | 116 | 76 |
| Binary | 11101010 | 1010100 | 1010001 | 0 | 1000000 | 1000001 | 1000 | 1 | 1001110 | 111110 |
Color Harmonies of #EA5451
Complementary color
Monochromatic Colors of #EA5451
Black with #EA5451
Text Example
Text Example
White with #EA5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5451; }
p { color: rgb(234,84,81); }
H1.HeaderClassName
{
color: #EA5451;
}
.AnyTagClassName
{
color: #EA5451;
}
</style>
background-color css
<style>
a { background-color: #EA5451; }
a { background-color: rgb(234,84,81); }
div.DivClassName
{
background-color: #EA5451;
}
.BgClassName
{
background-color: #EA5451;
}
</style>
border-color css
<style>
span { border-color: #EA5451; }
span { border-color: rgb(234,84,81); }
td.TdClassName
{
border-color: #EA5451;
}
.TagClassName
{
border-color: #EA5451;
}
</style>