Shades of Flamingo #EA6549
Tints of Flamingo #EA6549
RGB
CMYK
RGB Variations
Color information
#EA6549 (or 0xEA6549) is known color: Flamingo. HEX triplet: EA, 65 and 49. RGB value is (234,101,73). Sum of RGB (Red+Green+Blue) = 234+101+73=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6549 is #159AB6. Grayscale: #898989. Windows color (decimal): -1415863 or 4810218. OLE color: 4810218.
HSL color Cylindrical-coordinate representation of color #EA6549: hue angle of 10.43º 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 #EA6549 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 73 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.08 |
| HSL | 10.43º | 0.79% | 0.6% | - |
| HSV(B) | 10.43º | 0.69% | 0.92% | - |
| XYZ | 39.79 | 27.28 | 9.47 | - |
| YUV | 137.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 73 | 0 | 0.57 | 0.69 | 0.08 | 10.43 | 0.79 | 0.6 |
| Hex | EA | 65 | 49 | 0 | 39 | 45 | 8 | A | 4F | 3C |
| Octal | 352 | 145 | 111 | 0 | 71 | 105 | 10 | 12 | 117 | 74 |
| Binary | 11101010 | 1100101 | 1001001 | 0 | 111001 | 1000101 | 1000 | 1010 | 1001111 | 111100 |
Color Harmonies of #EA6549
Complementary color
Monochromatic Colors of #EA6549
Black with #EA6549
Text Example
Text Example
White with #EA6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6549; }
p { color: rgb(234,101,73); }
H1.HeaderClassName
{
color: #EA6549;
}
.AnyTagClassName
{
color: #EA6549;
}
</style>
background-color css
<style>
a { background-color: #EA6549; }
a { background-color: rgb(234,101,73); }
div.DivClassName
{
background-color: #EA6549;
}
.BgClassName
{
background-color: #EA6549;
}
</style>
border-color css
<style>
span { border-color: #EA6549; }
span { border-color: rgb(234,101,73); }
td.TdClassName
{
border-color: #EA6549;
}
.TagClassName
{
border-color: #EA6549;
}
</style>