Shades of Flamingo #EF6450
Tints of Flamingo #EF6450
RGB
CMYK
RGB Variations
Color information
#EF6450 (or 0xEF6450) is known color: Flamingo. HEX triplet: EF, 64 and 50. RGB value is (239,100,80). Sum of RGB (Red+Green+Blue) = 239+100+80=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6450 is #109BAF. Grayscale: #8B8B8B. Windows color (decimal): -1088432 or 5268719. OLE color: 5268719.
HSL color Cylindrical-coordinate representation of color #EF6450: hue angle of 7.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF6450 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 80 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.06 |
| HSL | 7.55º | 0.83% | 0.63% | - |
| HSV(B) | 7.55º | 0.67% | 0.94% | - |
| XYZ | 41.6 | 28.04 | 10.81 | - |
| YUV | 139.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 80 | 0 | 0.58 | 0.67 | 0.06 | 7.55 | 0.83 | 0.63 |
| Hex | EF | 64 | 50 | 0 | 3A | 43 | 6 | 8 | 53 | 3F |
| Octal | 357 | 144 | 120 | 0 | 72 | 103 | 6 | 10 | 123 | 77 |
| Binary | 11101111 | 1100100 | 1010000 | 0 | 111010 | 1000011 | 110 | 1000 | 1010011 | 111111 |
Color Harmonies of #EF6450
Complementary color
Monochromatic Colors of #EF6450
Black with #EF6450
Text Example
Text Example
White with #EF6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6450; }
p { color: rgb(239,100,80); }
H1.HeaderClassName
{
color: #EF6450;
}
.AnyTagClassName
{
color: #EF6450;
}
</style>
background-color css
<style>
a { background-color: #EF6450; }
a { background-color: rgb(239,100,80); }
div.DivClassName
{
background-color: #EF6450;
}
.BgClassName
{
background-color: #EF6450;
}
</style>
border-color css
<style>
span { border-color: #EF6450; }
span { border-color: rgb(239,100,80); }
td.TdClassName
{
border-color: #EF6450;
}
.TagClassName
{
border-color: #EF6450;
}
</style>