Shades of Flamingo #EC623F
Tints of Flamingo #EC623F
RGB
CMYK
RGB Variations
Color information
#EC623F (or 0xEC623F) is known color: Flamingo. HEX triplet: EC, 62 and 3F. RGB value is (236,98,63). Sum of RGB (Red+Green+Blue) = 236+98+63=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC623F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC623F is #139DC0. Grayscale: #878787. Windows color (decimal): -1285569 or 4154092. OLE color: 4154092.
HSL color Cylindrical-coordinate representation of color #EC623F: hue angle of 12.14º 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 #EC623F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 63 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.07 |
| HSL | 12.14º | 0.82% | 0.59% | - |
| HSV(B) | 12.14º | 0.73% | 0.93% | - |
| XYZ | 39.86 | 26.93 | 7.8 | - |
| YUV | 135.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 63 | 0 | 0.58 | 0.73 | 0.07 | 12.14 | 0.82 | 0.59 |
| Hex | EC | 62 | 3F | 0 | 3A | 49 | 7 | C | 52 | 3B |
| Octal | 354 | 142 | 77 | 0 | 72 | 111 | 7 | 14 | 122 | 73 |
| Binary | 11101100 | 1100010 | 111111 | 0 | 111010 | 1001001 | 111 | 1100 | 1010010 | 111011 |
Color Harmonies of #EC623F
Complementary color
Monochromatic Colors of #EC623F
Black with #EC623F
Text Example
Text Example
White with #EC623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC623F; }
p { color: rgb(236,98,63); }
H1.HeaderClassName
{
color: #EC623F;
}
.AnyTagClassName
{
color: #EC623F;
}
</style>
background-color css
<style>
a { background-color: #EC623F; }
a { background-color: rgb(236,98,63); }
div.DivClassName
{
background-color: #EC623F;
}
.BgClassName
{
background-color: #EC623F;
}
</style>
border-color css
<style>
span { border-color: #EC623F; }
span { border-color: rgb(236,98,63); }
td.TdClassName
{
border-color: #EC623F;
}
.TagClassName
{
border-color: #EC623F;
}
</style>