Shades of Flamingo #E1644A
Tints of Flamingo #E1644A
RGB
CMYK
RGB Variations
Color information
#E1644A (or 0xE1644A) is known color: Flamingo. HEX triplet: E1, 64 and 4A. RGB value is (225,100,74). Sum of RGB (Red+Green+Blue) = 225+100+74=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1644A is #1E9BB5. Grayscale: #868686. Windows color (decimal): -2005942 or 4875489. OLE color: 4875489.
HSL color Cylindrical-coordinate representation of color #E1644A: hue angle of 10.33º degrees, saturation: 0.72, 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 #E1644A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 74 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.12 |
| HSL | 10.33º | 0.72% | 0.59% | - |
| HSV(B) | 10.33º | 0.67% | 0.88% | - |
| XYZ | 36.84 | 25.62 | 9.48 | - |
| YUV | 134.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 74 | 0 | 0.56 | 0.67 | 0.12 | 10.33 | 0.72 | 0.59 |
| Hex | E1 | 64 | 4A | 0 | 38 | 43 | C | A | 48 | 3B |
| Octal | 341 | 144 | 112 | 0 | 70 | 103 | 14 | 12 | 110 | 73 |
| Binary | 11100001 | 1100100 | 1001010 | 0 | 111000 | 1000011 | 1100 | 1010 | 1001000 | 111011 |
Color Harmonies of #E1644A
Complementary color
Monochromatic Colors of #E1644A
Black with #E1644A
Text Example
Text Example
White with #E1644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1644A; }
p { color: rgb(225,100,74); }
H1.HeaderClassName
{
color: #E1644A;
}
.AnyTagClassName
{
color: #E1644A;
}
</style>
background-color css
<style>
a { background-color: #E1644A; }
a { background-color: rgb(225,100,74); }
div.DivClassName
{
background-color: #E1644A;
}
.BgClassName
{
background-color: #E1644A;
}
</style>
border-color css
<style>
span { border-color: #E1644A; }
span { border-color: rgb(225,100,74); }
td.TdClassName
{
border-color: #E1644A;
}
.TagClassName
{
border-color: #E1644A;
}
</style>