Shades of Flamingo #EC6043
Tints of Flamingo #EC6043
RGB
CMYK
RGB Variations
Color information
#EC6043 (or 0xEC6043) is known color: Flamingo. HEX triplet: EC, 60 and 43. RGB value is (236,96,67). Sum of RGB (Red+Green+Blue) = 236+96+67=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6043 is #139FBC. Grayscale: #868686. Windows color (decimal): -1286077 or 4415724. OLE color: 4415724.
HSL color Cylindrical-coordinate representation of color #EC6043: hue angle of 10.3º 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 #EC6043 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 67 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.07 |
| HSL | 10.3º | 0.82% | 0.59% | - |
| HSV(B) | 10.3º | 0.72% | 0.93% | - |
| XYZ | 39.79 | 26.6 | 8.35 | - |
| YUV | 134.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 67 | 0 | 0.59 | 0.72 | 0.07 | 10.3 | 0.82 | 0.59 |
| Hex | EC | 60 | 43 | 0 | 3B | 48 | 7 | A | 52 | 3B |
| Octal | 354 | 140 | 103 | 0 | 73 | 110 | 7 | 12 | 122 | 73 |
| Binary | 11101100 | 1100000 | 1000011 | 0 | 111011 | 1001000 | 111 | 1010 | 1010010 | 111011 |
Color Harmonies of #EC6043
Complementary color
Monochromatic Colors of #EC6043
Black with #EC6043
Text Example
Text Example
White with #EC6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6043; }
p { color: rgb(236,96,67); }
H1.HeaderClassName
{
color: #EC6043;
}
.AnyTagClassName
{
color: #EC6043;
}
</style>
background-color css
<style>
a { background-color: #EC6043; }
a { background-color: rgb(236,96,67); }
div.DivClassName
{
background-color: #EC6043;
}
.BgClassName
{
background-color: #EC6043;
}
</style>
border-color css
<style>
span { border-color: #EC6043; }
span { border-color: rgb(236,96,67); }
td.TdClassName
{
border-color: #EC6043;
}
.TagClassName
{
border-color: #EC6043;
}
</style>