Shades of Flamingo #EB5C55
Tints of Flamingo #EB5C55
RGB
CMYK
RGB Variations
Color information
#EB5C55 (or 0xEB5C55) is known color: Flamingo. HEX triplet: EB, 5C and 55. RGB value is (235,92,85). Sum of RGB (Red+Green+Blue) = 235+92+85=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5C55 is #14A3AA. Grayscale: #868686. Windows color (decimal): -1352619 or 5594347. OLE color: 5594347.
HSL color Cylindrical-coordinate representation of color #EB5C55: hue angle of 2.8º 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 #EB5C55 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 92 | 85 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.08 |
| HSL | 2.8º | 0.79% | 0.63% | - |
| HSV(B) | 2.8º | 0.64% | 0.92% | - |
| XYZ | 39.73 | 25.97 | 11.51 | - |
| YUV | 133.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 92 | 85 | 0 | 0.61 | 0.64 | 0.08 | 2.8 | 0.79 | 0.63 |
| Hex | EB | 5C | 55 | 0 | 3D | 40 | 8 | 3 | 4F | 3F |
| Octal | 353 | 134 | 125 | 0 | 75 | 100 | 10 | 3 | 117 | 77 |
| Binary | 11101011 | 1011100 | 1010101 | 0 | 111101 | 1000000 | 1000 | 11 | 1001111 | 111111 |
Color Harmonies of #EB5C55
Complementary color
Monochromatic Colors of #EB5C55
Black with #EB5C55
Text Example
Text Example
White with #EB5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5C55; }
p { color: rgb(235,92,85); }
H1.HeaderClassName
{
color: #EB5C55;
}
.AnyTagClassName
{
color: #EB5C55;
}
</style>
background-color css
<style>
a { background-color: #EB5C55; }
a { background-color: rgb(235,92,85); }
div.DivClassName
{
background-color: #EB5C55;
}
.BgClassName
{
background-color: #EB5C55;
}
</style>
border-color css
<style>
span { border-color: #EB5C55; }
span { border-color: rgb(235,92,85); }
td.TdClassName
{
border-color: #EB5C55;
}
.TagClassName
{
border-color: #EB5C55;
}
</style>