Shades of Flamingo #EC6452
Tints of Flamingo #EC6452
RGB
CMYK
RGB Variations
Color information
#EC6452 (or 0xEC6452) is known color: Flamingo. HEX triplet: EC, 64 and 52. RGB value is (236,100,82). Sum of RGB (Red+Green+Blue) = 236+100+82=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6452 is #139BAD. Grayscale: #8A8A8A. Windows color (decimal): -1285038 or 5399788. OLE color: 5399788.
HSL color Cylindrical-coordinate representation of color #EC6452: hue angle of 7.01º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6452 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 82 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.07 |
| HSL | 7.01º | 0.8% | 0.62% | - |
| HSV(B) | 7.01º | 0.65% | 0.93% | - |
| XYZ | 40.67 | 27.56 | 11.16 | - |
| YUV | 138.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 82 | 0 | 0.58 | 0.65 | 0.07 | 7.01 | 0.8 | 0.62 |
| Hex | EC | 64 | 52 | 0 | 3A | 41 | 7 | 7 | 50 | 3E |
| Octal | 354 | 144 | 122 | 0 | 72 | 101 | 7 | 7 | 120 | 76 |
| Binary | 11101100 | 1100100 | 1010010 | 0 | 111010 | 1000001 | 111 | 111 | 1010000 | 111110 |
Color Harmonies of #EC6452
Complementary color
Monochromatic Colors of #EC6452
Black with #EC6452
Text Example
Text Example
White with #EC6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6452; }
p { color: rgb(236,100,82); }
H1.HeaderClassName
{
color: #EC6452;
}
.AnyTagClassName
{
color: #EC6452;
}
</style>
background-color css
<style>
a { background-color: #EC6452; }
a { background-color: rgb(236,100,82); }
div.DivClassName
{
background-color: #EC6452;
}
.BgClassName
{
background-color: #EC6452;
}
</style>
border-color css
<style>
span { border-color: #EC6452; }
span { border-color: rgb(236,100,82); }
td.TdClassName
{
border-color: #EC6452;
}
.TagClassName
{
border-color: #EC6452;
}
</style>