Shades of Flamingo #E06758
Tints of Flamingo #E06758
RGB
CMYK
RGB Variations
Color information
#E06758 (or 0xE06758) is known color: Flamingo. HEX triplet: E0, 67 and 58. RGB value is (224,103,88). Sum of RGB (Red+Green+Blue) = 224+103+88=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E06758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06758 is #1F98A7. Grayscale: #898989. Windows color (decimal): -2070696 or 5793760. OLE color: 5793760.
HSL color Cylindrical-coordinate representation of color #E06758: hue angle of 6.62º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E06758 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 88 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.12 |
| HSL | 6.62º | 0.69% | 0.61% | - |
| HSV(B) | 6.62º | 0.61% | 0.88% | - |
| XYZ | 37.35 | 26.25 | 12.33 | - |
| YUV | 137.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 88 | 0 | 0.54 | 0.61 | 0.12 | 6.62 | 0.69 | 0.61 |
| Hex | E0 | 67 | 58 | 0 | 36 | 3D | C | 7 | 45 | 3D |
| Octal | 340 | 147 | 130 | 0 | 66 | 75 | 14 | 7 | 105 | 75 |
| Binary | 11100000 | 1100111 | 1011000 | 0 | 110110 | 111101 | 1100 | 111 | 1000101 | 111101 |
Color Harmonies of #E06758
Complementary color
Monochromatic Colors of #E06758
Black with #E06758
Text Example
Text Example
White with #E06758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06758; }
p { color: rgb(224,103,88); }
H1.HeaderClassName
{
color: #E06758;
}
.AnyTagClassName
{
color: #E06758;
}
</style>
background-color css
<style>
a { background-color: #E06758; }
a { background-color: rgb(224,103,88); }
div.DivClassName
{
background-color: #E06758;
}
.BgClassName
{
background-color: #E06758;
}
</style>
border-color css
<style>
span { border-color: #E06758; }
span { border-color: rgb(224,103,88); }
td.TdClassName
{
border-color: #E06758;
}
.TagClassName
{
border-color: #E06758;
}
</style>