Shades of Flamingo #E9574A
Tints of Flamingo #E9574A
RGB
CMYK
RGB Variations
Color information
#E9574A (or 0xE9574A) is known color: Flamingo. HEX triplet: E9, 57 and 4A. RGB value is (233,87,74). Sum of RGB (Red+Green+Blue) = 233+87+74=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9574A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9574A is #16A8B5. Grayscale: #818181. Windows color (decimal): -1484982 or 4872169. OLE color: 4872169.
HSL color Cylindrical-coordinate representation of color #E9574A: hue angle of 4.91º 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 #E9574A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 74 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.09 |
| HSL | 4.91º | 0.78% | 0.6% | - |
| HSV(B) | 4.91º | 0.68% | 0.91% | - |
| XYZ | 38.25 | 24.63 | 9.22 | - |
| YUV | 129.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 74 | 0 | 0.63 | 0.68 | 0.09 | 4.91 | 0.78 | 0.6 |
| Hex | E9 | 57 | 4A | 0 | 3F | 44 | 9 | 5 | 4E | 3C |
| Octal | 351 | 127 | 112 | 0 | 77 | 104 | 11 | 5 | 116 | 74 |
| Binary | 11101001 | 1010111 | 1001010 | 0 | 111111 | 1000100 | 1001 | 101 | 1001110 | 111100 |
Color Harmonies of #E9574A
Complementary color
Monochromatic Colors of #E9574A
Black with #E9574A
Text Example
Text Example
White with #E9574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9574A; }
p { color: rgb(233,87,74); }
H1.HeaderClassName
{
color: #E9574A;
}
.AnyTagClassName
{
color: #E9574A;
}
</style>
background-color css
<style>
a { background-color: #E9574A; }
a { background-color: rgb(233,87,74); }
div.DivClassName
{
background-color: #E9574A;
}
.BgClassName
{
background-color: #E9574A;
}
</style>
border-color css
<style>
span { border-color: #E9574A; }
span { border-color: rgb(233,87,74); }
td.TdClassName
{
border-color: #E9574A;
}
.TagClassName
{
border-color: #E9574A;
}
</style>