Shades of Flamingo #EA6843
Tints of Flamingo #EA6843
RGB
CMYK
RGB Variations
Color information
#EA6843 (or 0xEA6843) is known color: Flamingo. HEX triplet: EA, 68 and 43. RGB value is (234,104,67). Sum of RGB (Red+Green+Blue) = 234+104+67=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6843 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6843 is #1597BC. Grayscale: #8A8A8A. Windows color (decimal): -1415101 or 4417770. OLE color: 4417770.
HSL color Cylindrical-coordinate representation of color #EA6843: hue angle of 13.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6843 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.08 |
| HSL | 13.29º | 0.8% | 0.59% | - |
| HSV(B) | 13.29º | 0.71% | 0.92% | - |
| XYZ | 39.9 | 27.8 | 8.57 | - |
| YUV | 138.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 67 | 0 | 0.56 | 0.71 | 0.08 | 13.29 | 0.8 | 0.59 |
| Hex | EA | 68 | 43 | 0 | 38 | 47 | 8 | D | 50 | 3B |
| Octal | 352 | 150 | 103 | 0 | 70 | 107 | 10 | 15 | 120 | 73 |
| Binary | 11101010 | 1101000 | 1000011 | 0 | 111000 | 1000111 | 1000 | 1101 | 1010000 | 111011 |
Color Harmonies of #EA6843
Complementary color
Monochromatic Colors of #EA6843
Black with #EA6843
Text Example
Text Example
White with #EA6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6843; }
p { color: rgb(234,104,67); }
H1.HeaderClassName
{
color: #EA6843;
}
.AnyTagClassName
{
color: #EA6843;
}
</style>
background-color css
<style>
a { background-color: #EA6843; }
a { background-color: rgb(234,104,67); }
div.DivClassName
{
background-color: #EA6843;
}
.BgClassName
{
background-color: #EA6843;
}
</style>
border-color css
<style>
span { border-color: #EA6843; }
span { border-color: rgb(234,104,67); }
td.TdClassName
{
border-color: #EA6843;
}
.TagClassName
{
border-color: #EA6843;
}
</style>