Shades of Flamingo #E25E43
Tints of Flamingo #E25E43
RGB
CMYK
RGB Variations
Color information
#E25E43 (or 0xE25E43) is known color: Flamingo. HEX triplet: E2, 5E and 43. RGB value is (226,94,67). Sum of RGB (Red+Green+Blue) = 226+94+67=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E43 is #1DA1BC. Grayscale: #828282. Windows color (decimal): -1941949 or 4415202. OLE color: 4415202.
HSL color Cylindrical-coordinate representation of color #E25E43: hue angle of 10.19º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E25E43 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 67 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.11 |
| HSL | 10.19º | 0.73% | 0.57% | - |
| HSV(B) | 10.19º | 0.7% | 0.89% | - |
| XYZ | 36.38 | 24.58 | 8.14 | - |
| YUV | 130.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 67 | 0 | 0.58 | 0.70 | 0.11 | 10.19 | 0.73 | 0.57 |
| Hex | E2 | 5E | 43 | 0 | 3A | 46 | B | A | 49 | 39 |
| Octal | 342 | 136 | 103 | 0 | 72 | 106 | 13 | 12 | 111 | 71 |
| Binary | 11100010 | 1011110 | 1000011 | 0 | 111010 | 1000110 | 1011 | 1010 | 1001001 | 111001 |
Color Harmonies of #E25E43
Complementary color
Monochromatic Colors of #E25E43
Black with #E25E43
Text Example
Text Example
White with #E25E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E43; }
p { color: rgb(226,94,67); }
H1.HeaderClassName
{
color: #E25E43;
}
.AnyTagClassName
{
color: #E25E43;
}
</style>
background-color css
<style>
a { background-color: #E25E43; }
a { background-color: rgb(226,94,67); }
div.DivClassName
{
background-color: #E25E43;
}
.BgClassName
{
background-color: #E25E43;
}
</style>
border-color css
<style>
span { border-color: #E25E43; }
span { border-color: rgb(226,94,67); }
td.TdClassName
{
border-color: #E25E43;
}
.TagClassName
{
border-color: #E25E43;
}
</style>