Shades of Flamingo #EF5D54
Tints of Flamingo #EF5D54
RGB
CMYK
RGB Variations
Color information
#EF5D54 (or 0xEF5D54) is known color: Flamingo. HEX triplet: EF, 5D and 54. RGB value is (239,93,84). Sum of RGB (Red+Green+Blue) = 239+93+84=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D54 is #10A2AB. Grayscale: #878787. Windows color (decimal): -1090220 or 5529071. OLE color: 5529071.
HSL color Cylindrical-coordinate representation of color #EF5D54: hue angle of 3.48º 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 #EF5D54 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 84 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.06 |
| HSL | 3.48º | 0.83% | 0.63% | - |
| HSV(B) | 3.48º | 0.65% | 0.94% | - |
| XYZ | 41.11 | 26.82 | 11.4 | - |
| YUV | 135.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 84 | 0 | 0.61 | 0.65 | 0.06 | 3.48 | 0.83 | 0.63 |
| Hex | EF | 5D | 54 | 0 | 3D | 41 | 6 | 3 | 53 | 3F |
| Octal | 357 | 135 | 124 | 0 | 75 | 101 | 6 | 3 | 123 | 77 |
| Binary | 11101111 | 1011101 | 1010100 | 0 | 111101 | 1000001 | 110 | 11 | 1010011 | 111111 |
Color Harmonies of #EF5D54
Complementary color
Monochromatic Colors of #EF5D54
Black with #EF5D54
Text Example
Text Example
White with #EF5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D54; }
p { color: rgb(239,93,84); }
H1.HeaderClassName
{
color: #EF5D54;
}
.AnyTagClassName
{
color: #EF5D54;
}
</style>
background-color css
<style>
a { background-color: #EF5D54; }
a { background-color: rgb(239,93,84); }
div.DivClassName
{
background-color: #EF5D54;
}
.BgClassName
{
background-color: #EF5D54;
}
</style>
border-color css
<style>
span { border-color: #EF5D54; }
span { border-color: rgb(239,93,84); }
td.TdClassName
{
border-color: #EF5D54;
}
.TagClassName
{
border-color: #EF5D54;
}
</style>