Shades of Flamingo #E1644F
Tints of Flamingo #E1644F
RGB
CMYK
RGB Variations
Color information
#E1644F (or 0xE1644F) is known color: Flamingo. HEX triplet: E1, 64 and 4F. RGB value is (225,100,79). Sum of RGB (Red+Green+Blue) = 225+100+79=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1644F is #1E9BB0. Grayscale: #878787. Windows color (decimal): -2005937 or 5203169. OLE color: 5203169.
HSL color Cylindrical-coordinate representation of color #E1644F: hue angle of 8.63º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1644F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 79 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.12 |
| HSL | 8.63º | 0.71% | 0.6% | - |
| HSV(B) | 8.63º | 0.65% | 0.88% | - |
| XYZ | 37.02 | 25.69 | 10.4 | - |
| YUV | 134.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 79 | 0 | 0.56 | 0.65 | 0.12 | 8.63 | 0.71 | 0.6 |
| Hex | E1 | 64 | 4F | 0 | 38 | 41 | C | 9 | 47 | 3C |
| Octal | 341 | 144 | 117 | 0 | 70 | 101 | 14 | 11 | 107 | 74 |
| Binary | 11100001 | 1100100 | 1001111 | 0 | 111000 | 1000001 | 1100 | 1001 | 1000111 | 111100 |
Color Harmonies of #E1644F
Complementary color
Monochromatic Colors of #E1644F
Black with #E1644F
Text Example
Text Example
White with #E1644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1644F; }
p { color: rgb(225,100,79); }
H1.HeaderClassName
{
color: #E1644F;
}
.AnyTagClassName
{
color: #E1644F;
}
</style>
background-color css
<style>
a { background-color: #E1644F; }
a { background-color: rgb(225,100,79); }
div.DivClassName
{
background-color: #E1644F;
}
.BgClassName
{
background-color: #E1644F;
}
</style>
border-color css
<style>
span { border-color: #E1644F; }
span { border-color: rgb(225,100,79); }
td.TdClassName
{
border-color: #E1644F;
}
.TagClassName
{
border-color: #E1644F;
}
</style>