Shades of Flamingo #E2624B
Tints of Flamingo #E2624B
RGB
CMYK
RGB Variations
Color information
#E2624B (or 0xE2624B) is known color: Flamingo. HEX triplet: E2, 62 and 4B. RGB value is (226,98,75). Sum of RGB (Red+Green+Blue) = 226+98+75=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2624B is #1D9DB4. Grayscale: #858585. Windows color (decimal): -1940917 or 4940514. OLE color: 4940514.
HSL color Cylindrical-coordinate representation of color #E2624B: hue angle of 9.14º 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 #E2624B is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 75 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.11 |
| HSL | 9.14º | 0.72% | 0.59% | - |
| HSV(B) | 9.14º | 0.67% | 0.89% | - |
| XYZ | 37 | 25.41 | 9.61 | - |
| YUV | 133.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 75 | 0 | 0.57 | 0.67 | 0.11 | 9.14 | 0.72 | 0.59 |
| Hex | E2 | 62 | 4B | 0 | 39 | 43 | B | 9 | 48 | 3B |
| Octal | 342 | 142 | 113 | 0 | 71 | 103 | 13 | 11 | 110 | 73 |
| Binary | 11100010 | 1100010 | 1001011 | 0 | 111001 | 1000011 | 1011 | 1001 | 1001000 | 111011 |
Color Harmonies of #E2624B
Complementary color
Monochromatic Colors of #E2624B
Black with #E2624B
Text Example
Text Example
White with #E2624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2624B; }
p { color: rgb(226,98,75); }
H1.HeaderClassName
{
color: #E2624B;
}
.AnyTagClassName
{
color: #E2624B;
}
</style>
background-color css
<style>
a { background-color: #E2624B; }
a { background-color: rgb(226,98,75); }
div.DivClassName
{
background-color: #E2624B;
}
.BgClassName
{
background-color: #E2624B;
}
</style>
border-color css
<style>
span { border-color: #E2624B; }
span { border-color: rgb(226,98,75); }
td.TdClassName
{
border-color: #E2624B;
}
.TagClassName
{
border-color: #E2624B;
}
</style>