Shades of Flamingo #EB6359
Tints of Flamingo #EB6359
RGB
CMYK
RGB Variations
Color information
#EB6359 (or 0xEB6359) is known color: Flamingo. HEX triplet: EB, 63 and 59. RGB value is (235,99,89). Sum of RGB (Red+Green+Blue) = 235+99+89=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6359 is #149CA6. Grayscale: #8A8A8A. Windows color (decimal): -1350823 or 5858283. OLE color: 5858283.
HSL color Cylindrical-coordinate representation of color #EB6359: hue angle of 4.11º 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 #EB6359 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 89 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.08 |
| HSL | 4.11º | 0.78% | 0.64% | - |
| HSV(B) | 4.11º | 0.62% | 0.92% | - |
| XYZ | 40.53 | 27.31 | 12.59 | - |
| YUV | 138.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 89 | 0 | 0.58 | 0.62 | 0.08 | 4.11 | 0.78 | 0.64 |
| Hex | EB | 63 | 59 | 0 | 3A | 3E | 8 | 4 | 4E | 40 |
| Octal | 353 | 143 | 131 | 0 | 72 | 76 | 10 | 4 | 116 | 100 |
| Binary | 11101011 | 1100011 | 1011001 | 0 | 111010 | 111110 | 1000 | 100 | 1001110 | 1000000 |
Color Harmonies of #EB6359
Complementary color
Monochromatic Colors of #EB6359
Black with #EB6359
Text Example
Text Example
White with #EB6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6359; }
p { color: rgb(235,99,89); }
H1.HeaderClassName
{
color: #EB6359;
}
.AnyTagClassName
{
color: #EB6359;
}
</style>
background-color css
<style>
a { background-color: #EB6359; }
a { background-color: rgb(235,99,89); }
div.DivClassName
{
background-color: #EB6359;
}
.BgClassName
{
background-color: #EB6359;
}
</style>
border-color css
<style>
span { border-color: #EB6359; }
span { border-color: rgb(235,99,89); }
td.TdClassName
{
border-color: #EB6359;
}
.TagClassName
{
border-color: #EB6359;
}
</style>