Shades of Flamingo #E15E4B
Tints of Flamingo #E15E4B
RGB
CMYK
RGB Variations
Color information
#E15E4B (or 0xE15E4B) is known color: Flamingo. HEX triplet: E1, 5E and 4B. RGB value is (225,94,75). Sum of RGB (Red+Green+Blue) = 225+94+75=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E4B is #1EA1B4. Grayscale: #838383. Windows color (decimal): -2007477 or 4939489. OLE color: 4939489.
HSL color Cylindrical-coordinate representation of color #E15E4B: hue angle of 7.6º degrees, saturation: 0.71, 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 #E15E4B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 75 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.12 |
| HSL | 7.6º | 0.71% | 0.59% | - |
| HSV(B) | 7.6º | 0.67% | 0.88% | - |
| XYZ | 36.32 | 24.52 | 9.48 | - |
| YUV | 131 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 75 | 0 | 0.58 | 0.67 | 0.12 | 7.6 | 0.71 | 0.59 |
| Hex | E1 | 5E | 4B | 0 | 3A | 43 | C | 8 | 47 | 3B |
| Octal | 341 | 136 | 113 | 0 | 72 | 103 | 14 | 10 | 107 | 73 |
| Binary | 11100001 | 1011110 | 1001011 | 0 | 111010 | 1000011 | 1100 | 1000 | 1000111 | 111011 |
Color Harmonies of #E15E4B
Complementary color
Monochromatic Colors of #E15E4B
Black with #E15E4B
Text Example
Text Example
White with #E15E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E4B; }
p { color: rgb(225,94,75); }
H1.HeaderClassName
{
color: #E15E4B;
}
.AnyTagClassName
{
color: #E15E4B;
}
</style>
background-color css
<style>
a { background-color: #E15E4B; }
a { background-color: rgb(225,94,75); }
div.DivClassName
{
background-color: #E15E4B;
}
.BgClassName
{
background-color: #E15E4B;
}
</style>
border-color css
<style>
span { border-color: #E15E4B; }
span { border-color: rgb(225,94,75); }
td.TdClassName
{
border-color: #E15E4B;
}
.TagClassName
{
border-color: #E15E4B;
}
</style>