Shades of Flamingo #EF6253
Tints of Flamingo #EF6253
RGB
CMYK
RGB Variations
Color information
#EF6253 (or 0xEF6253) is known color: Flamingo. HEX triplet: EF, 62 and 53. RGB value is (239,98,83). Sum of RGB (Red+Green+Blue) = 239+98+83=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6253 is #109DAC. Grayscale: #8A8A8A. Windows color (decimal): -1088941 or 5464815. OLE color: 5464815.
HSL color Cylindrical-coordinate representation of color #EF6253: hue angle of 5.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF6253 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.06 |
| HSL | 5.77º | 0.83% | 0.63% | - |
| HSV(B) | 5.77º | 0.65% | 0.94% | - |
| XYZ | 41.53 | 27.71 | 11.34 | - |
| YUV | 138.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 83 | 0 | 0.59 | 0.65 | 0.06 | 5.77 | 0.83 | 0.63 |
| Hex | EF | 62 | 53 | 0 | 3B | 41 | 6 | 6 | 53 | 3F |
| Octal | 357 | 142 | 123 | 0 | 73 | 101 | 6 | 6 | 123 | 77 |
| Binary | 11101111 | 1100010 | 1010011 | 0 | 111011 | 1000001 | 110 | 110 | 1010011 | 111111 |
Color Harmonies of #EF6253
Complementary color
Monochromatic Colors of #EF6253
Black with #EF6253
Text Example
Text Example
White with #EF6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6253; }
p { color: rgb(239,98,83); }
H1.HeaderClassName
{
color: #EF6253;
}
.AnyTagClassName
{
color: #EF6253;
}
</style>
background-color css
<style>
a { background-color: #EF6253; }
a { background-color: rgb(239,98,83); }
div.DivClassName
{
background-color: #EF6253;
}
.BgClassName
{
background-color: #EF6253;
}
</style>
border-color css
<style>
span { border-color: #EF6253; }
span { border-color: rgb(239,98,83); }
td.TdClassName
{
border-color: #EF6253;
}
.TagClassName
{
border-color: #EF6253;
}
</style>