Shades of Flamingo #EF554C
Tints of Flamingo #EF554C
RGB
CMYK
RGB Variations
Color information
#EF554C (or 0xEF554C) is known color: Flamingo. HEX triplet: EF, 55 and 4C. RGB value is (239,85,76). Sum of RGB (Red+Green+Blue) = 239+85+76=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF554C is #10AAB3. Grayscale: #828282. Windows color (decimal): -1092276 or 5002735. OLE color: 5002735.
HSL color Cylindrical-coordinate representation of color #EF554C: hue angle of 3.31º 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 #EF554C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 76 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.06 |
| HSL | 3.31º | 0.84% | 0.62% | - |
| HSV(B) | 3.31º | 0.68% | 0.94% | - |
| XYZ | 40.15 | 25.37 | 9.62 | - |
| YUV | 130.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 76 | 0 | 0.64 | 0.68 | 0.06 | 3.31 | 0.84 | 0.62 |
| Hex | EF | 55 | 4C | 0 | 40 | 44 | 6 | 3 | 54 | 3E |
| Octal | 357 | 125 | 114 | 0 | 100 | 104 | 6 | 3 | 124 | 76 |
| Binary | 11101111 | 1010101 | 1001100 | 0 | 1000000 | 1000100 | 110 | 11 | 1010100 | 111110 |
Color Harmonies of #EF554C
Complementary color
Monochromatic Colors of #EF554C
Black with #EF554C
Text Example
Text Example
White with #EF554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF554C; }
p { color: rgb(239,85,76); }
H1.HeaderClassName
{
color: #EF554C;
}
.AnyTagClassName
{
color: #EF554C;
}
</style>
background-color css
<style>
a { background-color: #EF554C; }
a { background-color: rgb(239,85,76); }
div.DivClassName
{
background-color: #EF554C;
}
.BgClassName
{
background-color: #EF554C;
}
</style>
border-color css
<style>
span { border-color: #EF554C; }
span { border-color: rgb(239,85,76); }
td.TdClassName
{
border-color: #EF554C;
}
.TagClassName
{
border-color: #EF554C;
}
</style>