Shades of Flamingo #EC604E
Tints of Flamingo #EC604E
RGB
CMYK
RGB Variations
Color information
#EC604E (or 0xEC604E) is known color: Flamingo. HEX triplet: EC, 60 and 4E. RGB value is (236,96,78). Sum of RGB (Red+Green+Blue) = 236+96+78=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC604E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC604E is #139FB1. Grayscale: #888888. Windows color (decimal): -1286066 or 5136620. OLE color: 5136620.
HSL color Cylindrical-coordinate representation of color #EC604E: hue angle of 6.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC604E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 78 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.07 |
| HSL | 6.84º | 0.81% | 0.62% | - |
| HSV(B) | 6.84º | 0.67% | 0.93% | - |
| XYZ | 40.15 | 26.75 | 10.25 | - |
| YUV | 135.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 78 | 0 | 0.59 | 0.67 | 0.07 | 6.84 | 0.81 | 0.62 |
| Hex | EC | 60 | 4E | 0 | 3B | 43 | 7 | 7 | 51 | 3E |
| Octal | 354 | 140 | 116 | 0 | 73 | 103 | 7 | 7 | 121 | 76 |
| Binary | 11101100 | 1100000 | 1001110 | 0 | 111011 | 1000011 | 111 | 111 | 1010001 | 111110 |
Color Harmonies of #EC604E
Complementary color
Monochromatic Colors of #EC604E
Black with #EC604E
Text Example
Text Example
White with #EC604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC604E; }
p { color: rgb(236,96,78); }
H1.HeaderClassName
{
color: #EC604E;
}
.AnyTagClassName
{
color: #EC604E;
}
</style>
background-color css
<style>
a { background-color: #EC604E; }
a { background-color: rgb(236,96,78); }
div.DivClassName
{
background-color: #EC604E;
}
.BgClassName
{
background-color: #EC604E;
}
</style>
border-color css
<style>
span { border-color: #EC604E; }
span { border-color: rgb(236,96,78); }
td.TdClassName
{
border-color: #EC604E;
}
.TagClassName
{
border-color: #EC604E;
}
</style>