Shades of Flamingo #EF6555
Tints of Flamingo #EF6555
RGB
CMYK
RGB Variations
Color information
#EF6555 (or 0xEF6555) is known color: Flamingo. HEX triplet: EF, 65 and 55. RGB value is (239,101,85). Sum of RGB (Red+Green+Blue) = 239+101+85=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6555 is #109AAA. Grayscale: #8C8C8C. Windows color (decimal): -1088171 or 5596655. OLE color: 5596655.
HSL color Cylindrical-coordinate representation of color #EF6555: hue angle of 6.23º 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 #EF6555 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 85 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.06 |
| HSL | 6.23º | 0.83% | 0.64% | - |
| HSV(B) | 6.23º | 0.64% | 0.94% | - |
| XYZ | 41.89 | 28.31 | 11.85 | - |
| YUV | 140.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 85 | 0 | 0.58 | 0.64 | 0.06 | 6.23 | 0.83 | 0.64 |
| Hex | EF | 65 | 55 | 0 | 3A | 40 | 6 | 6 | 53 | 40 |
| Octal | 357 | 145 | 125 | 0 | 72 | 100 | 6 | 6 | 123 | 100 |
| Binary | 11101111 | 1100101 | 1010101 | 0 | 111010 | 1000000 | 110 | 110 | 1010011 | 1000000 |
Color Harmonies of #EF6555
Complementary color
Monochromatic Colors of #EF6555
Black with #EF6555
Text Example
Text Example
White with #EF6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6555; }
p { color: rgb(239,101,85); }
H1.HeaderClassName
{
color: #EF6555;
}
.AnyTagClassName
{
color: #EF6555;
}
</style>
background-color css
<style>
a { background-color: #EF6555; }
a { background-color: rgb(239,101,85); }
div.DivClassName
{
background-color: #EF6555;
}
.BgClassName
{
background-color: #EF6555;
}
</style>
border-color css
<style>
span { border-color: #EF6555; }
span { border-color: rgb(239,101,85); }
td.TdClassName
{
border-color: #EF6555;
}
.TagClassName
{
border-color: #EF6555;
}
</style>