Shades of Flamingo #EF574F
Tints of Flamingo #EF574F
RGB
CMYK
RGB Variations
Color information
#EF574F (or 0xEF574F) is known color: Flamingo. HEX triplet: EF, 57 and 4F. RGB value is (239,87,79). Sum of RGB (Red+Green+Blue) = 239+87+79=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF574F is #10A8B0. Grayscale: #838383. Windows color (decimal): -1091761 or 5199855. OLE color: 5199855.
HSL color Cylindrical-coordinate representation of color #EF574F: hue angle of 3º 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 #EF574F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 79 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.06 |
| HSL | 3º | 0.83% | 0.62% | - |
| HSV(B) | 3º | 0.67% | 0.94% | - |
| XYZ | 40.42 | 25.73 | 10.23 | - |
| YUV | 131.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 79 | 0 | 0.64 | 0.67 | 0.06 | 3 | 0.83 | 0.62 |
| Hex | EF | 57 | 4F | 0 | 40 | 43 | 6 | 3 | 53 | 3E |
| Octal | 357 | 127 | 117 | 0 | 100 | 103 | 6 | 3 | 123 | 76 |
| Binary | 11101111 | 1010111 | 1001111 | 0 | 1000000 | 1000011 | 110 | 11 | 1010011 | 111110 |
Color Harmonies of #EF574F
Complementary color
Monochromatic Colors of #EF574F
Black with #EF574F
Text Example
Text Example
White with #EF574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF574F; }
p { color: rgb(239,87,79); }
H1.HeaderClassName
{
color: #EF574F;
}
.AnyTagClassName
{
color: #EF574F;
}
</style>
background-color css
<style>
a { background-color: #EF574F; }
a { background-color: rgb(239,87,79); }
div.DivClassName
{
background-color: #EF574F;
}
.BgClassName
{
background-color: #EF574F;
}
</style>
border-color css
<style>
span { border-color: #EF574F; }
span { border-color: rgb(239,87,79); }
td.TdClassName
{
border-color: #EF574F;
}
.TagClassName
{
border-color: #EF574F;
}
</style>