Shades of Flamingo #E25F48
Tints of Flamingo #E25F48
RGB
CMYK
RGB Variations
Color information
#E25F48 (or 0xE25F48) is known color: Flamingo. HEX triplet: E2, 5F and 48. RGB value is (226,95,72). Sum of RGB (Red+Green+Blue) = 226+95+72=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F48 is #1DA0B7. Grayscale: #838383. Windows color (decimal): -1941688 or 4743138. OLE color: 4743138.
HSL color Cylindrical-coordinate representation of color #E25F48: hue angle of 8.96º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E25F48 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 72 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.11 |
| HSL | 8.96º | 0.73% | 0.58% | - |
| HSV(B) | 8.96º | 0.68% | 0.89% | - |
| XYZ | 36.63 | 24.82 | 8.99 | - |
| YUV | 131.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 72 | 0 | 0.58 | 0.68 | 0.11 | 8.96 | 0.73 | 0.58 |
| Hex | E2 | 5F | 48 | 0 | 3A | 44 | B | 9 | 49 | 3A |
| Octal | 342 | 137 | 110 | 0 | 72 | 104 | 13 | 11 | 111 | 72 |
| Binary | 11100010 | 1011111 | 1001000 | 0 | 111010 | 1000100 | 1011 | 1001 | 1001001 | 111010 |
Color Harmonies of #E25F48
Complementary color
Monochromatic Colors of #E25F48
Black with #E25F48
Text Example
Text Example
White with #E25F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F48; }
p { color: rgb(226,95,72); }
H1.HeaderClassName
{
color: #E25F48;
}
.AnyTagClassName
{
color: #E25F48;
}
</style>
background-color css
<style>
a { background-color: #E25F48; }
a { background-color: rgb(226,95,72); }
div.DivClassName
{
background-color: #E25F48;
}
.BgClassName
{
background-color: #E25F48;
}
</style>
border-color css
<style>
span { border-color: #E25F48; }
span { border-color: rgb(226,95,72); }
td.TdClassName
{
border-color: #E25F48;
}
.TagClassName
{
border-color: #E25F48;
}
</style>