Shades of Flamingo #E45546
Tints of Flamingo #E45546
RGB
CMYK
RGB Variations
Color information
#E45546 (or 0xE45546) is known color: Flamingo. HEX triplet: E4, 55 and 46. RGB value is (228,85,70). Sum of RGB (Red+Green+Blue) = 228+85+70=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45546 is #1BAAB9. Grayscale: #7E7E7E. Windows color (decimal): -1813178 or 4609508. OLE color: 4609508.
HSL color Cylindrical-coordinate representation of color #E45546: hue angle of 5.7º 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 #E45546 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 70 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.11 |
| HSL | 5.7º | 0.75% | 0.58% | - |
| HSV(B) | 5.7º | 0.69% | 0.89% | - |
| XYZ | 36.35 | 23.43 | 8.4 | - |
| YUV | 126.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 70 | 0 | 0.63 | 0.69 | 0.11 | 5.7 | 0.75 | 0.58 |
| Hex | E4 | 55 | 46 | 0 | 3F | 45 | B | 6 | 4B | 3A |
| Octal | 344 | 125 | 106 | 0 | 77 | 105 | 13 | 6 | 113 | 72 |
| Binary | 11100100 | 1010101 | 1000110 | 0 | 111111 | 1000101 | 1011 | 110 | 1001011 | 111010 |
Color Harmonies of #E45546
Complementary color
Monochromatic Colors of #E45546
Black with #E45546
Text Example
Text Example
White with #E45546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45546; }
p { color: rgb(228,85,70); }
H1.HeaderClassName
{
color: #E45546;
}
.AnyTagClassName
{
color: #E45546;
}
</style>
background-color css
<style>
a { background-color: #E45546; }
a { background-color: rgb(228,85,70); }
div.DivClassName
{
background-color: #E45546;
}
.BgClassName
{
background-color: #E45546;
}
</style>
border-color css
<style>
span { border-color: #E45546; }
span { border-color: rgb(228,85,70); }
td.TdClassName
{
border-color: #E45546;
}
.TagClassName
{
border-color: #E45546;
}
</style>