Shades of Flamingo #EA5149
Tints of Flamingo #EA5149
RGB
CMYK
RGB Variations
Color information
#EA5149 (or 0xEA5149) is known color: Flamingo. HEX triplet: EA, 51 and 49. RGB value is (234,81,73). Sum of RGB (Red+Green+Blue) = 234+81+73=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5149 is #15AEB6. Grayscale: #7E7E7E. Windows color (decimal): -1420983 or 4805098. OLE color: 4805098.
HSL color Cylindrical-coordinate representation of color #EA5149: hue angle of 2.98º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA5149 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 73 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.08 |
| HSL | 2.98º | 0.79% | 0.6% | - |
| HSV(B) | 2.98º | 0.69% | 0.92% | - |
| XYZ | 38.08 | 23.86 | 8.9 | - |
| YUV | 125.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 73 | 0 | 0.65 | 0.69 | 0.08 | 2.98 | 0.79 | 0.6 |
| Hex | EA | 51 | 49 | 0 | 41 | 45 | 8 | 3 | 4F | 3C |
| Octal | 352 | 121 | 111 | 0 | 101 | 105 | 10 | 3 | 117 | 74 |
| Binary | 11101010 | 1010001 | 1001001 | 0 | 1000001 | 1000101 | 1000 | 11 | 1001111 | 111100 |
Color Harmonies of #EA5149
Complementary color
Monochromatic Colors of #EA5149
Black with #EA5149
Text Example
Text Example
White with #EA5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5149; }
p { color: rgb(234,81,73); }
H1.HeaderClassName
{
color: #EA5149;
}
.AnyTagClassName
{
color: #EA5149;
}
</style>
background-color css
<style>
a { background-color: #EA5149; }
a { background-color: rgb(234,81,73); }
div.DivClassName
{
background-color: #EA5149;
}
.BgClassName
{
background-color: #EA5149;
}
</style>
border-color css
<style>
span { border-color: #EA5149; }
span { border-color: rgb(234,81,73); }
td.TdClassName
{
border-color: #EA5149;
}
.TagClassName
{
border-color: #EA5149;
}
</style>