Shades of Flamingo #E05D52
Tints of Flamingo #E05D52
RGB
CMYK
RGB Variations
Color information
#E05D52 (or 0xE05D52) is known color: Flamingo. HEX triplet: E0, 5D and 52. RGB value is (224,93,82). Sum of RGB (Red+Green+Blue) = 224+93+82=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D52 is #1FA2AD. Grayscale: #838383. Windows color (decimal): -2073262 or 5397984. OLE color: 5397984.
HSL color Cylindrical-coordinate representation of color #E05D52: hue angle of 4.65º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05D52 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 82 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.12 |
| HSL | 4.65º | 0.7% | 0.6% | - |
| HSV(B) | 4.65º | 0.63% | 0.88% | - |
| XYZ | 36.18 | 24.29 | 10.76 | - |
| YUV | 130.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 82 | 0 | 0.58 | 0.63 | 0.12 | 4.65 | 0.7 | 0.6 |
| Hex | E0 | 5D | 52 | 0 | 3A | 3F | C | 5 | 46 | 3C |
| Octal | 340 | 135 | 122 | 0 | 72 | 77 | 14 | 5 | 106 | 74 |
| Binary | 11100000 | 1011101 | 1010010 | 0 | 111010 | 111111 | 1100 | 101 | 1000110 | 111100 |
Color Harmonies of #E05D52
Complementary color
Monochromatic Colors of #E05D52
Black with #E05D52
Text Example
Text Example
White with #E05D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D52; }
p { color: rgb(224,93,82); }
H1.HeaderClassName
{
color: #E05D52;
}
.AnyTagClassName
{
color: #E05D52;
}
</style>
background-color css
<style>
a { background-color: #E05D52; }
a { background-color: rgb(224,93,82); }
div.DivClassName
{
background-color: #E05D52;
}
.BgClassName
{
background-color: #E05D52;
}
</style>
border-color css
<style>
span { border-color: #E05D52; }
span { border-color: rgb(224,93,82); }
td.TdClassName
{
border-color: #E05D52;
}
.TagClassName
{
border-color: #E05D52;
}
</style>