Shades of Flamingo #EF5E5A
Tints of Flamingo #EF5E5A
RGB
CMYK
RGB Variations
Color information
#EF5E5A (or 0xEF5E5A) is known color: Flamingo. HEX triplet: EF, 5E and 5A. RGB value is (239,94,90). Sum of RGB (Red+Green+Blue) = 239+94+90=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E5A is #10A1A5. Grayscale: #898989. Windows color (decimal): -1089958 or 5922543. OLE color: 5922543.
HSL color Cylindrical-coordinate representation of color #EF5E5A: hue angle of 1.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5E5A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 90 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.06 |
| HSL | 1.61º | 0.82% | 0.65% | - |
| HSV(B) | 1.61º | 0.62% | 0.94% | - |
| XYZ | 41.44 | 27.09 | 12.72 | - |
| YUV | 136.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 90 | 0 | 0.61 | 0.62 | 0.06 | 1.61 | 0.82 | 0.65 |
| Hex | EF | 5E | 5A | 0 | 3D | 3E | 6 | 2 | 52 | 41 |
| Octal | 357 | 136 | 132 | 0 | 75 | 76 | 6 | 2 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1011010 | 0 | 111101 | 111110 | 110 | 10 | 1010010 | 1000001 |
Color Harmonies of #EF5E5A
Complementary color
Monochromatic Colors of #EF5E5A
Black with #EF5E5A
Text Example
Text Example
White with #EF5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E5A; }
p { color: rgb(239,94,90); }
H1.HeaderClassName
{
color: #EF5E5A;
}
.AnyTagClassName
{
color: #EF5E5A;
}
</style>
background-color css
<style>
a { background-color: #EF5E5A; }
a { background-color: rgb(239,94,90); }
div.DivClassName
{
background-color: #EF5E5A;
}
.BgClassName
{
background-color: #EF5E5A;
}
</style>
border-color css
<style>
span { border-color: #EF5E5A; }
span { border-color: rgb(239,94,90); }
td.TdClassName
{
border-color: #EF5E5A;
}
.TagClassName
{
border-color: #EF5E5A;
}
</style>