Shades of Flamingo #EF6458
Tints of Flamingo #EF6458
RGB
CMYK
RGB Variations
Color information
#EF6458 (or 0xEF6458) is known color: Flamingo. HEX triplet: EF, 64 and 58. RGB value is (239,100,88). Sum of RGB (Red+Green+Blue) = 239+100+88=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6458 is #109BA7. Grayscale: #8C8C8C. Windows color (decimal): -1088424 or 5793007. OLE color: 5793007.
HSL color Cylindrical-coordinate representation of color #EF6458: hue angle of 4.77º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF6458 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 88 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.06 |
| HSL | 4.77º | 0.83% | 0.64% | - |
| HSV(B) | 4.77º | 0.63% | 0.94% | - |
| XYZ | 41.92 | 28.17 | 12.46 | - |
| YUV | 140.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 88 | 0 | 0.58 | 0.63 | 0.06 | 4.77 | 0.83 | 0.64 |
| Hex | EF | 64 | 58 | 0 | 3A | 3F | 6 | 5 | 53 | 40 |
| Octal | 357 | 144 | 130 | 0 | 72 | 77 | 6 | 5 | 123 | 100 |
| Binary | 11101111 | 1100100 | 1011000 | 0 | 111010 | 111111 | 110 | 101 | 1010011 | 1000000 |
Color Harmonies of #EF6458
Complementary color
Monochromatic Colors of #EF6458
Black with #EF6458
Text Example
Text Example
White with #EF6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6458; }
p { color: rgb(239,100,88); }
H1.HeaderClassName
{
color: #EF6458;
}
.AnyTagClassName
{
color: #EF6458;
}
</style>
background-color css
<style>
a { background-color: #EF6458; }
a { background-color: rgb(239,100,88); }
div.DivClassName
{
background-color: #EF6458;
}
.BgClassName
{
background-color: #EF6458;
}
</style>
border-color css
<style>
span { border-color: #EF6458; }
span { border-color: rgb(239,100,88); }
td.TdClassName
{
border-color: #EF6458;
}
.TagClassName
{
border-color: #EF6458;
}
</style>