Shades of Flamingo #E96A52
Tints of Flamingo #E96A52
RGB
CMYK
RGB Variations
Color information
#E96A52 (or 0xE96A52) is known color: Flamingo. HEX triplet: E9, 6A and 52. RGB value is (233,106,82). Sum of RGB (Red+Green+Blue) = 233+106+82=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A52 is #1695AD. Grayscale: #8D8D8D. Windows color (decimal): -1480110 or 5401321. OLE color: 5401321.
HSL color Cylindrical-coordinate representation of color #E96A52: hue angle of 9.54º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E96A52 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 82 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.09 |
| HSL | 9.54º | 0.77% | 0.62% | - |
| HSV(B) | 9.54º | 0.65% | 0.91% | - |
| XYZ | 40.28 | 28.24 | 11.31 | - |
| YUV | 141.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 82 | 0 | 0.55 | 0.65 | 0.09 | 9.54 | 0.77 | 0.62 |
| Hex | E9 | 6A | 52 | 0 | 37 | 41 | 9 | A | 4D | 3E |
| Octal | 351 | 152 | 122 | 0 | 67 | 101 | 11 | 12 | 115 | 76 |
| Binary | 11101001 | 1101010 | 1010010 | 0 | 110111 | 1000001 | 1001 | 1010 | 1001101 | 111110 |
Color Harmonies of #E96A52
Complementary color
Monochromatic Colors of #E96A52
Black with #E96A52
Text Example
Text Example
White with #E96A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A52; }
p { color: rgb(233,106,82); }
H1.HeaderClassName
{
color: #E96A52;
}
.AnyTagClassName
{
color: #E96A52;
}
</style>
background-color css
<style>
a { background-color: #E96A52; }
a { background-color: rgb(233,106,82); }
div.DivClassName
{
background-color: #E96A52;
}
.BgClassName
{
background-color: #E96A52;
}
</style>
border-color css
<style>
span { border-color: #E96A52; }
span { border-color: rgb(233,106,82); }
td.TdClassName
{
border-color: #E96A52;
}
.TagClassName
{
border-color: #E96A52;
}
</style>