Shades of Flamingo #EC6457
Tints of Flamingo #EC6457
RGB
CMYK
RGB Variations
Color information
#EC6457 (or 0xEC6457) is known color: Flamingo. HEX triplet: EC, 64 and 57. RGB value is (236,100,87). Sum of RGB (Red+Green+Blue) = 236+100+87=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6457 is #139BA8. Grayscale: #8B8B8B. Windows color (decimal): -1285033 or 5727468. OLE color: 5727468.
HSL color Cylindrical-coordinate representation of color #EC6457: hue angle of 5.23º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6457 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 87 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 5.23º | 0.8% | 0.63% | - |
| HSV(B) | 5.23º | 0.63% | 0.93% | - |
| XYZ | 40.87 | 27.64 | 12.2 | - |
| YUV | 139.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 87 | 0 | 0.58 | 0.63 | 0.07 | 5.23 | 0.8 | 0.63 |
| Hex | EC | 64 | 57 | 0 | 3A | 3F | 7 | 5 | 50 | 3F |
| Octal | 354 | 144 | 127 | 0 | 72 | 77 | 7 | 5 | 120 | 77 |
| Binary | 11101100 | 1100100 | 1010111 | 0 | 111010 | 111111 | 111 | 101 | 1010000 | 111111 |
Color Harmonies of #EC6457
Complementary color
Monochromatic Colors of #EC6457
Black with #EC6457
Text Example
Text Example
White with #EC6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6457; }
p { color: rgb(236,100,87); }
H1.HeaderClassName
{
color: #EC6457;
}
.AnyTagClassName
{
color: #EC6457;
}
</style>
background-color css
<style>
a { background-color: #EC6457; }
a { background-color: rgb(236,100,87); }
div.DivClassName
{
background-color: #EC6457;
}
.BgClassName
{
background-color: #EC6457;
}
</style>
border-color css
<style>
span { border-color: #EC6457; }
span { border-color: rgb(236,100,87); }
td.TdClassName
{
border-color: #EC6457;
}
.TagClassName
{
border-color: #EC6457;
}
</style>