Shades of Flamingo #EB6440
Tints of Flamingo #EB6440
RGB
CMYK
RGB Variations
Color information
#EB6440 (or 0xEB6440) is known color: Flamingo. HEX triplet: EB, 64 and 40. RGB value is (235,100,64). Sum of RGB (Red+Green+Blue) = 235+100+64=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6440 is #149BBF. Grayscale: #888888. Windows color (decimal): -1350592 or 4220139. OLE color: 4220139.
HSL color Cylindrical-coordinate representation of color #EB6440: hue angle of 12.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB6440 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 64 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.08 |
| HSL | 12.63º | 0.81% | 0.59% | - |
| HSV(B) | 12.63º | 0.73% | 0.92% | - |
| XYZ | 39.74 | 27.15 | 8 | - |
| YUV | 136.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 64 | 0 | 0.57 | 0.73 | 0.08 | 12.63 | 0.81 | 0.59 |
| Hex | EB | 64 | 40 | 0 | 39 | 49 | 8 | D | 51 | 3B |
| Octal | 353 | 144 | 100 | 0 | 71 | 111 | 10 | 15 | 121 | 73 |
| Binary | 11101011 | 1100100 | 1000000 | 0 | 111001 | 1001001 | 1000 | 1101 | 1010001 | 111011 |
Color Harmonies of #EB6440
Complementary color
Monochromatic Colors of #EB6440
Black with #EB6440
Text Example
Text Example
White with #EB6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6440; }
p { color: rgb(235,100,64); }
H1.HeaderClassName
{
color: #EB6440;
}
.AnyTagClassName
{
color: #EB6440;
}
</style>
background-color css
<style>
a { background-color: #EB6440; }
a { background-color: rgb(235,100,64); }
div.DivClassName
{
background-color: #EB6440;
}
.BgClassName
{
background-color: #EB6440;
}
</style>
border-color css
<style>
span { border-color: #EB6440; }
span { border-color: rgb(235,100,64); }
td.TdClassName
{
border-color: #EB6440;
}
.TagClassName
{
border-color: #EB6440;
}
</style>