Shades of Flamingo #E25E54
Tints of Flamingo #E25E54
RGB
CMYK
RGB Variations
Color information
#E25E54 (or 0xE25E54) is known color: Flamingo. HEX triplet: E2, 5E and 54. RGB value is (226,94,84). Sum of RGB (Red+Green+Blue) = 226+94+84=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E54 is #1DA1AB. Grayscale: #848484. Windows color (decimal): -1941932 or 5529314. OLE color: 5529314.
HSL color Cylindrical-coordinate representation of color #E25E54: hue angle of 4.23º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25E54 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 84 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.11 |
| HSL | 4.23º | 0.71% | 0.61% | - |
| HSV(B) | 4.23º | 0.63% | 0.89% | - |
| XYZ | 36.97 | 24.81 | 11.23 | - |
| YUV | 132.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 84 | 0 | 0.58 | 0.63 | 0.11 | 4.23 | 0.71 | 0.61 |
| Hex | E2 | 5E | 54 | 0 | 3A | 3F | B | 4 | 47 | 3D |
| Octal | 342 | 136 | 124 | 0 | 72 | 77 | 13 | 4 | 107 | 75 |
| Binary | 11100010 | 1011110 | 1010100 | 0 | 111010 | 111111 | 1011 | 100 | 1000111 | 111101 |
Color Harmonies of #E25E54
Complementary color
Monochromatic Colors of #E25E54
Black with #E25E54
Text Example
Text Example
White with #E25E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E54; }
p { color: rgb(226,94,84); }
H1.HeaderClassName
{
color: #E25E54;
}
.AnyTagClassName
{
color: #E25E54;
}
</style>
background-color css
<style>
a { background-color: #E25E54; }
a { background-color: rgb(226,94,84); }
div.DivClassName
{
background-color: #E25E54;
}
.BgClassName
{
background-color: #E25E54;
}
</style>
border-color css
<style>
span { border-color: #E25E54; }
span { border-color: rgb(226,94,84); }
td.TdClassName
{
border-color: #E25E54;
}
.TagClassName
{
border-color: #E25E54;
}
</style>