Shades of Flamingo #E46151
Tints of Flamingo #E46151
RGB
CMYK
RGB Variations
Color information
#E46151 (or 0xE46151) is known color: Flamingo. HEX triplet: E4, 61 and 51. RGB value is (228,97,81). Sum of RGB (Red+Green+Blue) = 228+97+81=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E46151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46151 is #1B9EAE. Grayscale: #868686. Windows color (decimal): -1810095 or 5333476. OLE color: 5333476.
HSL color Cylindrical-coordinate representation of color #E46151: hue angle of 6.53º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E46151 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 81 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.11 |
| HSL | 6.53º | 0.73% | 0.61% | - |
| HSV(B) | 6.53º | 0.64% | 0.89% | - |
| XYZ | 37.75 | 25.64 | 10.74 | - |
| YUV | 134.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 81 | 0 | 0.57 | 0.64 | 0.11 | 6.53 | 0.73 | 0.61 |
| Hex | E4 | 61 | 51 | 0 | 39 | 40 | B | 7 | 49 | 3D |
| Octal | 344 | 141 | 121 | 0 | 71 | 100 | 13 | 7 | 111 | 75 |
| Binary | 11100100 | 1100001 | 1010001 | 0 | 111001 | 1000000 | 1011 | 111 | 1001001 | 111101 |
Color Harmonies of #E46151
Complementary color
Monochromatic Colors of #E46151
Black with #E46151
Text Example
Text Example
White with #E46151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46151; }
p { color: rgb(228,97,81); }
H1.HeaderClassName
{
color: #E46151;
}
.AnyTagClassName
{
color: #E46151;
}
</style>
background-color css
<style>
a { background-color: #E46151; }
a { background-color: rgb(228,97,81); }
div.DivClassName
{
background-color: #E46151;
}
.BgClassName
{
background-color: #E46151;
}
</style>
border-color css
<style>
span { border-color: #E46151; }
span { border-color: rgb(228,97,81); }
td.TdClassName
{
border-color: #E46151;
}
.TagClassName
{
border-color: #E46151;
}
</style>