Shades of Flamingo #E25A3E
Tints of Flamingo #E25A3E
RGB
CMYK
RGB Variations
Color information
#E25A3E (or 0xE25A3E) is known color: Flamingo. HEX triplet: E2, 5A and 3E. RGB value is (226,90,62). Sum of RGB (Red+Green+Blue) = 226+90+62=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A3E is #1DA5C1. Grayscale: #7F7F7F. Windows color (decimal): -1942978 or 4086498. OLE color: 4086498.
HSL color Cylindrical-coordinate representation of color #E25A3E: hue angle of 10.24º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E25A3E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 62 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.11 |
| HSL | 10.24º | 0.74% | 0.56% | - |
| HSV(B) | 10.24º | 0.73% | 0.89% | - |
| XYZ | 35.89 | 23.83 | 7.27 | - |
| YUV | 127.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 62 | 0 | 0.60 | 0.73 | 0.11 | 10.24 | 0.74 | 0.56 |
| Hex | E2 | 5A | 3E | 0 | 3C | 49 | B | A | 4A | 38 |
| Octal | 342 | 132 | 76 | 0 | 74 | 111 | 13 | 12 | 112 | 70 |
| Binary | 11100010 | 1011010 | 111110 | 0 | 111100 | 1001001 | 1011 | 1010 | 1001010 | 111000 |
Color Harmonies of #E25A3E
Complementary color
Monochromatic Colors of #E25A3E
Black with #E25A3E
Text Example
Text Example
White with #E25A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A3E; }
p { color: rgb(226,90,62); }
H1.HeaderClassName
{
color: #E25A3E;
}
.AnyTagClassName
{
color: #E25A3E;
}
</style>
background-color css
<style>
a { background-color: #E25A3E; }
a { background-color: rgb(226,90,62); }
div.DivClassName
{
background-color: #E25A3E;
}
.BgClassName
{
background-color: #E25A3E;
}
</style>
border-color css
<style>
span { border-color: #E25A3E; }
span { border-color: rgb(226,90,62); }
td.TdClassName
{
border-color: #E25A3E;
}
.TagClassName
{
border-color: #E25A3E;
}
</style>