Shades of Flamingo #E16758
Tints of Flamingo #E16758
RGB
CMYK
RGB Variations
Color information
#E16758 (or 0xE16758) is known color: Flamingo. HEX triplet: E1, 67 and 58. RGB value is (225,103,88). Sum of RGB (Red+Green+Blue) = 225+103+88=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E16758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16758 is #1E98A7. Grayscale: #898989. Windows color (decimal): -2005160 or 5793761. OLE color: 5793761.
HSL color Cylindrical-coordinate representation of color #E16758: hue angle of 6.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E16758 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 88 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.12 |
| HSL | 6.57º | 0.7% | 0.61% | - |
| HSV(B) | 6.57º | 0.61% | 0.88% | - |
| XYZ | 37.66 | 26.41 | 12.35 | - |
| YUV | 137.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 88 | 0 | 0.54 | 0.61 | 0.12 | 6.57 | 0.7 | 0.61 |
| Hex | E1 | 67 | 58 | 0 | 36 | 3D | C | 7 | 46 | 3D |
| Octal | 341 | 147 | 130 | 0 | 66 | 75 | 14 | 7 | 106 | 75 |
| Binary | 11100001 | 1100111 | 1011000 | 0 | 110110 | 111101 | 1100 | 111 | 1000110 | 111101 |
Color Harmonies of #E16758
Complementary color
Monochromatic Colors of #E16758
Black with #E16758
Text Example
Text Example
White with #E16758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16758; }
p { color: rgb(225,103,88); }
H1.HeaderClassName
{
color: #E16758;
}
.AnyTagClassName
{
color: #E16758;
}
</style>
background-color css
<style>
a { background-color: #E16758; }
a { background-color: rgb(225,103,88); }
div.DivClassName
{
background-color: #E16758;
}
.BgClassName
{
background-color: #E16758;
}
</style>
border-color css
<style>
span { border-color: #E16758; }
span { border-color: rgb(225,103,88); }
td.TdClassName
{
border-color: #E16758;
}
.TagClassName
{
border-color: #E16758;
}
</style>