Shades of Flamingo #EF6055
Tints of Flamingo #EF6055
RGB
CMYK
RGB Variations
Color information
#EF6055 (or 0xEF6055) is known color: Flamingo. HEX triplet: EF, 60 and 55. RGB value is (239,96,85). Sum of RGB (Red+Green+Blue) = 239+96+85=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6055 is #109FAA. Grayscale: #898989. Windows color (decimal): -1089451 or 5595375. OLE color: 5595375.
HSL color Cylindrical-coordinate representation of color #EF6055: hue angle of 4.29º 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 #EF6055 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 85 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.06 |
| HSL | 4.29º | 0.83% | 0.64% | - |
| HSV(B) | 4.29º | 0.64% | 0.94% | - |
| XYZ | 41.42 | 27.37 | 11.69 | - |
| YUV | 137.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 85 | 0 | 0.60 | 0.64 | 0.06 | 4.29 | 0.83 | 0.64 |
| Hex | EF | 60 | 55 | 0 | 3C | 40 | 6 | 4 | 53 | 40 |
| Octal | 357 | 140 | 125 | 0 | 74 | 100 | 6 | 4 | 123 | 100 |
| Binary | 11101111 | 1100000 | 1010101 | 0 | 111100 | 1000000 | 110 | 100 | 1010011 | 1000000 |
Color Harmonies of #EF6055
Complementary color
Monochromatic Colors of #EF6055
Black with #EF6055
Text Example
Text Example
White with #EF6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6055; }
p { color: rgb(239,96,85); }
H1.HeaderClassName
{
color: #EF6055;
}
.AnyTagClassName
{
color: #EF6055;
}
</style>
background-color css
<style>
a { background-color: #EF6055; }
a { background-color: rgb(239,96,85); }
div.DivClassName
{
background-color: #EF6055;
}
.BgClassName
{
background-color: #EF6055;
}
</style>
border-color css
<style>
span { border-color: #EF6055; }
span { border-color: rgb(239,96,85); }
td.TdClassName
{
border-color: #EF6055;
}
.TagClassName
{
border-color: #EF6055;
}
</style>