Shades of Flamingo #E06355
Tints of Flamingo #E06355
RGB
CMYK
RGB Variations
Color information
#E06355 (or 0xE06355) is known color: Flamingo. HEX triplet: E0, 63 and 55. RGB value is (224,99,85). Sum of RGB (Red+Green+Blue) = 224+99+85=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E06355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06355 is #1F9CAA. Grayscale: #868686. Windows color (decimal): -2071723 or 5596128. OLE color: 5596128.
HSL color Cylindrical-coordinate representation of color #E06355: hue angle of 6.04º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06355 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 85 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.12 |
| HSL | 6.04º | 0.69% | 0.61% | - |
| HSV(B) | 6.04º | 0.62% | 0.88% | - |
| XYZ | 36.84 | 25.43 | 11.56 | - |
| YUV | 134.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 85 | 0 | 0.56 | 0.62 | 0.12 | 6.04 | 0.69 | 0.61 |
| Hex | E0 | 63 | 55 | 0 | 38 | 3E | C | 6 | 45 | 3D |
| Octal | 340 | 143 | 125 | 0 | 70 | 76 | 14 | 6 | 105 | 75 |
| Binary | 11100000 | 1100011 | 1010101 | 0 | 111000 | 111110 | 1100 | 110 | 1000101 | 111101 |
Color Harmonies of #E06355
Complementary color
Monochromatic Colors of #E06355
Black with #E06355
Text Example
Text Example
White with #E06355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06355; }
p { color: rgb(224,99,85); }
H1.HeaderClassName
{
color: #E06355;
}
.AnyTagClassName
{
color: #E06355;
}
</style>
background-color css
<style>
a { background-color: #E06355; }
a { background-color: rgb(224,99,85); }
div.DivClassName
{
background-color: #E06355;
}
.BgClassName
{
background-color: #E06355;
}
</style>
border-color css
<style>
span { border-color: #E06355; }
span { border-color: rgb(224,99,85); }
td.TdClassName
{
border-color: #E06355;
}
.TagClassName
{
border-color: #E06355;
}
</style>