Shades of Flamingo #EC6141
Tints of Flamingo #EC6141
RGB
CMYK
RGB Variations
Color information
#EC6141 (or 0xEC6141) is known color: Flamingo. HEX triplet: EC, 61 and 41. RGB value is (236,97,65). Sum of RGB (Red+Green+Blue) = 236+97+65=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6141 is #139EBE. Grayscale: #878787. Windows color (decimal): -1285823 or 4284908. OLE color: 4284908.
HSL color Cylindrical-coordinate representation of color #EC6141: hue angle of 11.23º 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 #EC6141 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 65 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.07 |
| HSL | 11.23º | 0.82% | 0.59% | - |
| HSV(B) | 11.23º | 0.72% | 0.93% | - |
| XYZ | 39.82 | 26.76 | 8.07 | - |
| YUV | 134.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 65 | 0 | 0.59 | 0.72 | 0.07 | 11.23 | 0.82 | 0.59 |
| Hex | EC | 61 | 41 | 0 | 3B | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 141 | 101 | 0 | 73 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100001 | 1000001 | 0 | 111011 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6141
Complementary color
Monochromatic Colors of #EC6141
Black with #EC6141
Text Example
Text Example
White with #EC6141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6141; }
p { color: rgb(236,97,65); }
H1.HeaderClassName
{
color: #EC6141;
}
.AnyTagClassName
{
color: #EC6141;
}
</style>
background-color css
<style>
a { background-color: #EC6141; }
a { background-color: rgb(236,97,65); }
div.DivClassName
{
background-color: #EC6141;
}
.BgClassName
{
background-color: #EC6141;
}
</style>
border-color css
<style>
span { border-color: #EC6141; }
span { border-color: rgb(236,97,65); }
td.TdClassName
{
border-color: #EC6141;
}
.TagClassName
{
border-color: #EC6141;
}
</style>