Shades of Flamingo #EF5C55
Tints of Flamingo #EF5C55
RGB
CMYK
RGB Variations
Color information
#EF5C55 (or 0xEF5C55) is known color: Flamingo. HEX triplet: EF, 5C and 55. RGB value is (239,92,85). Sum of RGB (Red+Green+Blue) = 239+92+85=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C55 is #10A3AA. Grayscale: #878787. Windows color (decimal): -1090475 or 5594351. OLE color: 5594351.
HSL color Cylindrical-coordinate representation of color #EF5C55: hue angle of 2.73º 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 #EF5C55 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 85 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.06 |
| HSL | 2.73º | 0.83% | 0.64% | - |
| HSV(B) | 2.73º | 0.64% | 0.94% | - |
| XYZ | 41.06 | 26.66 | 11.58 | - |
| YUV | 135.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 85 | 0 | 0.62 | 0.64 | 0.06 | 2.73 | 0.83 | 0.64 |
| Hex | EF | 5C | 55 | 0 | 3E | 40 | 6 | 3 | 53 | 40 |
| Octal | 357 | 134 | 125 | 0 | 76 | 100 | 6 | 3 | 123 | 100 |
| Binary | 11101111 | 1011100 | 1010101 | 0 | 111110 | 1000000 | 110 | 11 | 1010011 | 1000000 |
Color Harmonies of #EF5C55
Complementary color
Monochromatic Colors of #EF5C55
Black with #EF5C55
Text Example
Text Example
White with #EF5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C55; }
p { color: rgb(239,92,85); }
H1.HeaderClassName
{
color: #EF5C55;
}
.AnyTagClassName
{
color: #EF5C55;
}
</style>
background-color css
<style>
a { background-color: #EF5C55; }
a { background-color: rgb(239,92,85); }
div.DivClassName
{
background-color: #EF5C55;
}
.BgClassName
{
background-color: #EF5C55;
}
</style>
border-color css
<style>
span { border-color: #EF5C55; }
span { border-color: rgb(239,92,85); }
td.TdClassName
{
border-color: #EF5C55;
}
.TagClassName
{
border-color: #EF5C55;
}
</style>