Shades of Flamingo #EC5E43
Tints of Flamingo #EC5E43
RGB
CMYK
RGB Variations
Color information
#EC5E43 (or 0xEC5E43) is known color: Flamingo. HEX triplet: EC, 5E and 43. RGB value is (236,94,67). Sum of RGB (Red+Green+Blue) = 236+94+67=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E43 is #13A1BC. Grayscale: #858585. Windows color (decimal): -1286589 or 4415212. OLE color: 4415212.
HSL color Cylindrical-coordinate representation of color #EC5E43: hue angle of 9.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5E43 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 67 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.07 |
| HSL | 9.59º | 0.82% | 0.59% | - |
| HSV(B) | 9.59º | 0.72% | 0.93% | - |
| XYZ | 39.61 | 26.24 | 8.29 | - |
| YUV | 133.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 67 | 0 | 0.60 | 0.72 | 0.07 | 9.59 | 0.82 | 0.59 |
| Hex | EC | 5E | 43 | 0 | 3C | 48 | 7 | A | 52 | 3B |
| Octal | 354 | 136 | 103 | 0 | 74 | 110 | 7 | 12 | 122 | 73 |
| Binary | 11101100 | 1011110 | 1000011 | 0 | 111100 | 1001000 | 111 | 1010 | 1010010 | 111011 |
Color Harmonies of #EC5E43
Complementary color
Monochromatic Colors of #EC5E43
Black with #EC5E43
Text Example
Text Example
White with #EC5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E43; }
p { color: rgb(236,94,67); }
H1.HeaderClassName
{
color: #EC5E43;
}
.AnyTagClassName
{
color: #EC5E43;
}
</style>
background-color css
<style>
a { background-color: #EC5E43; }
a { background-color: rgb(236,94,67); }
div.DivClassName
{
background-color: #EC5E43;
}
.BgClassName
{
background-color: #EC5E43;
}
</style>
border-color css
<style>
span { border-color: #EC5E43; }
span { border-color: rgb(236,94,67); }
td.TdClassName
{
border-color: #EC5E43;
}
.TagClassName
{
border-color: #EC5E43;
}
</style>