Shades of Flamingo #E2634B
Tints of Flamingo #E2634B
RGB
CMYK
RGB Variations
Color information
#E2634B (or 0xE2634B) is known color: Flamingo. HEX triplet: E2, 63 and 4B. RGB value is (226,99,75). Sum of RGB (Red+Green+Blue) = 226+99+75=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2634B is #1D9CB4. Grayscale: #868686. Windows color (decimal): -1940661 or 4940770. OLE color: 4940770.
HSL color Cylindrical-coordinate representation of color #E2634B: hue angle of 9.54º 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 #E2634B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 75 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.11 |
| HSL | 9.54º | 0.72% | 0.59% | - |
| HSV(B) | 9.54º | 0.67% | 0.89% | - |
| XYZ | 37.1 | 25.6 | 9.64 | - |
| YUV | 134.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 75 | 0 | 0.56 | 0.67 | 0.11 | 9.54 | 0.72 | 0.59 |
| Hex | E2 | 63 | 4B | 0 | 38 | 43 | B | A | 48 | 3B |
| Octal | 342 | 143 | 113 | 0 | 70 | 103 | 13 | 12 | 110 | 73 |
| Binary | 11100010 | 1100011 | 1001011 | 0 | 111000 | 1000011 | 1011 | 1010 | 1001000 | 111011 |
Color Harmonies of #E2634B
Complementary color
Monochromatic Colors of #E2634B
Black with #E2634B
Text Example
Text Example
White with #E2634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2634B; }
p { color: rgb(226,99,75); }
H1.HeaderClassName
{
color: #E2634B;
}
.AnyTagClassName
{
color: #E2634B;
}
</style>
background-color css
<style>
a { background-color: #E2634B; }
a { background-color: rgb(226,99,75); }
div.DivClassName
{
background-color: #E2634B;
}
.BgClassName
{
background-color: #E2634B;
}
</style>
border-color css
<style>
span { border-color: #E2634B; }
span { border-color: rgb(226,99,75); }
td.TdClassName
{
border-color: #E2634B;
}
.TagClassName
{
border-color: #E2634B;
}
</style>