Shades of Flamingo #E25F41
Tints of Flamingo #E25F41
RGB
CMYK
RGB Variations
Color information
#E25F41 (or 0xE25F41) is known color: Flamingo. HEX triplet: E2, 5F and 41. RGB value is (226,95,65). Sum of RGB (Red+Green+Blue) = 226+95+65=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F41 is #1DA0BE. Grayscale: #838383. Windows color (decimal): -1941695 or 4284386. OLE color: 4284386.
HSL color Cylindrical-coordinate representation of color #E25F41: hue angle of 11.18º degrees, saturation: 0.74, 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 #E25F41 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 65 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.11 |
| HSL | 11.18º | 0.74% | 0.57% | - |
| HSV(B) | 11.18º | 0.71% | 0.89% | - |
| XYZ | 36.41 | 24.73 | 7.86 | - |
| YUV | 130.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 65 | 0 | 0.58 | 0.71 | 0.11 | 11.18 | 0.74 | 0.57 |
| Hex | E2 | 5F | 41 | 0 | 3A | 47 | B | B | 4A | 39 |
| Octal | 342 | 137 | 101 | 0 | 72 | 107 | 13 | 13 | 112 | 71 |
| Binary | 11100010 | 1011111 | 1000001 | 0 | 111010 | 1000111 | 1011 | 1011 | 1001010 | 111001 |
Color Harmonies of #E25F41
Complementary color
Monochromatic Colors of #E25F41
Black with #E25F41
Text Example
Text Example
White with #E25F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F41; }
p { color: rgb(226,95,65); }
H1.HeaderClassName
{
color: #E25F41;
}
.AnyTagClassName
{
color: #E25F41;
}
</style>
background-color css
<style>
a { background-color: #E25F41; }
a { background-color: rgb(226,95,65); }
div.DivClassName
{
background-color: #E25F41;
}
.BgClassName
{
background-color: #E25F41;
}
</style>
border-color css
<style>
span { border-color: #E25F41; }
span { border-color: rgb(226,95,65); }
td.TdClassName
{
border-color: #E25F41;
}
.TagClassName
{
border-color: #E25F41;
}
</style>