Shades of Flamingo #E45A46
Tints of Flamingo #E45A46
RGB
CMYK
RGB Variations
Color information
#E45A46 (or 0xE45A46) is known color: Flamingo. HEX triplet: E4, 5A and 46. RGB value is (228,90,70). Sum of RGB (Red+Green+Blue) = 228+90+70=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A46 is #1BA5B9. Grayscale: #818181. Windows color (decimal): -1811898 or 4610788. OLE color: 4610788.
HSL color Cylindrical-coordinate representation of color #E45A46: hue angle of 7.59º degrees, saturation: 0.75, 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 #E45A46 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 70 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.11 |
| HSL | 7.59º | 0.75% | 0.58% | - |
| HSV(B) | 7.59º | 0.69% | 0.89% | - |
| XYZ | 36.76 | 24.25 | 8.54 | - |
| YUV | 128.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 70 | 0 | 0.61 | 0.69 | 0.11 | 7.59 | 0.75 | 0.58 |
| Hex | E4 | 5A | 46 | 0 | 3D | 45 | B | 8 | 4B | 3A |
| Octal | 344 | 132 | 106 | 0 | 75 | 105 | 13 | 10 | 113 | 72 |
| Binary | 11100100 | 1011010 | 1000110 | 0 | 111101 | 1000101 | 1011 | 1000 | 1001011 | 111010 |
Color Harmonies of #E45A46
Complementary color
Monochromatic Colors of #E45A46
Black with #E45A46
Text Example
Text Example
White with #E45A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A46; }
p { color: rgb(228,90,70); }
H1.HeaderClassName
{
color: #E45A46;
}
.AnyTagClassName
{
color: #E45A46;
}
</style>
background-color css
<style>
a { background-color: #E45A46; }
a { background-color: rgb(228,90,70); }
div.DivClassName
{
background-color: #E45A46;
}
.BgClassName
{
background-color: #E45A46;
}
</style>
border-color css
<style>
span { border-color: #E45A46; }
span { border-color: rgb(228,90,70); }
td.TdClassName
{
border-color: #E45A46;
}
.TagClassName
{
border-color: #E45A46;
}
</style>