Shades of Flamingo #EF605B
Tints of Flamingo #EF605B
RGB
CMYK
RGB Variations
Color information
#EF605B (or 0xEF605B) is known color: Flamingo. HEX triplet: EF, 60 and 5B. RGB value is (239,96,91). Sum of RGB (Red+Green+Blue) = 239+96+91=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF605B is #109FA4. Grayscale: #8A8A8A. Windows color (decimal): -1089445 or 5988591. OLE color: 5988591.
HSL color Cylindrical-coordinate representation of color #EF605B: hue angle of 2.03º 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 #EF605B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 91 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.06 |
| HSL | 2.03º | 0.82% | 0.65% | - |
| HSV(B) | 2.03º | 0.62% | 0.94% | - |
| XYZ | 41.67 | 27.47 | 13 | - |
| YUV | 138.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 91 | 0 | 0.60 | 0.62 | 0.06 | 2.03 | 0.82 | 0.65 |
| Hex | EF | 60 | 5B | 0 | 3C | 3E | 6 | 2 | 52 | 41 |
| Octal | 357 | 140 | 133 | 0 | 74 | 76 | 6 | 2 | 122 | 101 |
| Binary | 11101111 | 1100000 | 1011011 | 0 | 111100 | 111110 | 110 | 10 | 1010010 | 1000001 |
Color Harmonies of #EF605B
Complementary color
Monochromatic Colors of #EF605B
Black with #EF605B
Text Example
Text Example
White with #EF605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF605B; }
p { color: rgb(239,96,91); }
H1.HeaderClassName
{
color: #EF605B;
}
.AnyTagClassName
{
color: #EF605B;
}
</style>
background-color css
<style>
a { background-color: #EF605B; }
a { background-color: rgb(239,96,91); }
div.DivClassName
{
background-color: #EF605B;
}
.BgClassName
{
background-color: #EF605B;
}
</style>
border-color css
<style>
span { border-color: #EF605B; }
span { border-color: rgb(239,96,91); }
td.TdClassName
{
border-color: #EF605B;
}
.TagClassName
{
border-color: #EF605B;
}
</style>