Shades of Flamingo #E26B4A
Tints of Flamingo #E26B4A
RGB
CMYK
RGB Variations
Color information
#E26B4A (or 0xE26B4A) is known color: Flamingo. HEX triplet: E2, 6B and 4A. RGB value is (226,107,74). Sum of RGB (Red+Green+Blue) = 226+107+74=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26B4A is #1D94B5. Grayscale: #8B8B8B. Windows color (decimal): -1938614 or 4877282. OLE color: 4877282.
HSL color Cylindrical-coordinate representation of color #E26B4A: hue angle of 13.03º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E26B4A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 74 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.11 |
| HSL | 13.03º | 0.72% | 0.59% | - |
| HSV(B) | 13.03º | 0.67% | 0.89% | - |
| XYZ | 37.86 | 27.18 | 9.73 | - |
| YUV | 138.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 74 | 0 | 0.53 | 0.67 | 0.11 | 13.03 | 0.72 | 0.59 |
| Hex | E2 | 6B | 4A | 0 | 35 | 43 | B | D | 48 | 3B |
| Octal | 342 | 153 | 112 | 0 | 65 | 103 | 13 | 15 | 110 | 73 |
| Binary | 11100010 | 1101011 | 1001010 | 0 | 110101 | 1000011 | 1011 | 1101 | 1001000 | 111011 |
Color Harmonies of #E26B4A
Complementary color
Monochromatic Colors of #E26B4A
Black with #E26B4A
Text Example
Text Example
White with #E26B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B4A; }
p { color: rgb(226,107,74); }
H1.HeaderClassName
{
color: #E26B4A;
}
.AnyTagClassName
{
color: #E26B4A;
}
</style>
background-color css
<style>
a { background-color: #E26B4A; }
a { background-color: rgb(226,107,74); }
div.DivClassName
{
background-color: #E26B4A;
}
.BgClassName
{
background-color: #E26B4A;
}
</style>
border-color css
<style>
span { border-color: #E26B4A; }
span { border-color: rgb(226,107,74); }
td.TdClassName
{
border-color: #E26B4A;
}
.TagClassName
{
border-color: #E26B4A;
}
</style>