Shades of Flamingo #EF6150
Tints of Flamingo #EF6150
RGB
CMYK
RGB Variations
Color information
#EF6150 (or 0xEF6150) is known color: Flamingo. HEX triplet: EF, 61 and 50. RGB value is (239,97,80). Sum of RGB (Red+Green+Blue) = 239+97+80=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6150 is #109EAF. Grayscale: #898989. Windows color (decimal): -1089200 or 5267951. OLE color: 5267951.
HSL color Cylindrical-coordinate representation of color #EF6150: hue angle of 6.42º 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 #EF6150 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 80 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.06 |
| HSL | 6.42º | 0.83% | 0.63% | - |
| HSV(B) | 6.42º | 0.67% | 0.94% | - |
| XYZ | 41.32 | 27.48 | 10.72 | - |
| YUV | 137.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 80 | 0 | 0.59 | 0.67 | 0.06 | 6.42 | 0.83 | 0.63 |
| Hex | EF | 61 | 50 | 0 | 3B | 43 | 6 | 6 | 53 | 3F |
| Octal | 357 | 141 | 120 | 0 | 73 | 103 | 6 | 6 | 123 | 77 |
| Binary | 11101111 | 1100001 | 1010000 | 0 | 111011 | 1000011 | 110 | 110 | 1010011 | 111111 |
Color Harmonies of #EF6150
Complementary color
Monochromatic Colors of #EF6150
Black with #EF6150
Text Example
Text Example
White with #EF6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6150; }
p { color: rgb(239,97,80); }
H1.HeaderClassName
{
color: #EF6150;
}
.AnyTagClassName
{
color: #EF6150;
}
</style>
background-color css
<style>
a { background-color: #EF6150; }
a { background-color: rgb(239,97,80); }
div.DivClassName
{
background-color: #EF6150;
}
.BgClassName
{
background-color: #EF6150;
}
</style>
border-color css
<style>
span { border-color: #EF6150; }
span { border-color: rgb(239,97,80); }
td.TdClassName
{
border-color: #EF6150;
}
.TagClassName
{
border-color: #EF6150;
}
</style>