Shades of Flamingo #EC5F43
Tints of Flamingo #EC5F43
RGB
CMYK
RGB Variations
Color information
#EC5F43 (or 0xEC5F43) is known color: Flamingo. HEX triplet: EC, 5F and 43. RGB value is (236,95,67). Sum of RGB (Red+Green+Blue) = 236+95+67=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F43 is #13A0BC. Grayscale: #868686. Windows color (decimal): -1286333 or 4415468. OLE color: 4415468.
HSL color Cylindrical-coordinate representation of color #EC5F43: hue angle of 9.94º 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 #EC5F43 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 67 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.07 |
| HSL | 9.94º | 0.82% | 0.59% | - |
| HSV(B) | 9.94º | 0.72% | 0.93% | - |
| XYZ | 39.7 | 26.42 | 8.32 | - |
| YUV | 133.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 67 | 0 | 0.60 | 0.72 | 0.07 | 9.94 | 0.82 | 0.59 |
| Hex | EC | 5F | 43 | 0 | 3C | 48 | 7 | A | 52 | 3B |
| Octal | 354 | 137 | 103 | 0 | 74 | 110 | 7 | 12 | 122 | 73 |
| Binary | 11101100 | 1011111 | 1000011 | 0 | 111100 | 1001000 | 111 | 1010 | 1010010 | 111011 |
Color Harmonies of #EC5F43
Complementary color
Monochromatic Colors of #EC5F43
Black with #EC5F43
Text Example
Text Example
White with #EC5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F43; }
p { color: rgb(236,95,67); }
H1.HeaderClassName
{
color: #EC5F43;
}
.AnyTagClassName
{
color: #EC5F43;
}
</style>
background-color css
<style>
a { background-color: #EC5F43; }
a { background-color: rgb(236,95,67); }
div.DivClassName
{
background-color: #EC5F43;
}
.BgClassName
{
background-color: #EC5F43;
}
</style>
border-color css
<style>
span { border-color: #EC5F43; }
span { border-color: rgb(236,95,67); }
td.TdClassName
{
border-color: #EC5F43;
}
.TagClassName
{
border-color: #EC5F43;
}
</style>