Shades of Flamingo #EC645D
Tints of Flamingo #EC645D
RGB
CMYK
RGB Variations
Color information
#EC645D (or 0xEC645D) is known color: Flamingo. HEX triplet: EC, 64 and 5D. RGB value is (236,100,93). Sum of RGB (Red+Green+Blue) = 236+100+93=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC645D is #139BA2. Grayscale: #8C8C8C. Windows color (decimal): -1285027 or 6120684. OLE color: 6120684.
HSL color Cylindrical-coordinate representation of color #EC645D: hue angle of 2.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC645D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 93 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.07 |
| HSL | 2.94º | 0.79% | 0.65% | - |
| HSV(B) | 2.94º | 0.61% | 0.93% | - |
| XYZ | 41.13 | 27.74 | 13.54 | - |
| YUV | 139.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 93 | 0 | 0.58 | 0.61 | 0.07 | 2.94 | 0.79 | 0.65 |
| Hex | EC | 64 | 5D | 0 | 3A | 3D | 7 | 3 | 4F | 41 |
| Octal | 354 | 144 | 135 | 0 | 72 | 75 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100100 | 1011101 | 0 | 111010 | 111101 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC645D
Complementary color
Monochromatic Colors of #EC645D
Black with #EC645D
Text Example
Text Example
White with #EC645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC645D; }
p { color: rgb(236,100,93); }
H1.HeaderClassName
{
color: #EC645D;
}
.AnyTagClassName
{
color: #EC645D;
}
</style>
background-color css
<style>
a { background-color: #EC645D; }
a { background-color: rgb(236,100,93); }
div.DivClassName
{
background-color: #EC645D;
}
.BgClassName
{
background-color: #EC645D;
}
</style>
border-color css
<style>
span { border-color: #EC645D; }
span { border-color: rgb(236,100,93); }
td.TdClassName
{
border-color: #EC645D;
}
.TagClassName
{
border-color: #EC645D;
}
</style>