Shades of Flamingo #EF6456
Tints of Flamingo #EF6456
RGB
CMYK
RGB Variations
Color information
#EF6456 (or 0xEF6456) is known color: Flamingo. HEX triplet: EF, 64 and 56. RGB value is (239,100,86). Sum of RGB (Red+Green+Blue) = 239+100+86=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6456 is #109BA9. Grayscale: #8C8C8C. Windows color (decimal): -1088426 or 5661935. OLE color: 5661935.
HSL color Cylindrical-coordinate representation of color #EF6456: hue angle of 5.49º 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 #EF6456 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.06 |
| HSL | 5.49º | 0.83% | 0.64% | - |
| HSV(B) | 5.49º | 0.64% | 0.94% | - |
| XYZ | 41.83 | 28.14 | 12.03 | - |
| YUV | 139.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 86 | 0 | 0.58 | 0.64 | 0.06 | 5.49 | 0.83 | 0.64 |
| Hex | EF | 64 | 56 | 0 | 3A | 40 | 6 | 5 | 53 | 40 |
| Octal | 357 | 144 | 126 | 0 | 72 | 100 | 6 | 5 | 123 | 100 |
| Binary | 11101111 | 1100100 | 1010110 | 0 | 111010 | 1000000 | 110 | 101 | 1010011 | 1000000 |
Color Harmonies of #EF6456
Complementary color
Monochromatic Colors of #EF6456
Black with #EF6456
Text Example
Text Example
White with #EF6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6456; }
p { color: rgb(239,100,86); }
H1.HeaderClassName
{
color: #EF6456;
}
.AnyTagClassName
{
color: #EF6456;
}
</style>
background-color css
<style>
a { background-color: #EF6456; }
a { background-color: rgb(239,100,86); }
div.DivClassName
{
background-color: #EF6456;
}
.BgClassName
{
background-color: #EF6456;
}
</style>
border-color css
<style>
span { border-color: #EF6456; }
span { border-color: rgb(239,100,86); }
td.TdClassName
{
border-color: #EF6456;
}
.TagClassName
{
border-color: #EF6456;
}
</style>