Shades of Flamingo #EB5A3F
Tints of Flamingo #EB5A3F
RGB
CMYK
RGB Variations
Color information
#EB5A3F (or 0xEB5A3F) is known color: Flamingo. HEX triplet: EB, 5A and 3F. RGB value is (235,90,63). Sum of RGB (Red+Green+Blue) = 235+90+63=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A3F is #14A5C0. Grayscale: #828282. Windows color (decimal): -1353153 or 4152043. OLE color: 4152043.
HSL color Cylindrical-coordinate representation of color #EB5A3F: hue angle of 9.42º 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 #EB5A3F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 63 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.08 |
| HSL | 9.42º | 0.81% | 0.58% | - |
| HSV(B) | 9.42º | 0.73% | 0.92% | - |
| XYZ | 38.81 | 25.33 | 7.55 | - |
| YUV | 130.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 63 | 0 | 0.62 | 0.73 | 0.08 | 9.42 | 0.81 | 0.58 |
| Hex | EB | 5A | 3F | 0 | 3E | 49 | 8 | 9 | 51 | 3A |
| Octal | 353 | 132 | 77 | 0 | 76 | 111 | 10 | 11 | 121 | 72 |
| Binary | 11101011 | 1011010 | 111111 | 0 | 111110 | 1001001 | 1000 | 1001 | 1010001 | 111010 |
Color Harmonies of #EB5A3F
Complementary color
Monochromatic Colors of #EB5A3F
Black with #EB5A3F
Text Example
Text Example
White with #EB5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A3F; }
p { color: rgb(235,90,63); }
H1.HeaderClassName
{
color: #EB5A3F;
}
.AnyTagClassName
{
color: #EB5A3F;
}
</style>
background-color css
<style>
a { background-color: #EB5A3F; }
a { background-color: rgb(235,90,63); }
div.DivClassName
{
background-color: #EB5A3F;
}
.BgClassName
{
background-color: #EB5A3F;
}
</style>
border-color css
<style>
span { border-color: #EB5A3F; }
span { border-color: rgb(235,90,63); }
td.TdClassName
{
border-color: #EB5A3F;
}
.TagClassName
{
border-color: #EB5A3F;
}
</style>