Shades of Flamingo #EB544D
Tints of Flamingo #EB544D
RGB
CMYK
RGB Variations
Color information
#EB544D (or 0xEB544D) is known color: Flamingo. HEX triplet: EB, 54 and 4D. RGB value is (235,84,77). Sum of RGB (Red+Green+Blue) = 235+84+77=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB544D is #14ABB2. Grayscale: #808080. Windows color (decimal): -1354675 or 5068011. OLE color: 5068011.
HSL color Cylindrical-coordinate representation of color #EB544D: hue angle of 2.66º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB544D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.08 |
| HSL | 2.66º | 0.8% | 0.61% | - |
| HSV(B) | 2.66º | 0.67% | 0.92% | - |
| XYZ | 38.77 | 24.54 | 9.71 | - |
| YUV | 128.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 77 | 0 | 0.64 | 0.67 | 0.08 | 2.66 | 0.8 | 0.61 |
| Hex | EB | 54 | 4D | 0 | 40 | 43 | 8 | 3 | 50 | 3D |
| Octal | 353 | 124 | 115 | 0 | 100 | 103 | 10 | 3 | 120 | 75 |
| Binary | 11101011 | 1010100 | 1001101 | 0 | 1000000 | 1000011 | 1000 | 11 | 1010000 | 111101 |
Color Harmonies of #EB544D
Complementary color
Monochromatic Colors of #EB544D
Black with #EB544D
Text Example
Text Example
White with #EB544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB544D; }
p { color: rgb(235,84,77); }
H1.HeaderClassName
{
color: #EB544D;
}
.AnyTagClassName
{
color: #EB544D;
}
</style>
background-color css
<style>
a { background-color: #EB544D; }
a { background-color: rgb(235,84,77); }
div.DivClassName
{
background-color: #EB544D;
}
.BgClassName
{
background-color: #EB544D;
}
</style>
border-color css
<style>
span { border-color: #EB544D; }
span { border-color: rgb(235,84,77); }
td.TdClassName
{
border-color: #EB544D;
}
.TagClassName
{
border-color: #EB544D;
}
</style>