Shades of Flamingo #E26753
Tints of Flamingo #E26753
RGB
CMYK
RGB Variations
Color information
#E26753 (or 0xE26753) is known color: Flamingo. HEX triplet: E2, 67 and 53. RGB value is (226,103,83). Sum of RGB (Red+Green+Blue) = 226+103+83=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E26753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26753 is #1D98AC. Grayscale: #898989. Windows color (decimal): -1939629 or 5466082. OLE color: 5466082.
HSL color Cylindrical-coordinate representation of color #E26753: hue angle of 8.39º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E26753 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 83 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.11 |
| HSL | 8.39º | 0.71% | 0.61% | - |
| HSV(B) | 8.39º | 0.63% | 0.89% | - |
| XYZ | 37.78 | 26.49 | 11.31 | - |
| YUV | 137.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 83 | 0 | 0.54 | 0.63 | 0.11 | 8.39 | 0.71 | 0.61 |
| Hex | E2 | 67 | 53 | 0 | 36 | 3F | B | 8 | 47 | 3D |
| Octal | 342 | 147 | 123 | 0 | 66 | 77 | 13 | 10 | 107 | 75 |
| Binary | 11100010 | 1100111 | 1010011 | 0 | 110110 | 111111 | 1011 | 1000 | 1000111 | 111101 |
Color Harmonies of #E26753
Complementary color
Monochromatic Colors of #E26753
Black with #E26753
Text Example
Text Example
White with #E26753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26753; }
p { color: rgb(226,103,83); }
H1.HeaderClassName
{
color: #E26753;
}
.AnyTagClassName
{
color: #E26753;
}
</style>
background-color css
<style>
a { background-color: #E26753; }
a { background-color: rgb(226,103,83); }
div.DivClassName
{
background-color: #E26753;
}
.BgClassName
{
background-color: #E26753;
}
</style>
border-color css
<style>
span { border-color: #E26753; }
span { border-color: rgb(226,103,83); }
td.TdClassName
{
border-color: #E26753;
}
.TagClassName
{
border-color: #E26753;
}
</style>