Shades of Flamingo #E15E4A
Tints of Flamingo #E15E4A
RGB
CMYK
RGB Variations
Color information
#E15E4A (or 0xE15E4A) is known color: Flamingo. HEX triplet: E1, 5E and 4A. RGB value is (225,94,74). Sum of RGB (Red+Green+Blue) = 225+94+74=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E4A is #1EA1B5. Grayscale: #838383. Windows color (decimal): -2007478 or 4873953. OLE color: 4873953.
HSL color Cylindrical-coordinate representation of color #E15E4A: hue angle of 7.95º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E15E4A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 74 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.12 |
| HSL | 7.95º | 0.72% | 0.59% | - |
| HSV(B) | 7.95º | 0.67% | 0.88% | - |
| XYZ | 36.29 | 24.51 | 9.3 | - |
| YUV | 130.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 74 | 0 | 0.58 | 0.67 | 0.12 | 7.95 | 0.72 | 0.59 |
| Hex | E1 | 5E | 4A | 0 | 3A | 43 | C | 8 | 48 | 3B |
| Octal | 341 | 136 | 112 | 0 | 72 | 103 | 14 | 10 | 110 | 73 |
| Binary | 11100001 | 1011110 | 1001010 | 0 | 111010 | 1000011 | 1100 | 1000 | 1001000 | 111011 |
Color Harmonies of #E15E4A
Complementary color
Monochromatic Colors of #E15E4A
Black with #E15E4A
Text Example
Text Example
White with #E15E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E4A; }
p { color: rgb(225,94,74); }
H1.HeaderClassName
{
color: #E15E4A;
}
.AnyTagClassName
{
color: #E15E4A;
}
</style>
background-color css
<style>
a { background-color: #E15E4A; }
a { background-color: rgb(225,94,74); }
div.DivClassName
{
background-color: #E15E4A;
}
.BgClassName
{
background-color: #E15E4A;
}
</style>
border-color css
<style>
span { border-color: #E15E4A; }
span { border-color: rgb(225,94,74); }
td.TdClassName
{
border-color: #E15E4A;
}
.TagClassName
{
border-color: #E15E4A;
}
</style>