Shades of Flamingo #EF554E
Tints of Flamingo #EF554E
RGB
CMYK
RGB Variations
Color information
#EF554E (or 0xEF554E) is known color: Flamingo. HEX triplet: EF, 55 and 4E. RGB value is (239,85,78). Sum of RGB (Red+Green+Blue) = 239+85+78=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF554E is #10AAB1. Grayscale: #828282. Windows color (decimal): -1092274 or 5133807. OLE color: 5133807.
HSL color Cylindrical-coordinate representation of color #EF554E: hue angle of 2.61º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF554E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 78 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.06 |
| HSL | 2.61º | 0.83% | 0.62% | - |
| HSV(B) | 2.61º | 0.67% | 0.94% | - |
| XYZ | 40.22 | 25.4 | 9.99 | - |
| YUV | 130.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 78 | 0 | 0.64 | 0.67 | 0.06 | 2.61 | 0.83 | 0.62 |
| Hex | EF | 55 | 4E | 0 | 40 | 43 | 6 | 3 | 53 | 3E |
| Octal | 357 | 125 | 116 | 0 | 100 | 103 | 6 | 3 | 123 | 76 |
| Binary | 11101111 | 1010101 | 1001110 | 0 | 1000000 | 1000011 | 110 | 11 | 1010011 | 111110 |
Color Harmonies of #EF554E
Complementary color
Monochromatic Colors of #EF554E
Black with #EF554E
Text Example
Text Example
White with #EF554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF554E; }
p { color: rgb(239,85,78); }
H1.HeaderClassName
{
color: #EF554E;
}
.AnyTagClassName
{
color: #EF554E;
}
</style>
background-color css
<style>
a { background-color: #EF554E; }
a { background-color: rgb(239,85,78); }
div.DivClassName
{
background-color: #EF554E;
}
.BgClassName
{
background-color: #EF554E;
}
</style>
border-color css
<style>
span { border-color: #EF554E; }
span { border-color: rgb(239,85,78); }
td.TdClassName
{
border-color: #EF554E;
}
.TagClassName
{
border-color: #EF554E;
}
</style>