Shades of Flamingo #EC6343
Tints of Flamingo #EC6343
RGB
CMYK
RGB Variations
Color information
#EC6343 (or 0xEC6343) is known color: Flamingo. HEX triplet: EC, 63 and 43. RGB value is (236,99,67). Sum of RGB (Red+Green+Blue) = 236+99+67=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6343 is #139CBC. Grayscale: #888888. Windows color (decimal): -1285309 or 4416492. OLE color: 4416492.
HSL color Cylindrical-coordinate representation of color #EC6343: hue angle of 11.36º 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 #EC6343 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 67 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.07 |
| HSL | 11.36º | 0.82% | 0.59% | - |
| HSV(B) | 11.36º | 0.72% | 0.93% | - |
| XYZ | 40.07 | 27.16 | 8.44 | - |
| YUV | 136.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 67 | 0 | 0.58 | 0.72 | 0.07 | 11.36 | 0.82 | 0.59 |
| Hex | EC | 63 | 43 | 0 | 3A | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 143 | 103 | 0 | 72 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100011 | 1000011 | 0 | 111010 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6343
Complementary color
Monochromatic Colors of #EC6343
Black with #EC6343
Text Example
Text Example
White with #EC6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6343; }
p { color: rgb(236,99,67); }
H1.HeaderClassName
{
color: #EC6343;
}
.AnyTagClassName
{
color: #EC6343;
}
</style>
background-color css
<style>
a { background-color: #EC6343; }
a { background-color: rgb(236,99,67); }
div.DivClassName
{
background-color: #EC6343;
}
.BgClassName
{
background-color: #EC6343;
}
</style>
border-color css
<style>
span { border-color: #EC6343; }
span { border-color: rgb(236,99,67); }
td.TdClassName
{
border-color: #EC6343;
}
.TagClassName
{
border-color: #EC6343;
}
</style>