Shades of Flamingo #EB5754
Tints of Flamingo #EB5754
RGB
CMYK
RGB Variations
Color information
#EB5754 (or 0xEB5754) is known color: Flamingo. HEX triplet: EB, 57 and 54. RGB value is (235,87,84). Sum of RGB (Red+Green+Blue) = 235+87+84=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5754 is #14A8AB. Grayscale: #838383. Windows color (decimal): -1353900 or 5527531. OLE color: 5527531.
HSL color Cylindrical-coordinate representation of color #EB5754: hue angle of 1.19º 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 #EB5754 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 87 | 84 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.08 |
| HSL | 1.19º | 0.79% | 0.63% | - |
| HSV(B) | 1.19º | 0.64% | 0.92% | - |
| XYZ | 39.27 | 25.12 | 11.17 | - |
| YUV | 130.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 87 | 84 | 0 | 0.63 | 0.64 | 0.08 | 1.19 | 0.79 | 0.63 |
| Hex | EB | 57 | 54 | 0 | 3F | 40 | 8 | 1 | 4F | 3F |
| Octal | 353 | 127 | 124 | 0 | 77 | 100 | 10 | 1 | 117 | 77 |
| Binary | 11101011 | 1010111 | 1010100 | 0 | 111111 | 1000000 | 1000 | 1 | 1001111 | 111111 |
Color Harmonies of #EB5754
Complementary color
Monochromatic Colors of #EB5754
Black with #EB5754
Text Example
Text Example
White with #EB5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5754; }
p { color: rgb(235,87,84); }
H1.HeaderClassName
{
color: #EB5754;
}
.AnyTagClassName
{
color: #EB5754;
}
</style>
background-color css
<style>
a { background-color: #EB5754; }
a { background-color: rgb(235,87,84); }
div.DivClassName
{
background-color: #EB5754;
}
.BgClassName
{
background-color: #EB5754;
}
</style>
border-color css
<style>
span { border-color: #EB5754; }
span { border-color: rgb(235,87,84); }
td.TdClassName
{
border-color: #EB5754;
}
.TagClassName
{
border-color: #EB5754;
}
</style>