Shades of Flamingo #EC5A42
Tints of Flamingo #EC5A42
RGB
CMYK
RGB Variations
Color information
#EC5A42 (or 0xEC5A42) is known color: Flamingo. HEX triplet: EC, 5A and 42. RGB value is (236,90,66). Sum of RGB (Red+Green+Blue) = 236+90+66=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A42 is #13A5BD. Grayscale: #838383. Windows color (decimal): -1287614 or 4348652. OLE color: 4348652.
HSL color Cylindrical-coordinate representation of color #EC5A42: hue angle of 8.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5A42 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 66 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.07 |
| HSL | 8.47º | 0.82% | 0.59% | - |
| HSV(B) | 8.47º | 0.72% | 0.93% | - |
| XYZ | 39.23 | 25.54 | 8.02 | - |
| YUV | 130.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 66 | 0 | 0.62 | 0.72 | 0.07 | 8.47 | 0.82 | 0.59 |
| Hex | EC | 5A | 42 | 0 | 3E | 48 | 7 | 8 | 52 | 3B |
| Octal | 354 | 132 | 102 | 0 | 76 | 110 | 7 | 10 | 122 | 73 |
| Binary | 11101100 | 1011010 | 1000010 | 0 | 111110 | 1001000 | 111 | 1000 | 1010010 | 111011 |
Color Harmonies of #EC5A42
Complementary color
Monochromatic Colors of #EC5A42
Black with #EC5A42
Text Example
Text Example
White with #EC5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A42; }
p { color: rgb(236,90,66); }
H1.HeaderClassName
{
color: #EC5A42;
}
.AnyTagClassName
{
color: #EC5A42;
}
</style>
background-color css
<style>
a { background-color: #EC5A42; }
a { background-color: rgb(236,90,66); }
div.DivClassName
{
background-color: #EC5A42;
}
.BgClassName
{
background-color: #EC5A42;
}
</style>
border-color css
<style>
span { border-color: #EC5A42; }
span { border-color: rgb(236,90,66); }
td.TdClassName
{
border-color: #EC5A42;
}
.TagClassName
{
border-color: #EC5A42;
}
</style>