Shades of Flamingo #E1634A
Tints of Flamingo #E1634A
RGB
CMYK
RGB Variations
Color information
#E1634A (or 0xE1634A) is known color: Flamingo. HEX triplet: E1, 63 and 4A. RGB value is (225,99,74). Sum of RGB (Red+Green+Blue) = 225+99+74=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1634A is #1E9CB5. Grayscale: #868686. Windows color (decimal): -2006198 or 4875233. OLE color: 4875233.
HSL color Cylindrical-coordinate representation of color #E1634A: hue angle of 9.93º 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 #E1634A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 74 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.12 |
| HSL | 9.93º | 0.72% | 0.59% | - |
| HSV(B) | 9.93º | 0.67% | 0.88% | - |
| XYZ | 36.75 | 25.43 | 9.45 | - |
| YUV | 133.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 74 | 0 | 0.56 | 0.67 | 0.12 | 9.93 | 0.72 | 0.59 |
| Hex | E1 | 63 | 4A | 0 | 38 | 43 | C | A | 48 | 3B |
| Octal | 341 | 143 | 112 | 0 | 70 | 103 | 14 | 12 | 110 | 73 |
| Binary | 11100001 | 1100011 | 1001010 | 0 | 111000 | 1000011 | 1100 | 1010 | 1001000 | 111011 |
Color Harmonies of #E1634A
Complementary color
Monochromatic Colors of #E1634A
Black with #E1634A
Text Example
Text Example
White with #E1634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1634A; }
p { color: rgb(225,99,74); }
H1.HeaderClassName
{
color: #E1634A;
}
.AnyTagClassName
{
color: #E1634A;
}
</style>
background-color css
<style>
a { background-color: #E1634A; }
a { background-color: rgb(225,99,74); }
div.DivClassName
{
background-color: #E1634A;
}
.BgClassName
{
background-color: #E1634A;
}
</style>
border-color css
<style>
span { border-color: #E1634A; }
span { border-color: rgb(225,99,74); }
td.TdClassName
{
border-color: #E1634A;
}
.TagClassName
{
border-color: #E1634A;
}
</style>