Shades of Flamingo #E46448
Tints of Flamingo #E46448
RGB
CMYK
RGB Variations
Color information
#E46448 (or 0xE46448) is known color: Flamingo. HEX triplet: E4, 64 and 48. RGB value is (228,100,72). Sum of RGB (Red+Green+Blue) = 228+100+72=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E46448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46448 is #1B9BB7. Grayscale: #878787. Windows color (decimal): -1809336 or 4744420. OLE color: 4744420.
HSL color Cylindrical-coordinate representation of color #E46448: hue angle of 10.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E46448 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 72 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.11 |
| HSL | 10.77º | 0.74% | 0.59% | - |
| HSV(B) | 10.77º | 0.68% | 0.89% | - |
| XYZ | 37.72 | 26.08 | 9.18 | - |
| YUV | 135.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 72 | 0 | 0.56 | 0.68 | 0.11 | 10.77 | 0.74 | 0.59 |
| Hex | E4 | 64 | 48 | 0 | 38 | 44 | B | B | 4A | 3B |
| Octal | 344 | 144 | 110 | 0 | 70 | 104 | 13 | 13 | 112 | 73 |
| Binary | 11100100 | 1100100 | 1001000 | 0 | 111000 | 1000100 | 1011 | 1011 | 1001010 | 111011 |
Color Harmonies of #E46448
Complementary color
Monochromatic Colors of #E46448
Black with #E46448
Text Example
Text Example
White with #E46448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46448; }
p { color: rgb(228,100,72); }
H1.HeaderClassName
{
color: #E46448;
}
.AnyTagClassName
{
color: #E46448;
}
</style>
background-color css
<style>
a { background-color: #E46448; }
a { background-color: rgb(228,100,72); }
div.DivClassName
{
background-color: #E46448;
}
.BgClassName
{
background-color: #E46448;
}
</style>
border-color css
<style>
span { border-color: #E46448; }
span { border-color: rgb(228,100,72); }
td.TdClassName
{
border-color: #E46448;
}
.TagClassName
{
border-color: #E46448;
}
</style>