Shades of Flamingo #EC5151
Tints of Flamingo #EC5151
RGB
CMYK
RGB Variations
Color information
#EC5151 (or 0xEC5151) is known color: Flamingo. HEX triplet: EC, 51 and 51. RGB value is (236,81,81). Sum of RGB (Red+Green+Blue) = 236+81+81=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5151 is #13AEAE. Grayscale: #7F7F7F. Windows color (decimal): -1289903 or 5329388. OLE color: 5329388.
HSL color Cylindrical-coordinate representation of color #EC5151: hue angle of 0º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5151 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 81 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.07 |
| HSL | 0º | 0.8% | 0.62% | - |
| HSV(B) | 0º | 0.66% | 0.93% | - |
| XYZ | 39.02 | 24.31 | 10.42 | - |
| YUV | 127.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 81 | 0 | 0.66 | 0.66 | 0.07 | 0 | 0.8 | 0.62 |
| Hex | EC | 51 | 51 | 0 | 42 | 42 | 7 | 0 | 50 | 3E |
| Octal | 354 | 121 | 121 | 0 | 102 | 102 | 7 | 0 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1010001 | 0 | 1000010 | 1000010 | 111 | 0 | 1010000 | 111110 |
Color Harmonies of #EC5151
Complementary color
Monochromatic Colors of #EC5151
Black with #EC5151
Text Example
Text Example
White with #EC5151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5151; }
p { color: rgb(236,81,81); }
H1.HeaderClassName
{
color: #EC5151;
}
.AnyTagClassName
{
color: #EC5151;
}
</style>
background-color css
<style>
a { background-color: #EC5151; }
a { background-color: rgb(236,81,81); }
div.DivClassName
{
background-color: #EC5151;
}
.BgClassName
{
background-color: #EC5151;
}
</style>
border-color css
<style>
span { border-color: #EC5151; }
span { border-color: rgb(236,81,81); }
td.TdClassName
{
border-color: #EC5151;
}
.TagClassName
{
border-color: #EC5151;
}
</style>