Shades of Flamingo #E9594A
Tints of Flamingo #E9594A
RGB
CMYK
RGB Variations
Color information
#E9594A (or 0xE9594A) is known color: Flamingo. HEX triplet: E9, 59 and 4A. RGB value is (233,89,74). Sum of RGB (Red+Green+Blue) = 233+89+74=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9594A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9594A is #16A6B5. Grayscale: #828282. Windows color (decimal): -1484470 or 4872681. OLE color: 4872681.
HSL color Cylindrical-coordinate representation of color #E9594A: hue angle of 5.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9594A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 74 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.09 |
| HSL | 5.66º | 0.78% | 0.6% | - |
| HSV(B) | 5.66º | 0.68% | 0.91% | - |
| XYZ | 38.41 | 24.96 | 9.27 | - |
| YUV | 130.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 74 | 0 | 0.62 | 0.68 | 0.09 | 5.66 | 0.78 | 0.6 |
| Hex | E9 | 59 | 4A | 0 | 3E | 44 | 9 | 6 | 4E | 3C |
| Octal | 351 | 131 | 112 | 0 | 76 | 104 | 11 | 6 | 116 | 74 |
| Binary | 11101001 | 1011001 | 1001010 | 0 | 111110 | 1000100 | 1001 | 110 | 1001110 | 111100 |
Color Harmonies of #E9594A
Complementary color
Monochromatic Colors of #E9594A
Black with #E9594A
Text Example
Text Example
White with #E9594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9594A; }
p { color: rgb(233,89,74); }
H1.HeaderClassName
{
color: #E9594A;
}
.AnyTagClassName
{
color: #E9594A;
}
</style>
background-color css
<style>
a { background-color: #E9594A; }
a { background-color: rgb(233,89,74); }
div.DivClassName
{
background-color: #E9594A;
}
.BgClassName
{
background-color: #E9594A;
}
</style>
border-color css
<style>
span { border-color: #E9594A; }
span { border-color: rgb(233,89,74); }
td.TdClassName
{
border-color: #E9594A;
}
.TagClassName
{
border-color: #E9594A;
}
</style>