Shades of Flamingo #E45852
Tints of Flamingo #E45852
RGB
CMYK
RGB Variations
Color information
#E45852 (or 0xE45852) is known color: Flamingo. HEX triplet: E4, 58 and 52. RGB value is (228,88,82). Sum of RGB (Red+Green+Blue) = 228+88+82=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E45852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45852 is #1BA7AD. Grayscale: #818181. Windows color (decimal): -1812398 or 5396708. OLE color: 5396708.
HSL color Cylindrical-coordinate representation of color #E45852: hue angle of 2.47º 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 #E45852 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 82 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.11 |
| HSL | 2.47º | 0.73% | 0.61% | - |
| HSV(B) | 2.47º | 0.64% | 0.89% | - |
| XYZ | 37.01 | 24.08 | 10.68 | - |
| YUV | 129.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 82 | 0 | 0.61 | 0.64 | 0.11 | 2.47 | 0.73 | 0.61 |
| Hex | E4 | 58 | 52 | 0 | 3D | 40 | B | 2 | 49 | 3D |
| Octal | 344 | 130 | 122 | 0 | 75 | 100 | 13 | 2 | 111 | 75 |
| Binary | 11100100 | 1011000 | 1010010 | 0 | 111101 | 1000000 | 1011 | 10 | 1001001 | 111101 |
Color Harmonies of #E45852
Complementary color
Monochromatic Colors of #E45852
Black with #E45852
Text Example
Text Example
White with #E45852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45852; }
p { color: rgb(228,88,82); }
H1.HeaderClassName
{
color: #E45852;
}
.AnyTagClassName
{
color: #E45852;
}
</style>
background-color css
<style>
a { background-color: #E45852; }
a { background-color: rgb(228,88,82); }
div.DivClassName
{
background-color: #E45852;
}
.BgClassName
{
background-color: #E45852;
}
</style>
border-color css
<style>
span { border-color: #E45852; }
span { border-color: rgb(228,88,82); }
td.TdClassName
{
border-color: #E45852;
}
.TagClassName
{
border-color: #E45852;
}
</style>