Shades of Flamingo #EF604D
Tints of Flamingo #EF604D
RGB
CMYK
RGB Variations
Color information
#EF604D (or 0xEF604D) is known color: Flamingo. HEX triplet: EF, 60 and 4D. RGB value is (239,96,77). Sum of RGB (Red+Green+Blue) = 239+96+77=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF604D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF604D is #109FB2. Grayscale: #888888. Windows color (decimal): -1089459 or 5071087. OLE color: 5071087.
HSL color Cylindrical-coordinate representation of color #EF604D: hue angle of 7.04º 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 #EF604D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 77 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.06 |
| HSL | 7.04º | 0.84% | 0.62% | - |
| HSV(B) | 7.04º | 0.68% | 0.94% | - |
| XYZ | 41.12 | 27.25 | 10.11 | - |
| YUV | 136.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 77 | 0 | 0.60 | 0.68 | 0.06 | 7.04 | 0.84 | 0.62 |
| Hex | EF | 60 | 4D | 0 | 3C | 44 | 6 | 7 | 54 | 3E |
| Octal | 357 | 140 | 115 | 0 | 74 | 104 | 6 | 7 | 124 | 76 |
| Binary | 11101111 | 1100000 | 1001101 | 0 | 111100 | 1000100 | 110 | 111 | 1010100 | 111110 |
Color Harmonies of #EF604D
Complementary color
Monochromatic Colors of #EF604D
Black with #EF604D
Text Example
Text Example
White with #EF604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF604D; }
p { color: rgb(239,96,77); }
H1.HeaderClassName
{
color: #EF604D;
}
.AnyTagClassName
{
color: #EF604D;
}
</style>
background-color css
<style>
a { background-color: #EF604D; }
a { background-color: rgb(239,96,77); }
div.DivClassName
{
background-color: #EF604D;
}
.BgClassName
{
background-color: #EF604D;
}
</style>
border-color css
<style>
span { border-color: #EF604D; }
span { border-color: rgb(239,96,77); }
td.TdClassName
{
border-color: #EF604D;
}
.TagClassName
{
border-color: #EF604D;
}
</style>