Shades of Flamingo #EF564A
Tints of Flamingo #EF564A
RGB
CMYK
RGB Variations
Color information
#EF564A (or 0xEF564A) is known color: Flamingo. HEX triplet: EF, 56 and 4A. RGB value is (239,86,74). Sum of RGB (Red+Green+Blue) = 239+86+74=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF564A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF564A is #10A9B5. Grayscale: #828282. Windows color (decimal): -1092022 or 4871919. OLE color: 4871919.
HSL color Cylindrical-coordinate representation of color #EF564A: hue angle of 4.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF564A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 74 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.06 |
| HSL | 4.36º | 0.84% | 0.61% | - |
| HSV(B) | 4.36º | 0.69% | 0.94% | - |
| XYZ | 40.16 | 25.5 | 9.28 | - |
| YUV | 130.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 74 | 0 | 0.64 | 0.69 | 0.06 | 4.36 | 0.84 | 0.61 |
| Hex | EF | 56 | 4A | 0 | 40 | 45 | 6 | 4 | 54 | 3D |
| Octal | 357 | 126 | 112 | 0 | 100 | 105 | 6 | 4 | 124 | 75 |
| Binary | 11101111 | 1010110 | 1001010 | 0 | 1000000 | 1000101 | 110 | 100 | 1010100 | 111101 |
Color Harmonies of #EF564A
Complementary color
Monochromatic Colors of #EF564A
Black with #EF564A
Text Example
Text Example
White with #EF564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF564A; }
p { color: rgb(239,86,74); }
H1.HeaderClassName
{
color: #EF564A;
}
.AnyTagClassName
{
color: #EF564A;
}
</style>
background-color css
<style>
a { background-color: #EF564A; }
a { background-color: rgb(239,86,74); }
div.DivClassName
{
background-color: #EF564A;
}
.BgClassName
{
background-color: #EF564A;
}
</style>
border-color css
<style>
span { border-color: #EF564A; }
span { border-color: rgb(239,86,74); }
td.TdClassName
{
border-color: #EF564A;
}
.TagClassName
{
border-color: #EF564A;
}
</style>