Shades of Flamingo #E16653
Tints of Flamingo #E16653
RGB
CMYK
RGB Variations
Color information
#E16653 (or 0xE16653) is known color: Flamingo. HEX triplet: E1, 66 and 53. RGB value is (225,102,83). Sum of RGB (Red+Green+Blue) = 225+102+83=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16653 is #1E99AC. Grayscale: #888888. Windows color (decimal): -2005421 or 5465825. OLE color: 5465825.
HSL color Cylindrical-coordinate representation of color #E16653: hue angle of 8.03º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E16653 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 83 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.12 |
| HSL | 8.03º | 0.7% | 0.6% | - |
| HSV(B) | 8.03º | 0.63% | 0.88% | - |
| XYZ | 37.36 | 26.13 | 11.26 | - |
| YUV | 136.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 83 | 0 | 0.55 | 0.63 | 0.12 | 8.03 | 0.7 | 0.6 |
| Hex | E1 | 66 | 53 | 0 | 37 | 3F | C | 8 | 46 | 3C |
| Octal | 341 | 146 | 123 | 0 | 67 | 77 | 14 | 10 | 106 | 74 |
| Binary | 11100001 | 1100110 | 1010011 | 0 | 110111 | 111111 | 1100 | 1000 | 1000110 | 111100 |
Color Harmonies of #E16653
Complementary color
Monochromatic Colors of #E16653
Black with #E16653
Text Example
Text Example
White with #E16653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16653; }
p { color: rgb(225,102,83); }
H1.HeaderClassName
{
color: #E16653;
}
.AnyTagClassName
{
color: #E16653;
}
</style>
background-color css
<style>
a { background-color: #E16653; }
a { background-color: rgb(225,102,83); }
div.DivClassName
{
background-color: #E16653;
}
.BgClassName
{
background-color: #E16653;
}
</style>
border-color css
<style>
span { border-color: #E16653; }
span { border-color: rgb(225,102,83); }
td.TdClassName
{
border-color: #E16653;
}
.TagClassName
{
border-color: #E16653;
}
</style>