Shades of Flamingo #EB593F
Tints of Flamingo #EB593F
RGB
CMYK
RGB Variations
Color information
#EB593F (or 0xEB593F) is known color: Flamingo. HEX triplet: EB, 59 and 3F. RGB value is (235,89,63). Sum of RGB (Red+Green+Blue) = 235+89+63=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB593F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB593F is #14A6C0. Grayscale: #818181. Windows color (decimal): -1353409 or 4151787. OLE color: 4151787.
HSL color Cylindrical-coordinate representation of color #EB593F: hue angle of 9.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB593F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 63 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.08 |
| HSL | 9.07º | 0.81% | 0.58% | - |
| HSV(B) | 9.07º | 0.73% | 0.92% | - |
| XYZ | 38.73 | 25.17 | 7.52 | - |
| YUV | 129.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 63 | 0 | 0.62 | 0.73 | 0.08 | 9.07 | 0.81 | 0.58 |
| Hex | EB | 59 | 3F | 0 | 3E | 49 | 8 | 9 | 51 | 3A |
| Octal | 353 | 131 | 77 | 0 | 76 | 111 | 10 | 11 | 121 | 72 |
| Binary | 11101011 | 1011001 | 111111 | 0 | 111110 | 1001001 | 1000 | 1001 | 1010001 | 111010 |
Color Harmonies of #EB593F
Complementary color
Monochromatic Colors of #EB593F
Black with #EB593F
Text Example
Text Example
White with #EB593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB593F; }
p { color: rgb(235,89,63); }
H1.HeaderClassName
{
color: #EB593F;
}
.AnyTagClassName
{
color: #EB593F;
}
</style>
background-color css
<style>
a { background-color: #EB593F; }
a { background-color: rgb(235,89,63); }
div.DivClassName
{
background-color: #EB593F;
}
.BgClassName
{
background-color: #EB593F;
}
</style>
border-color css
<style>
span { border-color: #EB593F; }
span { border-color: rgb(235,89,63); }
td.TdClassName
{
border-color: #EB593F;
}
.TagClassName
{
border-color: #EB593F;
}
</style>