Shades of Flamingo #EC6450
Tints of Flamingo #EC6450
RGB
CMYK
RGB Variations
Color information
#EC6450 (or 0xEC6450) is known color: Flamingo. HEX triplet: EC, 64 and 50. RGB value is (236,100,80). Sum of RGB (Red+Green+Blue) = 236+100+80=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6450 is #139BAF. Grayscale: #8A8A8A. Windows color (decimal): -1285040 or 5268716. OLE color: 5268716.
HSL color Cylindrical-coordinate representation of color #EC6450: hue angle of 7.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC6450 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.69º | 0.8% | 0.62% | - |
| HSV(B) | 7.69º | 0.66% | 0.93% | - |
| XYZ | 40.6 | 27.53 | 10.76 | - |
| YUV | 138.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.69 | 0.8 | 0.62 |
| Hex | EC | 64 | 50 | 0 | 3A | 42 | 7 | 8 | 50 | 3E |
| Octal | 354 | 144 | 120 | 0 | 72 | 102 | 7 | 10 | 120 | 76 |
| Binary | 11101100 | 1100100 | 1010000 | 0 | 111010 | 1000010 | 111 | 1000 | 1010000 | 111110 |
Color Harmonies of #EC6450
Complementary color
Monochromatic Colors of #EC6450
Black with #EC6450
Text Example
Text Example
White with #EC6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6450; }
p { color: rgb(236,100,80); }
H1.HeaderClassName
{
color: #EC6450;
}
.AnyTagClassName
{
color: #EC6450;
}
</style>
background-color css
<style>
a { background-color: #EC6450; }
a { background-color: rgb(236,100,80); }
div.DivClassName
{
background-color: #EC6450;
}
.BgClassName
{
background-color: #EC6450;
}
</style>
border-color css
<style>
span { border-color: #EC6450; }
span { border-color: rgb(236,100,80); }
td.TdClassName
{
border-color: #EC6450;
}
.TagClassName
{
border-color: #EC6450;
}
</style>