Shades of Flamingo #EF6248
Tints of Flamingo #EF6248
RGB
CMYK
RGB Variations
Color information
#EF6248 (or 0xEF6248) is known color: Flamingo. HEX triplet: EF, 62 and 48. RGB value is (239,98,72). Sum of RGB (Red+Green+Blue) = 239+98+72=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6248 is #109DB7. Grayscale: #898989. Windows color (decimal): -1088952 or 4743919. OLE color: 4743919.
HSL color Cylindrical-coordinate representation of color #EF6248: hue angle of 9.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF6248 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 72 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.06 |
| HSL | 9.34º | 0.84% | 0.61% | - |
| HSV(B) | 9.34º | 0.7% | 0.94% | - |
| XYZ | 41.13 | 27.55 | 9.28 | - |
| YUV | 137.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 72 | 0 | 0.59 | 0.70 | 0.06 | 9.34 | 0.84 | 0.61 |
| Hex | EF | 62 | 48 | 0 | 3B | 46 | 6 | 9 | 54 | 3D |
| Octal | 357 | 142 | 110 | 0 | 73 | 106 | 6 | 11 | 124 | 75 |
| Binary | 11101111 | 1100010 | 1001000 | 0 | 111011 | 1000110 | 110 | 1001 | 1010100 | 111101 |
Color Harmonies of #EF6248
Complementary color
Monochromatic Colors of #EF6248
Black with #EF6248
Text Example
Text Example
White with #EF6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6248; }
p { color: rgb(239,98,72); }
H1.HeaderClassName
{
color: #EF6248;
}
.AnyTagClassName
{
color: #EF6248;
}
</style>
background-color css
<style>
a { background-color: #EF6248; }
a { background-color: rgb(239,98,72); }
div.DivClassName
{
background-color: #EF6248;
}
.BgClassName
{
background-color: #EF6248;
}
</style>
border-color css
<style>
span { border-color: #EF6248; }
span { border-color: rgb(239,98,72); }
td.TdClassName
{
border-color: #EF6248;
}
.TagClassName
{
border-color: #EF6248;
}
</style>