Shades of Flamingo #EF554D
Tints of Flamingo #EF554D
RGB
CMYK
RGB Variations
Color information
#EF554D (or 0xEF554D) is known color: Flamingo. HEX triplet: EF, 55 and 4D. RGB value is (239,85,77). Sum of RGB (Red+Green+Blue) = 239+85+77=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF554D is #10AAB2. Grayscale: #828282. Windows color (decimal): -1092275 or 5068271. OLE color: 5068271.
HSL color Cylindrical-coordinate representation of color #EF554D: hue angle of 2.96º 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 #EF554D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 77 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.06 |
| HSL | 2.96º | 0.84% | 0.62% | - |
| HSV(B) | 2.96º | 0.68% | 0.94% | - |
| XYZ | 40.18 | 25.38 | 9.8 | - |
| YUV | 130.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 77 | 0 | 0.64 | 0.68 | 0.06 | 2.96 | 0.84 | 0.62 |
| Hex | EF | 55 | 4D | 0 | 40 | 44 | 6 | 3 | 54 | 3E |
| Octal | 357 | 125 | 115 | 0 | 100 | 104 | 6 | 3 | 124 | 76 |
| Binary | 11101111 | 1010101 | 1001101 | 0 | 1000000 | 1000100 | 110 | 11 | 1010100 | 111110 |
Color Harmonies of #EF554D
Complementary color
Monochromatic Colors of #EF554D
Black with #EF554D
Text Example
Text Example
White with #EF554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF554D; }
p { color: rgb(239,85,77); }
H1.HeaderClassName
{
color: #EF554D;
}
.AnyTagClassName
{
color: #EF554D;
}
</style>
background-color css
<style>
a { background-color: #EF554D; }
a { background-color: rgb(239,85,77); }
div.DivClassName
{
background-color: #EF554D;
}
.BgClassName
{
background-color: #EF554D;
}
</style>
border-color css
<style>
span { border-color: #EF554D; }
span { border-color: rgb(239,85,77); }
td.TdClassName
{
border-color: #EF554D;
}
.TagClassName
{
border-color: #EF554D;
}
</style>