Shades of Flamingo #E45652
Tints of Flamingo #E45652
RGB
CMYK
RGB Variations
Color information
#E45652 (or 0xE45652) is known color: Flamingo. HEX triplet: E4, 56 and 52. RGB value is (228,86,82). Sum of RGB (Red+Green+Blue) = 228+86+82=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E45652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45652 is #1BA9AD. Grayscale: #808080. Windows color (decimal): -1812910 or 5396196. OLE color: 5396196.
HSL color Cylindrical-coordinate representation of color #E45652: hue angle of 1.64º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45652 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 82 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.11 |
| HSL | 1.64º | 0.73% | 0.61% | - |
| HSV(B) | 1.64º | 0.64% | 0.89% | - |
| XYZ | 36.85 | 23.76 | 10.63 | - |
| YUV | 128 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 82 | 0 | 0.62 | 0.64 | 0.11 | 1.64 | 0.73 | 0.61 |
| Hex | E4 | 56 | 52 | 0 | 3E | 40 | B | 2 | 49 | 3D |
| Octal | 344 | 126 | 122 | 0 | 76 | 100 | 13 | 2 | 111 | 75 |
| Binary | 11100100 | 1010110 | 1010010 | 0 | 111110 | 1000000 | 1011 | 10 | 1001001 | 111101 |
Color Harmonies of #E45652
Complementary color
Monochromatic Colors of #E45652
Black with #E45652
Text Example
Text Example
White with #E45652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45652; }
p { color: rgb(228,86,82); }
H1.HeaderClassName
{
color: #E45652;
}
.AnyTagClassName
{
color: #E45652;
}
</style>
background-color css
<style>
a { background-color: #E45652; }
a { background-color: rgb(228,86,82); }
div.DivClassName
{
background-color: #E45652;
}
.BgClassName
{
background-color: #E45652;
}
</style>
border-color css
<style>
span { border-color: #E45652; }
span { border-color: rgb(228,86,82); }
td.TdClassName
{
border-color: #E45652;
}
.TagClassName
{
border-color: #E45652;
}
</style>