Shades of Flamingo #E2634E
Tints of Flamingo #E2634E
RGB
CMYK
RGB Variations
Color information
#E2634E (or 0xE2634E) is known color: Flamingo. HEX triplet: E2, 63 and 4E. RGB value is (226,99,78). Sum of RGB (Red+Green+Blue) = 226+99+78=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2634E is #1D9CB1. Grayscale: #868686. Windows color (decimal): -1940658 or 5137378. OLE color: 5137378.
HSL color Cylindrical-coordinate representation of color #E2634E: hue angle of 8.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2634E is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 78 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.11 |
| HSL | 8.51º | 0.72% | 0.6% | - |
| HSV(B) | 8.51º | 0.65% | 0.89% | - |
| XYZ | 37.2 | 25.64 | 10.2 | - |
| YUV | 134.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 78 | 0 | 0.56 | 0.65 | 0.11 | 8.51 | 0.72 | 0.6 |
| Hex | E2 | 63 | 4E | 0 | 38 | 41 | B | 9 | 48 | 3C |
| Octal | 342 | 143 | 116 | 0 | 70 | 101 | 13 | 11 | 110 | 74 |
| Binary | 11100010 | 1100011 | 1001110 | 0 | 111000 | 1000001 | 1011 | 1001 | 1001000 | 111100 |
Color Harmonies of #E2634E
Complementary color
Monochromatic Colors of #E2634E
Black with #E2634E
Text Example
Text Example
White with #E2634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2634E; }
p { color: rgb(226,99,78); }
H1.HeaderClassName
{
color: #E2634E;
}
.AnyTagClassName
{
color: #E2634E;
}
</style>
background-color css
<style>
a { background-color: #E2634E; }
a { background-color: rgb(226,99,78); }
div.DivClassName
{
background-color: #E2634E;
}
.BgClassName
{
background-color: #E2634E;
}
</style>
border-color css
<style>
span { border-color: #E2634E; }
span { border-color: rgb(226,99,78); }
td.TdClassName
{
border-color: #E2634E;
}
.TagClassName
{
border-color: #E2634E;
}
</style>