Shades of Flamingo #E35547
Tints of Flamingo #E35547
RGB
CMYK
RGB Variations
Color information
#E35547 (or 0xE35547) is known color: Flamingo. HEX triplet: E3, 55 and 47. RGB value is (227,85,71). Sum of RGB (Red+Green+Blue) = 227+85+71=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E35547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35547 is #1CAAB8. Grayscale: #7E7E7E. Windows color (decimal): -1878713 or 4675043. OLE color: 4675043.
HSL color Cylindrical-coordinate representation of color #E35547: hue angle of 5.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E35547 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 71 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.11 |
| HSL | 5.38º | 0.74% | 0.58% | - |
| HSV(B) | 5.38º | 0.69% | 0.89% | - |
| XYZ | 36.06 | 23.28 | 8.55 | - |
| YUV | 125.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 71 | 0 | 0.63 | 0.69 | 0.11 | 5.38 | 0.74 | 0.58 |
| Hex | E3 | 55 | 47 | 0 | 3F | 45 | B | 5 | 4A | 3A |
| Octal | 343 | 125 | 107 | 0 | 77 | 105 | 13 | 5 | 112 | 72 |
| Binary | 11100011 | 1010101 | 1000111 | 0 | 111111 | 1000101 | 1011 | 101 | 1001010 | 111010 |
Color Harmonies of #E35547
Complementary color
Monochromatic Colors of #E35547
Black with #E35547
Text Example
Text Example
White with #E35547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35547; }
p { color: rgb(227,85,71); }
H1.HeaderClassName
{
color: #E35547;
}
.AnyTagClassName
{
color: #E35547;
}
</style>
background-color css
<style>
a { background-color: #E35547; }
a { background-color: rgb(227,85,71); }
div.DivClassName
{
background-color: #E35547;
}
.BgClassName
{
background-color: #E35547;
}
</style>
border-color css
<style>
span { border-color: #E35547; }
span { border-color: rgb(227,85,71); }
td.TdClassName
{
border-color: #E35547;
}
.TagClassName
{
border-color: #E35547;
}
</style>