Shades of Flamingo #EC6454
Tints of Flamingo #EC6454
RGB
CMYK
RGB Variations
Color information
#EC6454 (or 0xEC6454) is known color: Flamingo. HEX triplet: EC, 64 and 54. RGB value is (236,100,84). Sum of RGB (Red+Green+Blue) = 236+100+84=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6454 is #139BAB. Grayscale: #8B8B8B. Windows color (decimal): -1285036 or 5530860. OLE color: 5530860.
HSL color Cylindrical-coordinate representation of color #EC6454: hue angle of 6.32º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC6454 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 84 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.07 |
| HSL | 6.32º | 0.8% | 0.63% | - |
| HSV(B) | 6.32º | 0.64% | 0.93% | - |
| XYZ | 40.75 | 27.59 | 11.56 | - |
| YUV | 138.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 84 | 0 | 0.58 | 0.64 | 0.07 | 6.32 | 0.8 | 0.63 |
| Hex | EC | 64 | 54 | 0 | 3A | 40 | 7 | 6 | 50 | 3F |
| Octal | 354 | 144 | 124 | 0 | 72 | 100 | 7 | 6 | 120 | 77 |
| Binary | 11101100 | 1100100 | 1010100 | 0 | 111010 | 1000000 | 111 | 110 | 1010000 | 111111 |
Color Harmonies of #EC6454
Complementary color
Monochromatic Colors of #EC6454
Black with #EC6454
Text Example
Text Example
White with #EC6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6454; }
p { color: rgb(236,100,84); }
H1.HeaderClassName
{
color: #EC6454;
}
.AnyTagClassName
{
color: #EC6454;
}
</style>
background-color css
<style>
a { background-color: #EC6454; }
a { background-color: rgb(236,100,84); }
div.DivClassName
{
background-color: #EC6454;
}
.BgClassName
{
background-color: #EC6454;
}
</style>
border-color css
<style>
span { border-color: #EC6454; }
span { border-color: rgb(236,100,84); }
td.TdClassName
{
border-color: #EC6454;
}
.TagClassName
{
border-color: #EC6454;
}
</style>