Shades of Flamingo #E2624F
Tints of Flamingo #E2624F
RGB
CMYK
RGB Variations
Color information
#E2624F (or 0xE2624F) is known color: Flamingo. HEX triplet: E2, 62 and 4F. RGB value is (226,98,79). Sum of RGB (Red+Green+Blue) = 226+98+79=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2624F is #1D9DB0. Grayscale: #868686. Windows color (decimal): -1940913 or 5202658. OLE color: 5202658.
HSL color Cylindrical-coordinate representation of color #E2624F: hue angle of 7.76º 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 #E2624F is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 79 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.11 |
| HSL | 7.76º | 0.72% | 0.6% | - |
| HSV(B) | 7.76º | 0.65% | 0.89% | - |
| XYZ | 37.14 | 25.47 | 10.36 | - |
| YUV | 134.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 79 | 0 | 0.57 | 0.65 | 0.11 | 7.76 | 0.72 | 0.6 |
| Hex | E2 | 62 | 4F | 0 | 39 | 41 | B | 8 | 48 | 3C |
| Octal | 342 | 142 | 117 | 0 | 71 | 101 | 13 | 10 | 110 | 74 |
| Binary | 11100010 | 1100010 | 1001111 | 0 | 111001 | 1000001 | 1011 | 1000 | 1001000 | 111100 |
Color Harmonies of #E2624F
Complementary color
Monochromatic Colors of #E2624F
Black with #E2624F
Text Example
Text Example
White with #E2624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2624F; }
p { color: rgb(226,98,79); }
H1.HeaderClassName
{
color: #E2624F;
}
.AnyTagClassName
{
color: #E2624F;
}
</style>
background-color css
<style>
a { background-color: #E2624F; }
a { background-color: rgb(226,98,79); }
div.DivClassName
{
background-color: #E2624F;
}
.BgClassName
{
background-color: #E2624F;
}
</style>
border-color css
<style>
span { border-color: #E2624F; }
span { border-color: rgb(226,98,79); }
td.TdClassName
{
border-color: #E2624F;
}
.TagClassName
{
border-color: #E2624F;
}
</style>