Shades of Flamingo #E16658
Tints of Flamingo #E16658
RGB
CMYK
RGB Variations
Color information
#E16658 (or 0xE16658) is known color: Flamingo. HEX triplet: E1, 66 and 58. RGB value is (225,102,88). Sum of RGB (Red+Green+Blue) = 225+102+88=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E16658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16658 is #1E99A7. Grayscale: #898989. Windows color (decimal): -2005416 or 5793505. OLE color: 5793505.
HSL color Cylindrical-coordinate representation of color #E16658: hue angle of 6.13º 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 #E16658 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 88 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.12 |
| HSL | 6.13º | 0.7% | 0.61% | - |
| HSV(B) | 6.13º | 0.61% | 0.88% | - |
| XYZ | 37.56 | 26.21 | 12.31 | - |
| YUV | 137.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 88 | 0 | 0.55 | 0.61 | 0.12 | 6.13 | 0.7 | 0.61 |
| Hex | E1 | 66 | 58 | 0 | 37 | 3D | C | 6 | 46 | 3D |
| Octal | 341 | 146 | 130 | 0 | 67 | 75 | 14 | 6 | 106 | 75 |
| Binary | 11100001 | 1100110 | 1011000 | 0 | 110111 | 111101 | 1100 | 110 | 1000110 | 111101 |
Color Harmonies of #E16658
Complementary color
Monochromatic Colors of #E16658
Black with #E16658
Text Example
Text Example
White with #E16658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16658; }
p { color: rgb(225,102,88); }
H1.HeaderClassName
{
color: #E16658;
}
.AnyTagClassName
{
color: #E16658;
}
</style>
background-color css
<style>
a { background-color: #E16658; }
a { background-color: rgb(225,102,88); }
div.DivClassName
{
background-color: #E16658;
}
.BgClassName
{
background-color: #E16658;
}
</style>
border-color css
<style>
span { border-color: #E16658; }
span { border-color: rgb(225,102,88); }
td.TdClassName
{
border-color: #E16658;
}
.TagClassName
{
border-color: #E16658;
}
</style>