Shades of Flamingo #EF6356
Tints of Flamingo #EF6356
RGB
CMYK
RGB Variations
Color information
#EF6356 (or 0xEF6356) is known color: Flamingo. HEX triplet: EF, 63 and 56. RGB value is (239,99,86). Sum of RGB (Red+Green+Blue) = 239+99+86=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6356 is #109CA9. Grayscale: #8B8B8B. Windows color (decimal): -1088682 or 5661679. OLE color: 5661679.
HSL color Cylindrical-coordinate representation of color #EF6356: hue angle of 5.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF6356 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.06 |
| HSL | 5.1º | 0.83% | 0.64% | - |
| HSV(B) | 5.1º | 0.64% | 0.94% | - |
| XYZ | 41.74 | 27.95 | 12 | - |
| YUV | 139.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 86 | 0 | 0.59 | 0.64 | 0.06 | 5.1 | 0.83 | 0.64 |
| Hex | EF | 63 | 56 | 0 | 3B | 40 | 6 | 5 | 53 | 40 |
| Octal | 357 | 143 | 126 | 0 | 73 | 100 | 6 | 5 | 123 | 100 |
| Binary | 11101111 | 1100011 | 1010110 | 0 | 111011 | 1000000 | 110 | 101 | 1010011 | 1000000 |
Color Harmonies of #EF6356
Complementary color
Monochromatic Colors of #EF6356
Black with #EF6356
Text Example
Text Example
White with #EF6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6356; }
p { color: rgb(239,99,86); }
H1.HeaderClassName
{
color: #EF6356;
}
.AnyTagClassName
{
color: #EF6356;
}
</style>
background-color css
<style>
a { background-color: #EF6356; }
a { background-color: rgb(239,99,86); }
div.DivClassName
{
background-color: #EF6356;
}
.BgClassName
{
background-color: #EF6356;
}
</style>
border-color css
<style>
span { border-color: #EF6356; }
span { border-color: rgb(239,99,86); }
td.TdClassName
{
border-color: #EF6356;
}
.TagClassName
{
border-color: #EF6356;
}
</style>