Shades of Flamingo #E46343
Tints of Flamingo #E46343
RGB
CMYK
RGB Variations
Color information
#E46343 (or 0xE46343) is known color: Flamingo. HEX triplet: E4, 63 and 43. RGB value is (228,99,67). Sum of RGB (Red+Green+Blue) = 228+99+67=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E46343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46343 is #1B9CBC. Grayscale: #868686. Windows color (decimal): -1809597 or 4416484. OLE color: 4416484.
HSL color Cylindrical-coordinate representation of color #E46343: hue angle of 11.93º 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 #E46343 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 99 | 67 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.11 |
| HSL | 11.93º | 0.75% | 0.58% | - |
| HSV(B) | 11.93º | 0.71% | 0.89% | - |
| XYZ | 37.47 | 25.82 | 8.32 | - |
| YUV | 133.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 99 | 67 | 0 | 0.57 | 0.71 | 0.11 | 11.93 | 0.75 | 0.58 |
| Hex | E4 | 63 | 43 | 0 | 39 | 47 | B | C | 4B | 3A |
| Octal | 344 | 143 | 103 | 0 | 71 | 107 | 13 | 14 | 113 | 72 |
| Binary | 11100100 | 1100011 | 1000011 | 0 | 111001 | 1000111 | 1011 | 1100 | 1001011 | 111010 |
Color Harmonies of #E46343
Complementary color
Monochromatic Colors of #E46343
Black with #E46343
Text Example
Text Example
White with #E46343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46343; }
p { color: rgb(228,99,67); }
H1.HeaderClassName
{
color: #E46343;
}
.AnyTagClassName
{
color: #E46343;
}
</style>
background-color css
<style>
a { background-color: #E46343; }
a { background-color: rgb(228,99,67); }
div.DivClassName
{
background-color: #E46343;
}
.BgClassName
{
background-color: #E46343;
}
</style>
border-color css
<style>
span { border-color: #E46343; }
span { border-color: rgb(228,99,67); }
td.TdClassName
{
border-color: #E46343;
}
.TagClassName
{
border-color: #E46343;
}
</style>