Shades of Flamingo #EC615D
Tints of Flamingo #EC615D
RGB
CMYK
RGB Variations
Color information
#EC615D (or 0xEC615D) is known color: Flamingo. HEX triplet: EC, 61 and 5D. RGB value is (236,97,93). Sum of RGB (Red+Green+Blue) = 236+97+93=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC615D is #139EA2. Grayscale: #8A8A8A. Windows color (decimal): -1285795 or 6119916. OLE color: 6119916.
HSL color Cylindrical-coordinate representation of color #EC615D: hue angle of 1.68º 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 #EC615D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 93 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.07 |
| HSL | 1.68º | 0.79% | 0.65% | - |
| HSV(B) | 1.68º | 0.61% | 0.93% | - |
| XYZ | 40.84 | 27.17 | 13.45 | - |
| YUV | 138.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 93 | 0 | 0.59 | 0.61 | 0.07 | 1.68 | 0.79 | 0.65 |
| Hex | EC | 61 | 5D | 0 | 3B | 3D | 7 | 2 | 4F | 41 |
| Octal | 354 | 141 | 135 | 0 | 73 | 75 | 7 | 2 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1011101 | 0 | 111011 | 111101 | 111 | 10 | 1001111 | 1000001 |
Color Harmonies of #EC615D
Complementary color
Monochromatic Colors of #EC615D
Black with #EC615D
Text Example
Text Example
White with #EC615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC615D; }
p { color: rgb(236,97,93); }
H1.HeaderClassName
{
color: #EC615D;
}
.AnyTagClassName
{
color: #EC615D;
}
</style>
background-color css
<style>
a { background-color: #EC615D; }
a { background-color: rgb(236,97,93); }
div.DivClassName
{
background-color: #EC615D;
}
.BgClassName
{
background-color: #EC615D;
}
</style>
border-color css
<style>
span { border-color: #EC615D; }
span { border-color: rgb(236,97,93); }
td.TdClassName
{
border-color: #EC615D;
}
.TagClassName
{
border-color: #EC615D;
}
</style>