Shades of Flamingo #E1674B
Tints of Flamingo #E1674B
RGB
CMYK
RGB Variations
Color information
#E1674B (or 0xE1674B) is known color: Flamingo. HEX triplet: E1, 67 and 4B. RGB value is (225,103,75). Sum of RGB (Red+Green+Blue) = 225+103+75=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1674B is #1E98B4. Grayscale: #888888. Windows color (decimal): -2005173 or 4941793. OLE color: 4941793.
HSL color Cylindrical-coordinate representation of color #E1674B: hue angle of 11.2º 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 #E1674B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 75 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.12 |
| HSL | 11.2º | 0.71% | 0.59% | - |
| HSV(B) | 11.2º | 0.67% | 0.88% | - |
| XYZ | 37.17 | 26.22 | 9.76 | - |
| YUV | 136.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 75 | 0 | 0.54 | 0.67 | 0.12 | 11.2 | 0.71 | 0.59 |
| Hex | E1 | 67 | 4B | 0 | 36 | 43 | C | B | 47 | 3B |
| Octal | 341 | 147 | 113 | 0 | 66 | 103 | 14 | 13 | 107 | 73 |
| Binary | 11100001 | 1100111 | 1001011 | 0 | 110110 | 1000011 | 1100 | 1011 | 1000111 | 111011 |
Color Harmonies of #E1674B
Complementary color
Monochromatic Colors of #E1674B
Black with #E1674B
Text Example
Text Example
White with #E1674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1674B; }
p { color: rgb(225,103,75); }
H1.HeaderClassName
{
color: #E1674B;
}
.AnyTagClassName
{
color: #E1674B;
}
</style>
background-color css
<style>
a { background-color: #E1674B; }
a { background-color: rgb(225,103,75); }
div.DivClassName
{
background-color: #E1674B;
}
.BgClassName
{
background-color: #E1674B;
}
</style>
border-color css
<style>
span { border-color: #E1674B; }
span { border-color: rgb(225,103,75); }
td.TdClassName
{
border-color: #E1674B;
}
.TagClassName
{
border-color: #E1674B;
}
</style>