Shades of Flamingo #EF594B
Tints of Flamingo #EF594B
RGB
CMYK
RGB Variations
Color information
#EF594B (or 0xEF594B) is known color: Flamingo. HEX triplet: EF, 59 and 4B. RGB value is (239,89,75). Sum of RGB (Red+Green+Blue) = 239+89+75=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF594B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF594B is #10A6B4. Grayscale: #848484. Windows color (decimal): -1091253 or 4938223. OLE color: 4938223.
HSL color Cylindrical-coordinate representation of color #EF594B: hue angle of 5.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF594B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 75 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.06 |
| HSL | 5.12º | 0.84% | 0.62% | - |
| HSV(B) | 5.12º | 0.69% | 0.94% | - |
| XYZ | 40.44 | 26 | 9.54 | - |
| YUV | 132.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 75 | 0 | 0.63 | 0.69 | 0.06 | 5.12 | 0.84 | 0.62 |
| Hex | EF | 59 | 4B | 0 | 3F | 45 | 6 | 5 | 54 | 3E |
| Octal | 357 | 131 | 113 | 0 | 77 | 105 | 6 | 5 | 124 | 76 |
| Binary | 11101111 | 1011001 | 1001011 | 0 | 111111 | 1000101 | 110 | 101 | 1010100 | 111110 |
Color Harmonies of #EF594B
Complementary color
Monochromatic Colors of #EF594B
Black with #EF594B
Text Example
Text Example
White with #EF594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF594B; }
p { color: rgb(239,89,75); }
H1.HeaderClassName
{
color: #EF594B;
}
.AnyTagClassName
{
color: #EF594B;
}
</style>
background-color css
<style>
a { background-color: #EF594B; }
a { background-color: rgb(239,89,75); }
div.DivClassName
{
background-color: #EF594B;
}
.BgClassName
{
background-color: #EF594B;
}
</style>
border-color css
<style>
span { border-color: #EF594B; }
span { border-color: rgb(239,89,75); }
td.TdClassName
{
border-color: #EF594B;
}
.TagClassName
{
border-color: #EF594B;
}
</style>