Shades of Flamingo #EF5D4F
Tints of Flamingo #EF5D4F
RGB
CMYK
RGB Variations
Color information
#EF5D4F (or 0xEF5D4F) is known color: Flamingo. HEX triplet: EF, 5D and 4F. RGB value is (239,93,79). Sum of RGB (Red+Green+Blue) = 239+93+79=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D4F is #10A2B0. Grayscale: #878787. Windows color (decimal): -1090225 or 5201391. OLE color: 5201391.
HSL color Cylindrical-coordinate representation of color #EF5D4F: hue angle of 5.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF5D4F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 79 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.06 |
| HSL | 5.25º | 0.83% | 0.62% | - |
| HSV(B) | 5.25º | 0.67% | 0.94% | - |
| XYZ | 40.92 | 26.74 | 10.4 | - |
| YUV | 135.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 79 | 0 | 0.61 | 0.67 | 0.06 | 5.25 | 0.83 | 0.62 |
| Hex | EF | 5D | 4F | 0 | 3D | 43 | 6 | 5 | 53 | 3E |
| Octal | 357 | 135 | 117 | 0 | 75 | 103 | 6 | 5 | 123 | 76 |
| Binary | 11101111 | 1011101 | 1001111 | 0 | 111101 | 1000011 | 110 | 101 | 1010011 | 111110 |
Color Harmonies of #EF5D4F
Complementary color
Monochromatic Colors of #EF5D4F
Black with #EF5D4F
Text Example
Text Example
White with #EF5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D4F; }
p { color: rgb(239,93,79); }
H1.HeaderClassName
{
color: #EF5D4F;
}
.AnyTagClassName
{
color: #EF5D4F;
}
</style>
background-color css
<style>
a { background-color: #EF5D4F; }
a { background-color: rgb(239,93,79); }
div.DivClassName
{
background-color: #EF5D4F;
}
.BgClassName
{
background-color: #EF5D4F;
}
</style>
border-color css
<style>
span { border-color: #EF5D4F; }
span { border-color: rgb(239,93,79); }
td.TdClassName
{
border-color: #EF5D4F;
}
.TagClassName
{
border-color: #EF5D4F;
}
</style>