Shades of Flamingo #E66046
Tints of Flamingo #E66046
RGB
CMYK
RGB Variations
Color information
#E66046 (or 0xE66046) is known color: Flamingo. HEX triplet: E6, 60 and 46. RGB value is (230,96,70). Sum of RGB (Red+Green+Blue) = 230+96+70=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E66046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66046 is #199FB9. Grayscale: #858585. Windows color (decimal): -1679290 or 4612326. OLE color: 4612326.
HSL color Cylindrical-coordinate representation of color #E66046: hue angle of 9.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66046 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 70 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.10 |
| HSL | 9.75º | 0.76% | 0.59% | - |
| HSV(B) | 9.75º | 0.7% | 0.9% | - |
| XYZ | 37.92 | 25.63 | 8.74 | - |
| YUV | 133.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 70 | 0 | 0.58 | 0.70 | 0.10 | 9.75 | 0.76 | 0.59 |
| Hex | E6 | 60 | 46 | 0 | 3A | 46 | A | A | 4C | 3B |
| Octal | 346 | 140 | 106 | 0 | 72 | 106 | 12 | 12 | 114 | 73 |
| Binary | 11100110 | 1100000 | 1000110 | 0 | 111010 | 1000110 | 1010 | 1010 | 1001100 | 111011 |
Color Harmonies of #E66046
Complementary color
Monochromatic Colors of #E66046
Black with #E66046
Text Example
Text Example
White with #E66046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66046; }
p { color: rgb(230,96,70); }
H1.HeaderClassName
{
color: #E66046;
}
.AnyTagClassName
{
color: #E66046;
}
</style>
background-color css
<style>
a { background-color: #E66046; }
a { background-color: rgb(230,96,70); }
div.DivClassName
{
background-color: #E66046;
}
.BgClassName
{
background-color: #E66046;
}
</style>
border-color css
<style>
span { border-color: #E66046; }
span { border-color: rgb(230,96,70); }
td.TdClassName
{
border-color: #E66046;
}
.TagClassName
{
border-color: #E66046;
}
</style>