Shades of Flamingo #E2574A
Tints of Flamingo #E2574A
RGB
CMYK
RGB Variations
Color information
#E2574A (or 0xE2574A) is known color: Flamingo. HEX triplet: E2, 57 and 4A. RGB value is (226,87,74). Sum of RGB (Red+Green+Blue) = 226+87+74=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2574A is #1DA8B5. Grayscale: #7F7F7F. Windows color (decimal): -1943734 or 4872162. OLE color: 4872162.
HSL color Cylindrical-coordinate representation of color #E2574A: hue angle of 5.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2574A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 74 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.11 |
| HSL | 5.13º | 0.72% | 0.59% | - |
| HSV(B) | 5.13º | 0.67% | 0.89% | - |
| XYZ | 36.01 | 23.48 | 9.11 | - |
| YUV | 127.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 74 | 0 | 0.62 | 0.67 | 0.11 | 5.13 | 0.72 | 0.59 |
| Hex | E2 | 57 | 4A | 0 | 3E | 43 | B | 5 | 48 | 3B |
| Octal | 342 | 127 | 112 | 0 | 76 | 103 | 13 | 5 | 110 | 73 |
| Binary | 11100010 | 1010111 | 1001010 | 0 | 111110 | 1000011 | 1011 | 101 | 1001000 | 111011 |
Color Harmonies of #E2574A
Complementary color
Monochromatic Colors of #E2574A
Black with #E2574A
Text Example
Text Example
White with #E2574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2574A; }
p { color: rgb(226,87,74); }
H1.HeaderClassName
{
color: #E2574A;
}
.AnyTagClassName
{
color: #E2574A;
}
</style>
background-color css
<style>
a { background-color: #E2574A; }
a { background-color: rgb(226,87,74); }
div.DivClassName
{
background-color: #E2574A;
}
.BgClassName
{
background-color: #E2574A;
}
</style>
border-color css
<style>
span { border-color: #E2574A; }
span { border-color: rgb(226,87,74); }
td.TdClassName
{
border-color: #E2574A;
}
.TagClassName
{
border-color: #E2574A;
}
</style>