Shades of Flamingo #E46543
Tints of Flamingo #E46543
RGB
CMYK
RGB Variations
Color information
#E46543 (or 0xE46543) is known color: Flamingo. HEX triplet: E4, 65 and 43. RGB value is (228,101,67). Sum of RGB (Red+Green+Blue) = 228+101+67=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E46543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46543 is #1B9ABC. Grayscale: #878787. Windows color (decimal): -1809085 or 4416996. OLE color: 4416996.
HSL color Cylindrical-coordinate representation of color #E46543: hue angle of 12.67º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E46543 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.11 |
| HSL | 12.67º | 0.75% | 0.58% | - |
| HSV(B) | 12.67º | 0.71% | 0.89% | - |
| XYZ | 37.66 | 26.21 | 8.38 | - |
| YUV | 135.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 67 | 0 | 0.56 | 0.71 | 0.11 | 12.67 | 0.75 | 0.58 |
| Hex | E4 | 65 | 43 | 0 | 38 | 47 | B | D | 4B | 3A |
| Octal | 344 | 145 | 103 | 0 | 70 | 107 | 13 | 15 | 113 | 72 |
| Binary | 11100100 | 1100101 | 1000011 | 0 | 111000 | 1000111 | 1011 | 1101 | 1001011 | 111010 |
Color Harmonies of #E46543
Complementary color
Monochromatic Colors of #E46543
Black with #E46543
Text Example
Text Example
White with #E46543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46543; }
p { color: rgb(228,101,67); }
H1.HeaderClassName
{
color: #E46543;
}
.AnyTagClassName
{
color: #E46543;
}
</style>
background-color css
<style>
a { background-color: #E46543; }
a { background-color: rgb(228,101,67); }
div.DivClassName
{
background-color: #E46543;
}
.BgClassName
{
background-color: #E46543;
}
</style>
border-color css
<style>
span { border-color: #E46543; }
span { border-color: rgb(228,101,67); }
td.TdClassName
{
border-color: #E46543;
}
.TagClassName
{
border-color: #E46543;
}
</style>