Shades of Flamingo #EC603F
Tints of Flamingo #EC603F
RGB
CMYK
RGB Variations
Color information
#EC603F (or 0xEC603F) is known color: Flamingo. HEX triplet: EC, 60 and 3F. RGB value is (236,96,63). Sum of RGB (Red+Green+Blue) = 236+96+63=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC603F is #139FC0. Grayscale: #868686. Windows color (decimal): -1286081 or 4153580. OLE color: 4153580.
HSL color Cylindrical-coordinate representation of color #EC603F: hue angle of 11.45º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC603F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 63 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.07 |
| HSL | 11.45º | 0.82% | 0.59% | - |
| HSV(B) | 11.45º | 0.73% | 0.93% | - |
| XYZ | 39.67 | 26.56 | 7.74 | - |
| YUV | 134.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 63 | 0 | 0.59 | 0.73 | 0.07 | 11.45 | 0.82 | 0.59 |
| Hex | EC | 60 | 3F | 0 | 3B | 49 | 7 | B | 52 | 3B |
| Octal | 354 | 140 | 77 | 0 | 73 | 111 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100000 | 111111 | 0 | 111011 | 1001001 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC603F
Complementary color
Monochromatic Colors of #EC603F
Black with #EC603F
Text Example
Text Example
White with #EC603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC603F; }
p { color: rgb(236,96,63); }
H1.HeaderClassName
{
color: #EC603F;
}
.AnyTagClassName
{
color: #EC603F;
}
</style>
background-color css
<style>
a { background-color: #EC603F; }
a { background-color: rgb(236,96,63); }
div.DivClassName
{
background-color: #EC603F;
}
.BgClassName
{
background-color: #EC603F;
}
</style>
border-color css
<style>
span { border-color: #EC603F; }
span { border-color: rgb(236,96,63); }
td.TdClassName
{
border-color: #EC603F;
}
.TagClassName
{
border-color: #EC603F;
}
</style>