Shades of Flamingo #EF5A53
Tints of Flamingo #EF5A53
RGB
CMYK
RGB Variations
Color information
#EF5A53 (or 0xEF5A53) is known color: Flamingo. HEX triplet: EF, 5A and 53. RGB value is (239,90,83). Sum of RGB (Red+Green+Blue) = 239+90+83=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A53 is #10A5AC. Grayscale: #858585. Windows color (decimal): -1090989 or 5462767. OLE color: 5462767.
HSL color Cylindrical-coordinate representation of color #EF5A53: hue angle of 2.69º 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 #EF5A53 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 83 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.06 |
| HSL | 2.69º | 0.83% | 0.63% | - |
| HSV(B) | 2.69º | 0.65% | 0.94% | - |
| XYZ | 40.81 | 26.29 | 11.11 | - |
| YUV | 133.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 83 | 0 | 0.62 | 0.65 | 0.06 | 2.69 | 0.83 | 0.63 |
| Hex | EF | 5A | 53 | 0 | 3E | 41 | 6 | 3 | 53 | 3F |
| Octal | 357 | 132 | 123 | 0 | 76 | 101 | 6 | 3 | 123 | 77 |
| Binary | 11101111 | 1011010 | 1010011 | 0 | 111110 | 1000001 | 110 | 11 | 1010011 | 111111 |
Color Harmonies of #EF5A53
Complementary color
Monochromatic Colors of #EF5A53
Black with #EF5A53
Text Example
Text Example
White with #EF5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A53; }
p { color: rgb(239,90,83); }
H1.HeaderClassName
{
color: #EF5A53;
}
.AnyTagClassName
{
color: #EF5A53;
}
</style>
background-color css
<style>
a { background-color: #EF5A53; }
a { background-color: rgb(239,90,83); }
div.DivClassName
{
background-color: #EF5A53;
}
.BgClassName
{
background-color: #EF5A53;
}
</style>
border-color css
<style>
span { border-color: #EF5A53; }
span { border-color: rgb(239,90,83); }
td.TdClassName
{
border-color: #EF5A53;
}
.TagClassName
{
border-color: #EF5A53;
}
</style>