Shades of Flamingo #EF5D59
Tints of Flamingo #EF5D59
RGB
CMYK
RGB Variations
Color information
#EF5D59 (or 0xEF5D59) is known color: Flamingo. HEX triplet: EF, 5D and 59. RGB value is (239,93,89). Sum of RGB (Red+Green+Blue) = 239+93+89=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D59 is #10A2A6. Grayscale: #888888. Windows color (decimal): -1090215 or 5856751. OLE color: 5856751.
HSL color Cylindrical-coordinate representation of color #EF5D59: hue angle of 1.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5D59 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 89 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.06 |
| HSL | 1.6º | 0.82% | 0.64% | - |
| HSV(B) | 1.6º | 0.63% | 0.94% | - |
| XYZ | 41.31 | 26.9 | 12.47 | - |
| YUV | 136.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 89 | 0 | 0.61 | 0.63 | 0.06 | 1.6 | 0.82 | 0.64 |
| Hex | EF | 5D | 59 | 0 | 3D | 3F | 6 | 2 | 52 | 40 |
| Octal | 357 | 135 | 131 | 0 | 75 | 77 | 6 | 2 | 122 | 100 |
| Binary | 11101111 | 1011101 | 1011001 | 0 | 111101 | 111111 | 110 | 10 | 1010010 | 1000000 |
Color Harmonies of #EF5D59
Complementary color
Monochromatic Colors of #EF5D59
Black with #EF5D59
Text Example
Text Example
White with #EF5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D59; }
p { color: rgb(239,93,89); }
H1.HeaderClassName
{
color: #EF5D59;
}
.AnyTagClassName
{
color: #EF5D59;
}
</style>
background-color css
<style>
a { background-color: #EF5D59; }
a { background-color: rgb(239,93,89); }
div.DivClassName
{
background-color: #EF5D59;
}
.BgClassName
{
background-color: #EF5D59;
}
</style>
border-color css
<style>
span { border-color: #EF5D59; }
span { border-color: rgb(239,93,89); }
td.TdClassName
{
border-color: #EF5D59;
}
.TagClassName
{
border-color: #EF5D59;
}
</style>