Shades of Flamingo #EC6458
Tints of Flamingo #EC6458
RGB
CMYK
RGB Variations
Color information
#EC6458 (or 0xEC6458) is known color: Flamingo. HEX triplet: EC, 64 and 58. RGB value is (236,100,88). Sum of RGB (Red+Green+Blue) = 236+100+88=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6458 is #139BA7. Grayscale: #8B8B8B. Windows color (decimal): -1285032 or 5793004. OLE color: 5793004.
HSL color Cylindrical-coordinate representation of color #EC6458: hue angle of 4.86º 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 #EC6458 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 88 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 4.86º | 0.8% | 0.64% | - |
| HSV(B) | 4.86º | 0.63% | 0.93% | - |
| XYZ | 40.91 | 27.65 | 12.41 | - |
| YUV | 139.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 88 | 0 | 0.58 | 0.63 | 0.07 | 4.86 | 0.8 | 0.64 |
| Hex | EC | 64 | 58 | 0 | 3A | 3F | 7 | 5 | 50 | 40 |
| Octal | 354 | 144 | 130 | 0 | 72 | 77 | 7 | 5 | 120 | 100 |
| Binary | 11101100 | 1100100 | 1011000 | 0 | 111010 | 111111 | 111 | 101 | 1010000 | 1000000 |
Color Harmonies of #EC6458
Complementary color
Monochromatic Colors of #EC6458
Black with #EC6458
Text Example
Text Example
White with #EC6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6458; }
p { color: rgb(236,100,88); }
H1.HeaderClassName
{
color: #EC6458;
}
.AnyTagClassName
{
color: #EC6458;
}
</style>
background-color css
<style>
a { background-color: #EC6458; }
a { background-color: rgb(236,100,88); }
div.DivClassName
{
background-color: #EC6458;
}
.BgClassName
{
background-color: #EC6458;
}
</style>
border-color css
<style>
span { border-color: #EC6458; }
span { border-color: rgb(236,100,88); }
td.TdClassName
{
border-color: #EC6458;
}
.TagClassName
{
border-color: #EC6458;
}
</style>