Shades of Flamingo #EB564D
Tints of Flamingo #EB564D
RGB
CMYK
RGB Variations
Color information
#EB564D (or 0xEB564D) is known color: Flamingo. HEX triplet: EB, 56 and 4D. RGB value is (235,86,77). Sum of RGB (Red+Green+Blue) = 235+86+77=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB564D is #14A9B2. Grayscale: #818181. Windows color (decimal): -1354163 or 5068523. OLE color: 5068523.
HSL color Cylindrical-coordinate representation of color #EB564D: hue angle of 3.42º 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 #EB564D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 77 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.08 |
| HSL | 3.42º | 0.8% | 0.61% | - |
| HSV(B) | 3.42º | 0.67% | 0.92% | - |
| XYZ | 38.93 | 24.85 | 9.77 | - |
| YUV | 129.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 77 | 0 | 0.63 | 0.67 | 0.08 | 3.42 | 0.8 | 0.61 |
| Hex | EB | 56 | 4D | 0 | 3F | 43 | 8 | 3 | 50 | 3D |
| Octal | 353 | 126 | 115 | 0 | 77 | 103 | 10 | 3 | 120 | 75 |
| Binary | 11101011 | 1010110 | 1001101 | 0 | 111111 | 1000011 | 1000 | 11 | 1010000 | 111101 |
Color Harmonies of #EB564D
Complementary color
Monochromatic Colors of #EB564D
Black with #EB564D
Text Example
Text Example
White with #EB564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB564D; }
p { color: rgb(235,86,77); }
H1.HeaderClassName
{
color: #EB564D;
}
.AnyTagClassName
{
color: #EB564D;
}
</style>
background-color css
<style>
a { background-color: #EB564D; }
a { background-color: rgb(235,86,77); }
div.DivClassName
{
background-color: #EB564D;
}
.BgClassName
{
background-color: #EB564D;
}
</style>
border-color css
<style>
span { border-color: #EB564D; }
span { border-color: rgb(235,86,77); }
td.TdClassName
{
border-color: #EB564D;
}
.TagClassName
{
border-color: #EB564D;
}
</style>