Shades of Flamingo #EC6258
Tints of Flamingo #EC6258
RGB
CMYK
RGB Variations
Color information
#EC6258 (or 0xEC6258) is known color: Flamingo. HEX triplet: EC, 62 and 58. RGB value is (236,98,88). Sum of RGB (Red+Green+Blue) = 236+98+88=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6258 is #139DA7. Grayscale: #8A8A8A. Windows color (decimal): -1285544 or 5792492. OLE color: 5792492.
HSL color Cylindrical-coordinate representation of color #EC6258: hue angle of 4.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6258 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 88 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 4.05º | 0.8% | 0.64% | - |
| HSV(B) | 4.05º | 0.63% | 0.93% | - |
| XYZ | 40.72 | 27.27 | 12.35 | - |
| YUV | 138.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 88 | 0 | 0.58 | 0.63 | 0.07 | 4.05 | 0.8 | 0.64 |
| Hex | EC | 62 | 58 | 0 | 3A | 3F | 7 | 4 | 50 | 40 |
| Octal | 354 | 142 | 130 | 0 | 72 | 77 | 7 | 4 | 120 | 100 |
| Binary | 11101100 | 1100010 | 1011000 | 0 | 111010 | 111111 | 111 | 100 | 1010000 | 1000000 |
Color Harmonies of #EC6258
Complementary color
Monochromatic Colors of #EC6258
Black with #EC6258
Text Example
Text Example
White with #EC6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6258; }
p { color: rgb(236,98,88); }
H1.HeaderClassName
{
color: #EC6258;
}
.AnyTagClassName
{
color: #EC6258;
}
</style>
background-color css
<style>
a { background-color: #EC6258; }
a { background-color: rgb(236,98,88); }
div.DivClassName
{
background-color: #EC6258;
}
.BgClassName
{
background-color: #EC6258;
}
</style>
border-color css
<style>
span { border-color: #EC6258; }
span { border-color: rgb(236,98,88); }
td.TdClassName
{
border-color: #EC6258;
}
.TagClassName
{
border-color: #EC6258;
}
</style>