Shades of Flamingo #E4584A
Tints of Flamingo #E4584A
RGB
CMYK
RGB Variations
Color information
#E4584A (or 0xE4584A) is known color: Flamingo. HEX triplet: E4, 58 and 4A. RGB value is (228,88,74). Sum of RGB (Red+Green+Blue) = 228+88+74=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4584A is #1BA7B5. Grayscale: #808080. Windows color (decimal): -1812406 or 4872420. OLE color: 4872420.
HSL color Cylindrical-coordinate representation of color #E4584A: hue angle of 5.45º 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 #E4584A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 74 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.11 |
| HSL | 5.45º | 0.74% | 0.59% | - |
| HSV(B) | 5.45º | 0.68% | 0.89% | - |
| XYZ | 36.72 | 23.97 | 9.17 | - |
| YUV | 128.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 74 | 0 | 0.61 | 0.68 | 0.11 | 5.45 | 0.74 | 0.59 |
| Hex | E4 | 58 | 4A | 0 | 3D | 44 | B | 5 | 4A | 3B |
| Octal | 344 | 130 | 112 | 0 | 75 | 104 | 13 | 5 | 112 | 73 |
| Binary | 11100100 | 1011000 | 1001010 | 0 | 111101 | 1000100 | 1011 | 101 | 1001010 | 111011 |
Color Harmonies of #E4584A
Complementary color
Monochromatic Colors of #E4584A
Black with #E4584A
Text Example
Text Example
White with #E4584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4584A; }
p { color: rgb(228,88,74); }
H1.HeaderClassName
{
color: #E4584A;
}
.AnyTagClassName
{
color: #E4584A;
}
</style>
background-color css
<style>
a { background-color: #E4584A; }
a { background-color: rgb(228,88,74); }
div.DivClassName
{
background-color: #E4584A;
}
.BgClassName
{
background-color: #E4584A;
}
</style>
border-color css
<style>
span { border-color: #E4584A; }
span { border-color: rgb(228,88,74); }
td.TdClassName
{
border-color: #E4584A;
}
.TagClassName
{
border-color: #E4584A;
}
</style>