Shades of Flamingo #EB6344
Tints of Flamingo #EB6344
RGB
CMYK
RGB Variations
Color information
#EB6344 (or 0xEB6344) is known color: Flamingo. HEX triplet: EB, 63 and 44. RGB value is (235,99,68). Sum of RGB (Red+Green+Blue) = 235+99+68=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6344 is #149CBB. Grayscale: #888888. Windows color (decimal): -1350844 or 4482027. OLE color: 4482027.
HSL color Cylindrical-coordinate representation of color #EB6344: hue angle of 11.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB6344 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 68 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.08 |
| HSL | 11.14º | 0.81% | 0.59% | - |
| HSV(B) | 11.14º | 0.71% | 0.92% | - |
| XYZ | 39.77 | 27 | 8.59 | - |
| YUV | 136.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 68 | 0 | 0.58 | 0.71 | 0.08 | 11.14 | 0.81 | 0.59 |
| Hex | EB | 63 | 44 | 0 | 3A | 47 | 8 | B | 51 | 3B |
| Octal | 353 | 143 | 104 | 0 | 72 | 107 | 10 | 13 | 121 | 73 |
| Binary | 11101011 | 1100011 | 1000100 | 0 | 111010 | 1000111 | 1000 | 1011 | 1010001 | 111011 |
Color Harmonies of #EB6344
Complementary color
Monochromatic Colors of #EB6344
Black with #EB6344
Text Example
Text Example
White with #EB6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6344; }
p { color: rgb(235,99,68); }
H1.HeaderClassName
{
color: #EB6344;
}
.AnyTagClassName
{
color: #EB6344;
}
</style>
background-color css
<style>
a { background-color: #EB6344; }
a { background-color: rgb(235,99,68); }
div.DivClassName
{
background-color: #EB6344;
}
.BgClassName
{
background-color: #EB6344;
}
</style>
border-color css
<style>
span { border-color: #EB6344; }
span { border-color: rgb(235,99,68); }
td.TdClassName
{
border-color: #EB6344;
}
.TagClassName
{
border-color: #EB6344;
}
</style>