Shades of Flamingo #EA6849
Tints of Flamingo #EA6849
RGB
CMYK
RGB Variations
Color information
#EA6849 (or 0xEA6849) is known color: Flamingo. HEX triplet: EA, 68 and 49. RGB value is (234,104,73). Sum of RGB (Red+Green+Blue) = 234+104+73=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6849 is #1597B6. Grayscale: #8B8B8B. Windows color (decimal): -1415095 or 4810986. OLE color: 4810986.
HSL color Cylindrical-coordinate representation of color #EA6849: hue angle of 11.55º 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 #EA6849 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 73 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.08 |
| HSL | 11.55º | 0.79% | 0.6% | - |
| HSV(B) | 11.55º | 0.69% | 0.92% | - |
| XYZ | 40.08 | 27.87 | 9.57 | - |
| YUV | 139.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 73 | 0 | 0.56 | 0.69 | 0.08 | 11.55 | 0.79 | 0.6 |
| Hex | EA | 68 | 49 | 0 | 38 | 45 | 8 | C | 4F | 3C |
| Octal | 352 | 150 | 111 | 0 | 70 | 105 | 10 | 14 | 117 | 74 |
| Binary | 11101010 | 1101000 | 1001001 | 0 | 111000 | 1000101 | 1000 | 1100 | 1001111 | 111100 |
Color Harmonies of #EA6849
Complementary color
Monochromatic Colors of #EA6849
Black with #EA6849
Text Example
Text Example
White with #EA6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6849; }
p { color: rgb(234,104,73); }
H1.HeaderClassName
{
color: #EA6849;
}
.AnyTagClassName
{
color: #EA6849;
}
</style>
background-color css
<style>
a { background-color: #EA6849; }
a { background-color: rgb(234,104,73); }
div.DivClassName
{
background-color: #EA6849;
}
.BgClassName
{
background-color: #EA6849;
}
</style>
border-color css
<style>
span { border-color: #EA6849; }
span { border-color: rgb(234,104,73); }
td.TdClassName
{
border-color: #EA6849;
}
.TagClassName
{
border-color: #EA6849;
}
</style>