Shades of Flamingo #E5644B
Tints of Flamingo #E5644B
RGB
CMYK
RGB Variations
Color information
#E5644B (or 0xE5644B) is known color: Flamingo. HEX triplet: E5, 64 and 4B. RGB value is (229,100,75). Sum of RGB (Red+Green+Blue) = 229+100+75=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5644B is #1A9BB4. Grayscale: #878787. Windows color (decimal): -1743797 or 4941029. OLE color: 4941029.
HSL color Cylindrical-coordinate representation of color #E5644B: hue angle of 9.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5644B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 75 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.10 |
| HSL | 9.74º | 0.75% | 0.6% | - |
| HSV(B) | 9.74º | 0.67% | 0.9% | - |
| XYZ | 38.14 | 26.28 | 9.72 | - |
| YUV | 135.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 75 | 0 | 0.56 | 0.67 | 0.10 | 9.74 | 0.75 | 0.6 |
| Hex | E5 | 64 | 4B | 0 | 38 | 43 | A | A | 4B | 3C |
| Octal | 345 | 144 | 113 | 0 | 70 | 103 | 12 | 12 | 113 | 74 |
| Binary | 11100101 | 1100100 | 1001011 | 0 | 111000 | 1000011 | 1010 | 1010 | 1001011 | 111100 |
Color Harmonies of #E5644B
Complementary color
Monochromatic Colors of #E5644B
Black with #E5644B
Text Example
Text Example
White with #E5644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5644B; }
p { color: rgb(229,100,75); }
H1.HeaderClassName
{
color: #E5644B;
}
.AnyTagClassName
{
color: #E5644B;
}
</style>
background-color css
<style>
a { background-color: #E5644B; }
a { background-color: rgb(229,100,75); }
div.DivClassName
{
background-color: #E5644B;
}
.BgClassName
{
background-color: #E5644B;
}
</style>
border-color css
<style>
span { border-color: #E5644B; }
span { border-color: rgb(229,100,75); }
td.TdClassName
{
border-color: #E5644B;
}
.TagClassName
{
border-color: #E5644B;
}
</style>