Shades of Flamingo #EB5A55
Tints of Flamingo #EB5A55
RGB
CMYK
RGB Variations
Color information
#EB5A55 (or 0xEB5A55) is known color: Flamingo. HEX triplet: EB, 5A and 55. RGB value is (235,90,85). Sum of RGB (Red+Green+Blue) = 235+90+85=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A55 is #14A5AA. Grayscale: #848484. Windows color (decimal): -1353131 or 5593835. OLE color: 5593835.
HSL color Cylindrical-coordinate representation of color #EB5A55: hue angle of 2º 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 #EB5A55 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 85 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.08 |
| HSL | 2º | 0.79% | 0.63% | - |
| HSV(B) | 2º | 0.64% | 0.92% | - |
| XYZ | 39.56 | 25.63 | 11.46 | - |
| YUV | 132.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 85 | 0 | 0.62 | 0.64 | 0.08 | 2 | 0.79 | 0.63 |
| Hex | EB | 5A | 55 | 0 | 3E | 40 | 8 | 2 | 4F | 3F |
| Octal | 353 | 132 | 125 | 0 | 76 | 100 | 10 | 2 | 117 | 77 |
| Binary | 11101011 | 1011010 | 1010101 | 0 | 111110 | 1000000 | 1000 | 10 | 1001111 | 111111 |
Color Harmonies of #EB5A55
Complementary color
Monochromatic Colors of #EB5A55
Black with #EB5A55
Text Example
Text Example
White with #EB5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A55; }
p { color: rgb(235,90,85); }
H1.HeaderClassName
{
color: #EB5A55;
}
.AnyTagClassName
{
color: #EB5A55;
}
</style>
background-color css
<style>
a { background-color: #EB5A55; }
a { background-color: rgb(235,90,85); }
div.DivClassName
{
background-color: #EB5A55;
}
.BgClassName
{
background-color: #EB5A55;
}
</style>
border-color css
<style>
span { border-color: #EB5A55; }
span { border-color: rgb(235,90,85); }
td.TdClassName
{
border-color: #EB5A55;
}
.TagClassName
{
border-color: #EB5A55;
}
</style>