Shades of Flamingo #E4584C
Tints of Flamingo #E4584C
RGB
CMYK
RGB Variations
Color information
#E4584C (or 0xE4584C) is known color: Flamingo. HEX triplet: E4, 58 and 4C. RGB value is (228,88,76). Sum of RGB (Red+Green+Blue) = 228+88+76=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E4584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4584C is #1BA7B3. Grayscale: #808080. Windows color (decimal): -1812404 or 5003492. OLE color: 5003492.
HSL color Cylindrical-coordinate representation of color #E4584C: hue angle of 4.74º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4584C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 76 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.11 |
| HSL | 4.74º | 0.74% | 0.6% | - |
| HSV(B) | 4.74º | 0.67% | 0.89% | - |
| XYZ | 36.79 | 24 | 9.53 | - |
| YUV | 128.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 76 | 0 | 0.61 | 0.67 | 0.11 | 4.74 | 0.74 | 0.6 |
| Hex | E4 | 58 | 4C | 0 | 3D | 43 | B | 5 | 4A | 3C |
| Octal | 344 | 130 | 114 | 0 | 75 | 103 | 13 | 5 | 112 | 74 |
| Binary | 11100100 | 1011000 | 1001100 | 0 | 111101 | 1000011 | 1011 | 101 | 1001010 | 111100 |
Color Harmonies of #E4584C
Complementary color
Monochromatic Colors of #E4584C
Black with #E4584C
Text Example
Text Example
White with #E4584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4584C; }
p { color: rgb(228,88,76); }
H1.HeaderClassName
{
color: #E4584C;
}
.AnyTagClassName
{
color: #E4584C;
}
</style>
background-color css
<style>
a { background-color: #E4584C; }
a { background-color: rgb(228,88,76); }
div.DivClassName
{
background-color: #E4584C;
}
.BgClassName
{
background-color: #E4584C;
}
</style>
border-color css
<style>
span { border-color: #E4584C; }
span { border-color: rgb(228,88,76); }
td.TdClassName
{
border-color: #E4584C;
}
.TagClassName
{
border-color: #E4584C;
}
</style>