Shades of Flamingo #EB5E55
Tints of Flamingo #EB5E55
RGB
CMYK
RGB Variations
Color information
#EB5E55 (or 0xEB5E55) is known color: Flamingo. HEX triplet: EB, 5E and 55. RGB value is (235,94,85). Sum of RGB (Red+Green+Blue) = 235+94+85=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E55 is #14A1AA. Grayscale: #878787. Windows color (decimal): -1352107 or 5594859. OLE color: 5594859.
HSL color Cylindrical-coordinate representation of color #EB5E55: hue angle of 3.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB5E55 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 85 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.08 |
| HSL | 3.6º | 0.79% | 0.63% | - |
| HSV(B) | 3.6º | 0.64% | 0.92% | - |
| XYZ | 39.9 | 26.32 | 11.57 | - |
| YUV | 135.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 85 | 0 | 0.6 | 0.64 | 0.08 | 3.6 | 0.79 | 0.63 |
| Hex | EB | 5E | 55 | 0 | 3C | 40 | 8 | 4 | 4F | 3F |
| Octal | 353 | 136 | 125 | 0 | 74 | 100 | 10 | 4 | 117 | 77 |
| Binary | 11101011 | 1011110 | 1010101 | 0 | 111100 | 1000000 | 1000 | 100 | 1001111 | 111111 |
Color Harmonies of #EB5E55
Complementary color
Monochromatic Colors of #EB5E55
Black with #EB5E55
Text Example
Text Example
White with #EB5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E55; }
p { color: rgb(235,94,85); }
H1.HeaderClassName
{
color: #EB5E55;
}
.AnyTagClassName
{
color: #EB5E55;
}
</style>
background-color css
<style>
a { background-color: #EB5E55; }
a { background-color: rgb(235,94,85); }
div.DivClassName
{
background-color: #EB5E55;
}
.BgClassName
{
background-color: #EB5E55;
}
</style>
border-color css
<style>
span { border-color: #EB5E55; }
span { border-color: rgb(235,94,85); }
td.TdClassName
{
border-color: #EB5E55;
}
.TagClassName
{
border-color: #EB5E55;
}
</style>