Shades of Flamingo #EA5C43
Tints of Flamingo #EA5C43
RGB
CMYK
RGB Variations
Color information
#EA5C43 (or 0xEA5C43) is known color: Flamingo. HEX triplet: EA, 5C and 43. RGB value is (234,92,67). Sum of RGB (Red+Green+Blue) = 234+92+67=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C43 is #15A3BC. Grayscale: #838383. Windows color (decimal): -1418173 or 4414698. OLE color: 4414698.
HSL color Cylindrical-coordinate representation of color #EA5C43: hue angle of 8.98º 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 #EA5C43 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 67 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.08 |
| HSL | 8.98º | 0.8% | 0.59% | - |
| HSV(B) | 8.98º | 0.71% | 0.92% | - |
| XYZ | 38.77 | 25.55 | 8.2 | - |
| YUV | 131.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 67 | 0 | 0.61 | 0.71 | 0.08 | 8.98 | 0.8 | 0.59 |
| Hex | EA | 5C | 43 | 0 | 3D | 47 | 8 | 9 | 50 | 3B |
| Octal | 352 | 134 | 103 | 0 | 75 | 107 | 10 | 11 | 120 | 73 |
| Binary | 11101010 | 1011100 | 1000011 | 0 | 111101 | 1000111 | 1000 | 1001 | 1010000 | 111011 |
Color Harmonies of #EA5C43
Complementary color
Monochromatic Colors of #EA5C43
Black with #EA5C43
Text Example
Text Example
White with #EA5C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C43; }
p { color: rgb(234,92,67); }
H1.HeaderClassName
{
color: #EA5C43;
}
.AnyTagClassName
{
color: #EA5C43;
}
</style>
background-color css
<style>
a { background-color: #EA5C43; }
a { background-color: rgb(234,92,67); }
div.DivClassName
{
background-color: #EA5C43;
}
.BgClassName
{
background-color: #EA5C43;
}
</style>
border-color css
<style>
span { border-color: #EA5C43; }
span { border-color: rgb(234,92,67); }
td.TdClassName
{
border-color: #EA5C43;
}
.TagClassName
{
border-color: #EA5C43;
}
</style>