Shades of Flamingo #EB6259
Tints of Flamingo #EB6259
RGB
CMYK
RGB Variations
Color information
#EB6259 (or 0xEB6259) is known color: Flamingo. HEX triplet: EB, 62 and 59. RGB value is (235,98,89). Sum of RGB (Red+Green+Blue) = 235+98+89=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6259 is #149DA6. Grayscale: #8A8A8A. Windows color (decimal): -1351079 or 5858027. OLE color: 5858027.
HSL color Cylindrical-coordinate representation of color #EB6259: hue angle of 3.7º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB6259 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 89 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.08 |
| HSL | 3.7º | 0.78% | 0.64% | - |
| HSV(B) | 3.7º | 0.62% | 0.92% | - |
| XYZ | 40.43 | 27.12 | 12.55 | - |
| YUV | 137.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 89 | 0 | 0.58 | 0.62 | 0.08 | 3.7 | 0.78 | 0.64 |
| Hex | EB | 62 | 59 | 0 | 3A | 3E | 8 | 4 | 4E | 40 |
| Octal | 353 | 142 | 131 | 0 | 72 | 76 | 10 | 4 | 116 | 100 |
| Binary | 11101011 | 1100010 | 1011001 | 0 | 111010 | 111110 | 1000 | 100 | 1001110 | 1000000 |
Color Harmonies of #EB6259
Complementary color
Monochromatic Colors of #EB6259
Black with #EB6259
Text Example
Text Example
White with #EB6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6259; }
p { color: rgb(235,98,89); }
H1.HeaderClassName
{
color: #EB6259;
}
.AnyTagClassName
{
color: #EB6259;
}
</style>
background-color css
<style>
a { background-color: #EB6259; }
a { background-color: rgb(235,98,89); }
div.DivClassName
{
background-color: #EB6259;
}
.BgClassName
{
background-color: #EB6259;
}
</style>
border-color css
<style>
span { border-color: #EB6259; }
span { border-color: rgb(235,98,89); }
td.TdClassName
{
border-color: #EB6259;
}
.TagClassName
{
border-color: #EB6259;
}
</style>