Shades of Flamingo #EF624D
Tints of Flamingo #EF624D
RGB
CMYK
RGB Variations
Color information
#EF624D (or 0xEF624D) is known color: Flamingo. HEX triplet: EF, 62 and 4D. RGB value is (239,98,77). Sum of RGB (Red+Green+Blue) = 239+98+77=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF624D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF624D is #109DB2. Grayscale: #898989. Windows color (decimal): -1088947 or 5071599. OLE color: 5071599.
HSL color Cylindrical-coordinate representation of color #EF624D: hue angle of 7.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF624D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 77 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.06 |
| HSL | 7.78º | 0.84% | 0.62% | - |
| HSV(B) | 7.78º | 0.68% | 0.94% | - |
| XYZ | 41.3 | 27.62 | 10.18 | - |
| YUV | 137.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 77 | 0 | 0.59 | 0.68 | 0.06 | 7.78 | 0.84 | 0.62 |
| Hex | EF | 62 | 4D | 0 | 3B | 44 | 6 | 8 | 54 | 3E |
| Octal | 357 | 142 | 115 | 0 | 73 | 104 | 6 | 10 | 124 | 76 |
| Binary | 11101111 | 1100010 | 1001101 | 0 | 111011 | 1000100 | 110 | 1000 | 1010100 | 111110 |
Color Harmonies of #EF624D
Complementary color
Monochromatic Colors of #EF624D
Black with #EF624D
Text Example
Text Example
White with #EF624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF624D; }
p { color: rgb(239,98,77); }
H1.HeaderClassName
{
color: #EF624D;
}
.AnyTagClassName
{
color: #EF624D;
}
</style>
background-color css
<style>
a { background-color: #EF624D; }
a { background-color: rgb(239,98,77); }
div.DivClassName
{
background-color: #EF624D;
}
.BgClassName
{
background-color: #EF624D;
}
</style>
border-color css
<style>
span { border-color: #EF624D; }
span { border-color: rgb(239,98,77); }
td.TdClassName
{
border-color: #EF624D;
}
.TagClassName
{
border-color: #EF624D;
}
</style>