Shades of Flamingo #E1644B
Tints of Flamingo #E1644B
RGB
CMYK
RGB Variations
Color information
#E1644B (or 0xE1644B) is known color: Flamingo. HEX triplet: E1, 64 and 4B. RGB value is (225,100,75). Sum of RGB (Red+Green+Blue) = 225+100+75=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1644B is #1E9BB4. Grayscale: #868686. Windows color (decimal): -2005941 or 4941025. OLE color: 4941025.
HSL color Cylindrical-coordinate representation of color #E1644B: hue angle of 10º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1644B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 75 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.12 |
| HSL | 10º | 0.71% | 0.59% | - |
| HSV(B) | 10º | 0.67% | 0.88% | - |
| XYZ | 36.88 | 25.63 | 9.66 | - |
| YUV | 134.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 75 | 0 | 0.56 | 0.67 | 0.12 | 10 | 0.71 | 0.59 |
| Hex | E1 | 64 | 4B | 0 | 38 | 43 | C | A | 47 | 3B |
| Octal | 341 | 144 | 113 | 0 | 70 | 103 | 14 | 12 | 107 | 73 |
| Binary | 11100001 | 1100100 | 1001011 | 0 | 111000 | 1000011 | 1100 | 1010 | 1000111 | 111011 |
Color Harmonies of #E1644B
Complementary color
Monochromatic Colors of #E1644B
Black with #E1644B
Text Example
Text Example
White with #E1644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1644B; }
p { color: rgb(225,100,75); }
H1.HeaderClassName
{
color: #E1644B;
}
.AnyTagClassName
{
color: #E1644B;
}
</style>
background-color css
<style>
a { background-color: #E1644B; }
a { background-color: rgb(225,100,75); }
div.DivClassName
{
background-color: #E1644B;
}
.BgClassName
{
background-color: #E1644B;
}
</style>
border-color css
<style>
span { border-color: #E1644B; }
span { border-color: rgb(225,100,75); }
td.TdClassName
{
border-color: #E1644B;
}
.TagClassName
{
border-color: #E1644B;
}
</style>