Shades of Flamingo #EC6242
Tints of Flamingo #EC6242
RGB
CMYK
RGB Variations
Color information
#EC6242 (or 0xEC6242) is known color: Flamingo. HEX triplet: EC, 62 and 42. RGB value is (236,98,66). Sum of RGB (Red+Green+Blue) = 236+98+66=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6242 is #139DBD. Grayscale: #878787. Windows color (decimal): -1285566 or 4350700. OLE color: 4350700.
HSL color Cylindrical-coordinate representation of color #EC6242: hue angle of 11.29º 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 #EC6242 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 66 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.07 |
| HSL | 11.29º | 0.82% | 0.59% | - |
| HSV(B) | 11.29º | 0.72% | 0.93% | - |
| XYZ | 39.94 | 26.96 | 8.25 | - |
| YUV | 135.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 66 | 0 | 0.58 | 0.72 | 0.07 | 11.29 | 0.82 | 0.59 |
| Hex | EC | 62 | 42 | 0 | 3A | 48 | 7 | B | 52 | 3B |
| Octal | 354 | 142 | 102 | 0 | 72 | 110 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100010 | 1000010 | 0 | 111010 | 1001000 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6242
Complementary color
Monochromatic Colors of #EC6242
Black with #EC6242
Text Example
Text Example
White with #EC6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6242; }
p { color: rgb(236,98,66); }
H1.HeaderClassName
{
color: #EC6242;
}
.AnyTagClassName
{
color: #EC6242;
}
</style>
background-color css
<style>
a { background-color: #EC6242; }
a { background-color: rgb(236,98,66); }
div.DivClassName
{
background-color: #EC6242;
}
.BgClassName
{
background-color: #EC6242;
}
</style>
border-color css
<style>
span { border-color: #EC6242; }
span { border-color: rgb(236,98,66); }
td.TdClassName
{
border-color: #EC6242;
}
.TagClassName
{
border-color: #EC6242;
}
</style>