Shades of Flamingo #E25D3F
Tints of Flamingo #E25D3F
RGB
CMYK
RGB Variations
Color information
#E25D3F (or 0xE25D3F) is known color: Flamingo. HEX triplet: E2, 5D and 3F. RGB value is (226,93,63). Sum of RGB (Red+Green+Blue) = 226+93+63=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D3F is #1DA2C0. Grayscale: #818181. Windows color (decimal): -1942209 or 4152802. OLE color: 4152802.
HSL color Cylindrical-coordinate representation of color #E25D3F: hue angle of 11.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E25D3F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 63 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.11 |
| HSL | 11.04º | 0.74% | 0.57% | - |
| HSV(B) | 11.04º | 0.72% | 0.89% | - |
| XYZ | 36.18 | 24.36 | 7.5 | - |
| YUV | 129.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 63 | 0 | 0.59 | 0.72 | 0.11 | 11.04 | 0.74 | 0.57 |
| Hex | E2 | 5D | 3F | 0 | 3B | 48 | B | B | 4A | 39 |
| Octal | 342 | 135 | 77 | 0 | 73 | 110 | 13 | 13 | 112 | 71 |
| Binary | 11100010 | 1011101 | 111111 | 0 | 111011 | 1001000 | 1011 | 1011 | 1001010 | 111001 |
Color Harmonies of #E25D3F
Complementary color
Monochromatic Colors of #E25D3F
Black with #E25D3F
Text Example
Text Example
White with #E25D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D3F; }
p { color: rgb(226,93,63); }
H1.HeaderClassName
{
color: #E25D3F;
}
.AnyTagClassName
{
color: #E25D3F;
}
</style>
background-color css
<style>
a { background-color: #E25D3F; }
a { background-color: rgb(226,93,63); }
div.DivClassName
{
background-color: #E25D3F;
}
.BgClassName
{
background-color: #E25D3F;
}
</style>
border-color css
<style>
span { border-color: #E25D3F; }
span { border-color: rgb(226,93,63); }
td.TdClassName
{
border-color: #E25D3F;
}
.TagClassName
{
border-color: #E25D3F;
}
</style>