Shades of Flamingo #E25B43
Tints of Flamingo #E25B43
RGB
CMYK
RGB Variations
Color information
#E25B43 (or 0xE25B43) is known color: Flamingo. HEX triplet: E2, 5B and 43. RGB value is (226,91,67). Sum of RGB (Red+Green+Blue) = 226+91+67=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25B43 is #1DA4BC. Grayscale: #808080. Windows color (decimal): -1942717 or 4414434. OLE color: 4414434.
HSL color Cylindrical-coordinate representation of color #E25B43: hue angle of 9.06º 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 #E25B43 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 67 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.11 |
| HSL | 9.06º | 0.73% | 0.57% | - |
| HSV(B) | 9.06º | 0.7% | 0.89% | - |
| XYZ | 36.12 | 24.06 | 8.05 | - |
| YUV | 128.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 67 | 0 | 0.60 | 0.70 | 0.11 | 9.06 | 0.73 | 0.57 |
| Hex | E2 | 5B | 43 | 0 | 3C | 46 | B | 9 | 49 | 39 |
| Octal | 342 | 133 | 103 | 0 | 74 | 106 | 13 | 11 | 111 | 71 |
| Binary | 11100010 | 1011011 | 1000011 | 0 | 111100 | 1000110 | 1011 | 1001 | 1001001 | 111001 |
Color Harmonies of #E25B43
Complementary color
Monochromatic Colors of #E25B43
Black with #E25B43
Text Example
Text Example
White with #E25B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B43; }
p { color: rgb(226,91,67); }
H1.HeaderClassName
{
color: #E25B43;
}
.AnyTagClassName
{
color: #E25B43;
}
</style>
background-color css
<style>
a { background-color: #E25B43; }
a { background-color: rgb(226,91,67); }
div.DivClassName
{
background-color: #E25B43;
}
.BgClassName
{
background-color: #E25B43;
}
</style>
border-color css
<style>
span { border-color: #E25B43; }
span { border-color: rgb(226,91,67); }
td.TdClassName
{
border-color: #E25B43;
}
.TagClassName
{
border-color: #E25B43;
}
</style>