Shades of Flamingo #EF5E55
Tints of Flamingo #EF5E55
RGB
CMYK
RGB Variations
Color information
#EF5E55 (or 0xEF5E55) is known color: Flamingo. HEX triplet: EF, 5E and 55. RGB value is (239,94,85). Sum of RGB (Red+Green+Blue) = 239+94+85=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E55 is #10A1AA. Grayscale: #888888. Windows color (decimal): -1089963 or 5594863. OLE color: 5594863.
HSL color Cylindrical-coordinate representation of color #EF5E55: hue angle of 3.51º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5E55 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 85 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.06 |
| HSL | 3.51º | 0.83% | 0.64% | - |
| HSV(B) | 3.51º | 0.64% | 0.94% | - |
| XYZ | 41.24 | 27.01 | 11.63 | - |
| YUV | 136.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 85 | 0 | 0.61 | 0.64 | 0.06 | 3.51 | 0.83 | 0.64 |
| Hex | EF | 5E | 55 | 0 | 3D | 40 | 6 | 4 | 53 | 40 |
| Octal | 357 | 136 | 125 | 0 | 75 | 100 | 6 | 4 | 123 | 100 |
| Binary | 11101111 | 1011110 | 1010101 | 0 | 111101 | 1000000 | 110 | 100 | 1010011 | 1000000 |
Color Harmonies of #EF5E55
Complementary color
Monochromatic Colors of #EF5E55
Black with #EF5E55
Text Example
Text Example
White with #EF5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E55; }
p { color: rgb(239,94,85); }
H1.HeaderClassName
{
color: #EF5E55;
}
.AnyTagClassName
{
color: #EF5E55;
}
</style>
background-color css
<style>
a { background-color: #EF5E55; }
a { background-color: rgb(239,94,85); }
div.DivClassName
{
background-color: #EF5E55;
}
.BgClassName
{
background-color: #EF5E55;
}
</style>
border-color css
<style>
span { border-color: #EF5E55; }
span { border-color: rgb(239,94,85); }
td.TdClassName
{
border-color: #EF5E55;
}
.TagClassName
{
border-color: #EF5E55;
}
</style>