Shades of Flamingo #EC6041
Tints of Flamingo #EC6041
RGB
CMYK
RGB Variations
Color information
#EC6041 (or 0xEC6041) is known color: Flamingo. HEX triplet: EC, 60 and 41. RGB value is (236,96,65). Sum of RGB (Red+Green+Blue) = 236+96+65=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6041 is #139FBE. Grayscale: #868686. Windows color (decimal): -1286079 or 4284652. OLE color: 4284652.
HSL color Cylindrical-coordinate representation of color #EC6041: hue angle of 10.88º 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 #EC6041 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 65 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.07 |
| HSL | 10.88º | 0.82% | 0.59% | - |
| HSV(B) | 10.88º | 0.72% | 0.93% | - |
| XYZ | 39.73 | 26.58 | 8.04 | - |
| YUV | 134.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 65 | 0 | 0.59 | 0.72 | 0.07 | 10.88 | 0.82 | 0.59 |
| Hex | EC | 60 | 41 | 0 | 3B | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 140 | 101 | 0 | 73 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100000 | 1000001 | 0 | 111011 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6041
Complementary color
Monochromatic Colors of #EC6041
Black with #EC6041
Text Example
Text Example
White with #EC6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6041; }
p { color: rgb(236,96,65); }
H1.HeaderClassName
{
color: #EC6041;
}
.AnyTagClassName
{
color: #EC6041;
}
</style>
background-color css
<style>
a { background-color: #EC6041; }
a { background-color: rgb(236,96,65); }
div.DivClassName
{
background-color: #EC6041;
}
.BgClassName
{
background-color: #EC6041;
}
</style>
border-color css
<style>
span { border-color: #EC6041; }
span { border-color: rgb(236,96,65); }
td.TdClassName
{
border-color: #EC6041;
}
.TagClassName
{
border-color: #EC6041;
}
</style>