Shades of Flamingo #E25842
Tints of Flamingo #E25842
RGB
CMYK
RGB Variations
Color information
#E25842 (or 0xE25842) is known color: Flamingo. HEX triplet: E2, 58 and 42. RGB value is (226,88,66). Sum of RGB (Red+Green+Blue) = 226+88+66=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E25842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25842 is #1DA7BD. Grayscale: #7E7E7E. Windows color (decimal): -1943486 or 4348130. OLE color: 4348130.
HSL color Cylindrical-coordinate representation of color #E25842: hue angle of 8.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E25842 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 66 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.11 |
| HSL | 8.25º | 0.73% | 0.57% | - |
| HSV(B) | 8.25º | 0.71% | 0.89% | - |
| XYZ | 35.84 | 23.54 | 7.81 | - |
| YUV | 126.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 66 | 0 | 0.61 | 0.71 | 0.11 | 8.25 | 0.73 | 0.57 |
| Hex | E2 | 58 | 42 | 0 | 3D | 47 | B | 8 | 49 | 39 |
| Octal | 342 | 130 | 102 | 0 | 75 | 107 | 13 | 10 | 111 | 71 |
| Binary | 11100010 | 1011000 | 1000010 | 0 | 111101 | 1000111 | 1011 | 1000 | 1001001 | 111001 |
Color Harmonies of #E25842
Complementary color
Monochromatic Colors of #E25842
Black with #E25842
Text Example
Text Example
White with #E25842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25842; }
p { color: rgb(226,88,66); }
H1.HeaderClassName
{
color: #E25842;
}
.AnyTagClassName
{
color: #E25842;
}
</style>
background-color css
<style>
a { background-color: #E25842; }
a { background-color: rgb(226,88,66); }
div.DivClassName
{
background-color: #E25842;
}
.BgClassName
{
background-color: #E25842;
}
</style>
border-color css
<style>
span { border-color: #E25842; }
span { border-color: rgb(226,88,66); }
td.TdClassName
{
border-color: #E25842;
}
.TagClassName
{
border-color: #E25842;
}
</style>