Shades of Flamingo #E15F4A
Tints of Flamingo #E15F4A
RGB
CMYK
RGB Variations
Color information
#E15F4A (or 0xE15F4A) is known color: Flamingo. HEX triplet: E1, 5F and 4A. RGB value is (225,95,74). Sum of RGB (Red+Green+Blue) = 225+95+74=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F4A is #1EA0B5. Grayscale: #838383. Windows color (decimal): -2007222 or 4874209. OLE color: 4874209.
HSL color Cylindrical-coordinate representation of color #E15F4A: hue angle of 8.34º 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 #E15F4A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 74 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.12 |
| HSL | 8.34º | 0.72% | 0.59% | - |
| HSV(B) | 8.34º | 0.67% | 0.88% | - |
| XYZ | 36.38 | 24.69 | 9.33 | - |
| YUV | 131.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 74 | 0 | 0.58 | 0.67 | 0.12 | 8.34 | 0.72 | 0.59 |
| Hex | E1 | 5F | 4A | 0 | 3A | 43 | C | 8 | 48 | 3B |
| Octal | 341 | 137 | 112 | 0 | 72 | 103 | 14 | 10 | 110 | 73 |
| Binary | 11100001 | 1011111 | 1001010 | 0 | 111010 | 1000011 | 1100 | 1000 | 1001000 | 111011 |
Color Harmonies of #E15F4A
Complementary color
Monochromatic Colors of #E15F4A
Black with #E15F4A
Text Example
Text Example
White with #E15F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F4A; }
p { color: rgb(225,95,74); }
H1.HeaderClassName
{
color: #E15F4A;
}
.AnyTagClassName
{
color: #E15F4A;
}
</style>
background-color css
<style>
a { background-color: #E15F4A; }
a { background-color: rgb(225,95,74); }
div.DivClassName
{
background-color: #E15F4A;
}
.BgClassName
{
background-color: #E15F4A;
}
</style>
border-color css
<style>
span { border-color: #E15F4A; }
span { border-color: rgb(225,95,74); }
td.TdClassName
{
border-color: #E15F4A;
}
.TagClassName
{
border-color: #E15F4A;
}
</style>