Shades of Flamingo #EF6350
Tints of Flamingo #EF6350
RGB
CMYK
RGB Variations
Color information
#EF6350 (or 0xEF6350) is known color: Flamingo. HEX triplet: EF, 63 and 50. RGB value is (239,99,80). Sum of RGB (Red+Green+Blue) = 239+99+80=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6350 is #109CAF. Grayscale: #8A8A8A. Windows color (decimal): -1088688 or 5268463. OLE color: 5268463.
HSL color Cylindrical-coordinate representation of color #EF6350: hue angle of 7.17º 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 #EF6350 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 80 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.06 |
| HSL | 7.17º | 0.83% | 0.63% | - |
| HSV(B) | 7.17º | 0.67% | 0.94% | - |
| XYZ | 41.51 | 27.85 | 10.78 | - |
| YUV | 138.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 80 | 0 | 0.59 | 0.67 | 0.06 | 7.17 | 0.83 | 0.63 |
| Hex | EF | 63 | 50 | 0 | 3B | 43 | 6 | 7 | 53 | 3F |
| Octal | 357 | 143 | 120 | 0 | 73 | 103 | 6 | 7 | 123 | 77 |
| Binary | 11101111 | 1100011 | 1010000 | 0 | 111011 | 1000011 | 110 | 111 | 1010011 | 111111 |
Color Harmonies of #EF6350
Complementary color
Monochromatic Colors of #EF6350
Black with #EF6350
Text Example
Text Example
White with #EF6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6350; }
p { color: rgb(239,99,80); }
H1.HeaderClassName
{
color: #EF6350;
}
.AnyTagClassName
{
color: #EF6350;
}
</style>
background-color css
<style>
a { background-color: #EF6350; }
a { background-color: rgb(239,99,80); }
div.DivClassName
{
background-color: #EF6350;
}
.BgClassName
{
background-color: #EF6350;
}
</style>
border-color css
<style>
span { border-color: #EF6350; }
span { border-color: rgb(239,99,80); }
td.TdClassName
{
border-color: #EF6350;
}
.TagClassName
{
border-color: #EF6350;
}
</style>