Shades of Flamingo #E25F3F
Tints of Flamingo #E25F3F
RGB
CMYK
RGB Variations
Color information
#E25F3F (or 0xE25F3F) is known color: Flamingo. HEX triplet: E2, 5F and 3F. RGB value is (226,95,63). Sum of RGB (Red+Green+Blue) = 226+95+63=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F3F is #1DA0C0. Grayscale: #828282. Windows color (decimal): -1941697 or 4153314. OLE color: 4153314.
HSL color Cylindrical-coordinate representation of color #E25F3F: hue angle of 11.78º 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 #E25F3F is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 63 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.11 |
| HSL | 11.78º | 0.74% | 0.57% | - |
| HSV(B) | 11.78º | 0.72% | 0.89% | - |
| XYZ | 36.35 | 24.71 | 7.56 | - |
| YUV | 130.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 63 | 0 | 0.58 | 0.72 | 0.11 | 11.78 | 0.74 | 0.57 |
| Hex | E2 | 5F | 3F | 0 | 3A | 48 | B | C | 4A | 39 |
| Octal | 342 | 137 | 77 | 0 | 72 | 110 | 13 | 14 | 112 | 71 |
| Binary | 11100010 | 1011111 | 111111 | 0 | 111010 | 1001000 | 1011 | 1100 | 1001010 | 111001 |
Color Harmonies of #E25F3F
Complementary color
Monochromatic Colors of #E25F3F
Black with #E25F3F
Text Example
Text Example
White with #E25F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F3F; }
p { color: rgb(226,95,63); }
H1.HeaderClassName
{
color: #E25F3F;
}
.AnyTagClassName
{
color: #E25F3F;
}
</style>
background-color css
<style>
a { background-color: #E25F3F; }
a { background-color: rgb(226,95,63); }
div.DivClassName
{
background-color: #E25F3F;
}
.BgClassName
{
background-color: #E25F3F;
}
</style>
border-color css
<style>
span { border-color: #E25F3F; }
span { border-color: rgb(226,95,63); }
td.TdClassName
{
border-color: #E25F3F;
}
.TagClassName
{
border-color: #E25F3F;
}
</style>