Shades of Flamingo #E05E4A
Tints of Flamingo #E05E4A
RGB
CMYK
RGB Variations
Color information
#E05E4A (or 0xE05E4A) is known color: Flamingo. HEX triplet: E0, 5E and 4A. RGB value is (224,94,74). Sum of RGB (Red+Green+Blue) = 224+94+74=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E4A is #1FA1B5. Grayscale: #828282. Windows color (decimal): -2073014 or 4873952. OLE color: 4873952.
HSL color Cylindrical-coordinate representation of color #E05E4A: hue angle of 8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E05E4A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 74 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.12 |
| HSL | 8º | 0.71% | 0.58% | - |
| HSV(B) | 8º | 0.67% | 0.88% | - |
| XYZ | 35.98 | 24.35 | 9.28 | - |
| YUV | 130.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 74 | 0 | 0.58 | 0.67 | 0.12 | 8 | 0.71 | 0.58 |
| Hex | E0 | 5E | 4A | 0 | 3A | 43 | C | 8 | 47 | 3A |
| Octal | 340 | 136 | 112 | 0 | 72 | 103 | 14 | 10 | 107 | 72 |
| Binary | 11100000 | 1011110 | 1001010 | 0 | 111010 | 1000011 | 1100 | 1000 | 1000111 | 111010 |
Color Harmonies of #E05E4A
Complementary color
Monochromatic Colors of #E05E4A
Black with #E05E4A
Text Example
Text Example
White with #E05E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E4A; }
p { color: rgb(224,94,74); }
H1.HeaderClassName
{
color: #E05E4A;
}
.AnyTagClassName
{
color: #E05E4A;
}
</style>
background-color css
<style>
a { background-color: #E05E4A; }
a { background-color: rgb(224,94,74); }
div.DivClassName
{
background-color: #E05E4A;
}
.BgClassName
{
background-color: #E05E4A;
}
</style>
border-color css
<style>
span { border-color: #E05E4A; }
span { border-color: rgb(224,94,74); }
td.TdClassName
{
border-color: #E05E4A;
}
.TagClassName
{
border-color: #E05E4A;
}
</style>