Shades of Flamingo #EC6144
Tints of Flamingo #EC6144
RGB
CMYK
RGB Variations
Color information
#EC6144 (or 0xEC6144) is known color: Flamingo. HEX triplet: EC, 61 and 44. RGB value is (236,97,68). Sum of RGB (Red+Green+Blue) = 236+97+68=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6144 is #139EBB. Grayscale: #878787. Windows color (decimal): -1285820 or 4481516. OLE color: 4481516.
HSL color Cylindrical-coordinate representation of color #EC6144: hue angle of 10.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC6144 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 68 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.07 |
| HSL | 10.36º | 0.82% | 0.6% | - |
| HSV(B) | 10.36º | 0.71% | 0.93% | - |
| XYZ | 39.91 | 26.8 | 8.54 | - |
| YUV | 135.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 68 | 0 | 0.59 | 0.71 | 0.07 | 10.36 | 0.82 | 0.6 |
| Hex | EC | 61 | 44 | 0 | 3B | 47 | 7 | A | 52 | 3C |
| Octal | 354 | 141 | 104 | 0 | 73 | 107 | 7 | 12 | 122 | 74 |
| Binary | 11101100 | 1100001 | 1000100 | 0 | 111011 | 1000111 | 111 | 1010 | 1010010 | 111100 |
Color Harmonies of #EC6144
Complementary color
Monochromatic Colors of #EC6144
Black with #EC6144
Text Example
Text Example
White with #EC6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6144; }
p { color: rgb(236,97,68); }
H1.HeaderClassName
{
color: #EC6144;
}
.AnyTagClassName
{
color: #EC6144;
}
</style>
background-color css
<style>
a { background-color: #EC6144; }
a { background-color: rgb(236,97,68); }
div.DivClassName
{
background-color: #EC6144;
}
.BgClassName
{
background-color: #EC6144;
}
</style>
border-color css
<style>
span { border-color: #EC6144; }
span { border-color: rgb(236,97,68); }
td.TdClassName
{
border-color: #EC6144;
}
.TagClassName
{
border-color: #EC6144;
}
</style>