Shades of Flamingo #EF5554
Tints of Flamingo #EF5554
RGB
CMYK
RGB Variations
Color information
#EF5554 (or 0xEF5554) is known color: Flamingo. HEX triplet: EF, 55 and 54. RGB value is (239,85,84). Sum of RGB (Red+Green+Blue) = 239+85+84=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5554 is #10AAAB. Grayscale: #838383. Windows color (decimal): -1092268 or 5527023. OLE color: 5527023.
HSL color Cylindrical-coordinate representation of color #EF5554: hue angle of 0.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5554 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 84 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.06 |
| HSL | 0.39º | 0.83% | 0.63% | - |
| HSV(B) | 0.39º | 0.65% | 0.94% | - |
| XYZ | 40.45 | 25.49 | 11.18 | - |
| YUV | 130.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 84 | 0 | 0.64 | 0.65 | 0.06 | 0.39 | 0.83 | 0.63 |
| Hex | EF | 55 | 54 | 0 | 40 | 41 | 6 | 0 | 53 | 3F |
| Octal | 357 | 125 | 124 | 0 | 100 | 101 | 6 | 0 | 123 | 77 |
| Binary | 11101111 | 1010101 | 1010100 | 0 | 1000000 | 1000001 | 110 | 0 | 1010011 | 111111 |
Color Harmonies of #EF5554
Complementary color
Monochromatic Colors of #EF5554
Black with #EF5554
Text Example
Text Example
White with #EF5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5554; }
p { color: rgb(239,85,84); }
H1.HeaderClassName
{
color: #EF5554;
}
.AnyTagClassName
{
color: #EF5554;
}
</style>
background-color css
<style>
a { background-color: #EF5554; }
a { background-color: rgb(239,85,84); }
div.DivClassName
{
background-color: #EF5554;
}
.BgClassName
{
background-color: #EF5554;
}
</style>
border-color css
<style>
span { border-color: #EF5554; }
span { border-color: rgb(239,85,84); }
td.TdClassName
{
border-color: #EF5554;
}
.TagClassName
{
border-color: #EF5554;
}
</style>