Shades of Flamingo #E66054
Tints of Flamingo #E66054
RGB
CMYK
RGB Variations
Color information
#E66054 (or 0xE66054) is known color: Flamingo. HEX triplet: E6, 60 and 54. RGB value is (230,96,84). Sum of RGB (Red+Green+Blue) = 230+96+84=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E66054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66054 is #199FAB. Grayscale: #868686. Windows color (decimal): -1679276 or 5529830. OLE color: 5529830.
HSL color Cylindrical-coordinate representation of color #E66054: hue angle of 4.93º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66054 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 84 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.10 |
| HSL | 4.93º | 0.74% | 0.62% | - |
| HSV(B) | 4.93º | 0.63% | 0.9% | - |
| XYZ | 38.42 | 25.83 | 11.35 | - |
| YUV | 134.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 84 | 0 | 0.58 | 0.63 | 0.10 | 4.93 | 0.74 | 0.62 |
| Hex | E6 | 60 | 54 | 0 | 3A | 3F | A | 5 | 4A | 3E |
| Octal | 346 | 140 | 124 | 0 | 72 | 77 | 12 | 5 | 112 | 76 |
| Binary | 11100110 | 1100000 | 1010100 | 0 | 111010 | 111111 | 1010 | 101 | 1001010 | 111110 |
Color Harmonies of #E66054
Complementary color
Monochromatic Colors of #E66054
Black with #E66054
Text Example
Text Example
White with #E66054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66054; }
p { color: rgb(230,96,84); }
H1.HeaderClassName
{
color: #E66054;
}
.AnyTagClassName
{
color: #E66054;
}
</style>
background-color css
<style>
a { background-color: #E66054; }
a { background-color: rgb(230,96,84); }
div.DivClassName
{
background-color: #E66054;
}
.BgClassName
{
background-color: #E66054;
}
</style>
border-color css
<style>
span { border-color: #E66054; }
span { border-color: rgb(230,96,84); }
td.TdClassName
{
border-color: #E66054;
}
.TagClassName
{
border-color: #E66054;
}
</style>