Shades of Flamingo #EB644D
Tints of Flamingo #EB644D
RGB
CMYK
RGB Variations
Color information
#EB644D (or 0xEB644D) is known color: Flamingo. HEX triplet: EB, 64 and 4D. RGB value is (235,100,77). Sum of RGB (Red+Green+Blue) = 235+100+77=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB644D is #149BB2. Grayscale: #898989. Windows color (decimal): -1350579 or 5072107. OLE color: 5072107.
HSL color Cylindrical-coordinate representation of color #EB644D: hue angle of 8.73º 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 #EB644D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 77 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.08 |
| HSL | 8.73º | 0.8% | 0.61% | - |
| HSV(B) | 8.73º | 0.67% | 0.92% | - |
| XYZ | 40.16 | 27.31 | 10.18 | - |
| YUV | 137.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 77 | 0 | 0.57 | 0.67 | 0.08 | 8.73 | 0.8 | 0.61 |
| Hex | EB | 64 | 4D | 0 | 39 | 43 | 8 | 9 | 50 | 3D |
| Octal | 353 | 144 | 115 | 0 | 71 | 103 | 10 | 11 | 120 | 75 |
| Binary | 11101011 | 1100100 | 1001101 | 0 | 111001 | 1000011 | 1000 | 1001 | 1010000 | 111101 |
Color Harmonies of #EB644D
Complementary color
Monochromatic Colors of #EB644D
Black with #EB644D
Text Example
Text Example
White with #EB644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB644D; }
p { color: rgb(235,100,77); }
H1.HeaderClassName
{
color: #EB644D;
}
.AnyTagClassName
{
color: #EB644D;
}
</style>
background-color css
<style>
a { background-color: #EB644D; }
a { background-color: rgb(235,100,77); }
div.DivClassName
{
background-color: #EB644D;
}
.BgClassName
{
background-color: #EB644D;
}
</style>
border-color css
<style>
span { border-color: #EB644D; }
span { border-color: rgb(235,100,77); }
td.TdClassName
{
border-color: #EB644D;
}
.TagClassName
{
border-color: #EB644D;
}
</style>