Shades of Flamingo #EC6153
Tints of Flamingo #EC6153
RGB
CMYK
RGB Variations
Color information
#EC6153 (or 0xEC6153) is known color: Flamingo. HEX triplet: EC, 61 and 53. RGB value is (236,97,83). Sum of RGB (Red+Green+Blue) = 236+97+83=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6153 is #139EAC. Grayscale: #898989. Windows color (decimal): -1285805 or 5464556. OLE color: 5464556.
HSL color Cylindrical-coordinate representation of color #EC6153: hue angle of 5.49º 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 #EC6153 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.49º | 0.8% | 0.63% | - |
| HSV(B) | 5.49º | 0.65% | 0.93% | - |
| XYZ | 40.43 | 27.01 | 11.27 | - |
| YUV | 136.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 83 | 0 | 0.59 | 0.65 | 0.07 | 5.49 | 0.8 | 0.63 |
| Hex | EC | 61 | 53 | 0 | 3B | 41 | 7 | 5 | 50 | 3F |
| Octal | 354 | 141 | 123 | 0 | 73 | 101 | 7 | 5 | 120 | 77 |
| Binary | 11101100 | 1100001 | 1010011 | 0 | 111011 | 1000001 | 111 | 101 | 1010000 | 111111 |
Color Harmonies of #EC6153
Complementary color
Monochromatic Colors of #EC6153
Black with #EC6153
Text Example
Text Example
White with #EC6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6153; }
p { color: rgb(236,97,83); }
H1.HeaderClassName
{
color: #EC6153;
}
.AnyTagClassName
{
color: #EC6153;
}
</style>
background-color css
<style>
a { background-color: #EC6153; }
a { background-color: rgb(236,97,83); }
div.DivClassName
{
background-color: #EC6153;
}
.BgClassName
{
background-color: #EC6153;
}
</style>
border-color css
<style>
span { border-color: #EC6153; }
span { border-color: rgb(236,97,83); }
td.TdClassName
{
border-color: #EC6153;
}
.TagClassName
{
border-color: #EC6153;
}
</style>