Shades of Flamingo #EC5D43
Tints of Flamingo #EC5D43
RGB
CMYK
RGB Variations
Color information
#EC5D43 (or 0xEC5D43) is known color: Flamingo. HEX triplet: EC, 5D and 43. RGB value is (236,93,67). Sum of RGB (Red+Green+Blue) = 236+93+67=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D43 is #13A2BC. Grayscale: #858585. Windows color (decimal): -1286845 or 4414956. OLE color: 4414956.
HSL color Cylindrical-coordinate representation of color #EC5D43: hue angle of 9.23º 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 #EC5D43 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 67 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.07 |
| HSL | 9.23º | 0.82% | 0.59% | - |
| HSV(B) | 9.23º | 0.72% | 0.93% | - |
| XYZ | 39.52 | 26.07 | 8.26 | - |
| YUV | 132.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 67 | 0 | 0.61 | 0.72 | 0.07 | 9.23 | 0.82 | 0.59 |
| Hex | EC | 5D | 43 | 0 | 3D | 48 | 7 | 9 | 52 | 3B |
| Octal | 354 | 135 | 103 | 0 | 75 | 110 | 7 | 11 | 122 | 73 |
| Binary | 11101100 | 1011101 | 1000011 | 0 | 111101 | 1001000 | 111 | 1001 | 1010010 | 111011 |
Color Harmonies of #EC5D43
Complementary color
Monochromatic Colors of #EC5D43
Black with #EC5D43
Text Example
Text Example
White with #EC5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D43; }
p { color: rgb(236,93,67); }
H1.HeaderClassName
{
color: #EC5D43;
}
.AnyTagClassName
{
color: #EC5D43;
}
</style>
background-color css
<style>
a { background-color: #EC5D43; }
a { background-color: rgb(236,93,67); }
div.DivClassName
{
background-color: #EC5D43;
}
.BgClassName
{
background-color: #EC5D43;
}
</style>
border-color css
<style>
span { border-color: #EC5D43; }
span { border-color: rgb(236,93,67); }
td.TdClassName
{
border-color: #EC5D43;
}
.TagClassName
{
border-color: #EC5D43;
}
</style>