Shades of Flamingo #EC6453
Tints of Flamingo #EC6453
RGB
CMYK
RGB Variations
Color information
#EC6453 (or 0xEC6453) is known color: Flamingo. HEX triplet: EC, 64 and 53. RGB value is (236,100,83). Sum of RGB (Red+Green+Blue) = 236+100+83=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6453 is #139BAC. Grayscale: #8A8A8A. Windows color (decimal): -1285037 or 5465324. OLE color: 5465324.
HSL color Cylindrical-coordinate representation of color #EC6453: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6453 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 83 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.07 |
| HSL | 6.67º | 0.8% | 0.63% | - |
| HSV(B) | 6.67º | 0.65% | 0.93% | - |
| XYZ | 40.71 | 27.57 | 11.36 | - |
| YUV | 138.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 83 | 0 | 0.58 | 0.65 | 0.07 | 6.67 | 0.8 | 0.63 |
| Hex | EC | 64 | 53 | 0 | 3A | 41 | 7 | 7 | 50 | 3F |
| Octal | 354 | 144 | 123 | 0 | 72 | 101 | 7 | 7 | 120 | 77 |
| Binary | 11101100 | 1100100 | 1010011 | 0 | 111010 | 1000001 | 111 | 111 | 1010000 | 111111 |
Color Harmonies of #EC6453
Complementary color
Monochromatic Colors of #EC6453
Black with #EC6453
Text Example
Text Example
White with #EC6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6453; }
p { color: rgb(236,100,83); }
H1.HeaderClassName
{
color: #EC6453;
}
.AnyTagClassName
{
color: #EC6453;
}
</style>
background-color css
<style>
a { background-color: #EC6453; }
a { background-color: rgb(236,100,83); }
div.DivClassName
{
background-color: #EC6453;
}
.BgClassName
{
background-color: #EC6453;
}
</style>
border-color css
<style>
span { border-color: #EC6453; }
span { border-color: rgb(236,100,83); }
td.TdClassName
{
border-color: #EC6453;
}
.TagClassName
{
border-color: #EC6453;
}
</style>