Shades of Flamingo #EC6243
Tints of Flamingo #EC6243
RGB
CMYK
RGB Variations
Color information
#EC6243 (or 0xEC6243) is known color: Flamingo. HEX triplet: EC, 62 and 43. RGB value is (236,98,67). Sum of RGB (Red+Green+Blue) = 236+98+67=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6243 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6243 is #139DBC. Grayscale: #878787. Windows color (decimal): -1285565 or 4416236. OLE color: 4416236.
HSL color Cylindrical-coordinate representation of color #EC6243: hue angle of 11.01º 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 #EC6243 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 67 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.07 |
| HSL | 11.01º | 0.82% | 0.59% | - |
| HSV(B) | 11.01º | 0.72% | 0.93% | - |
| XYZ | 39.97 | 26.97 | 8.41 | - |
| YUV | 135.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 67 | 0 | 0.58 | 0.72 | 0.07 | 11.01 | 0.82 | 0.59 |
| Hex | EC | 62 | 43 | 0 | 3A | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 142 | 103 | 0 | 72 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100010 | 1000011 | 0 | 111010 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6243
Complementary color
Monochromatic Colors of #EC6243
Black with #EC6243
Text Example
Text Example
White with #EC6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6243; }
p { color: rgb(236,98,67); }
H1.HeaderClassName
{
color: #EC6243;
}
.AnyTagClassName
{
color: #EC6243;
}
</style>
background-color css
<style>
a { background-color: #EC6243; }
a { background-color: rgb(236,98,67); }
div.DivClassName
{
background-color: #EC6243;
}
.BgClassName
{
background-color: #EC6243;
}
</style>
border-color css
<style>
span { border-color: #EC6243; }
span { border-color: rgb(236,98,67); }
td.TdClassName
{
border-color: #EC6243;
}
.TagClassName
{
border-color: #EC6243;
}
</style>