Shades of Flamingo #E66150
Tints of Flamingo #E66150
RGB
CMYK
RGB Variations
Color information
#E66150 (or 0xE66150) is known color: Flamingo. HEX triplet: E6, 61 and 50. RGB value is (230,97,80). Sum of RGB (Red+Green+Blue) = 230+97+80=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E66150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66150 is #199EAF. Grayscale: #878787. Windows color (decimal): -1679024 or 5267942. OLE color: 5267942.
HSL color Cylindrical-coordinate representation of color #E66150: hue angle of 6.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E66150 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 80 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.10 |
| HSL | 6.8º | 0.75% | 0.61% | - |
| HSV(B) | 6.8º | 0.65% | 0.9% | - |
| XYZ | 38.36 | 25.95 | 10.58 | - |
| YUV | 134.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 80 | 0 | 0.58 | 0.65 | 0.10 | 6.8 | 0.75 | 0.61 |
| Hex | E6 | 61 | 50 | 0 | 3A | 41 | A | 7 | 4B | 3D |
| Octal | 346 | 141 | 120 | 0 | 72 | 101 | 12 | 7 | 113 | 75 |
| Binary | 11100110 | 1100001 | 1010000 | 0 | 111010 | 1000001 | 1010 | 111 | 1001011 | 111101 |
Color Harmonies of #E66150
Complementary color
Monochromatic Colors of #E66150
Black with #E66150
Text Example
Text Example
White with #E66150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66150; }
p { color: rgb(230,97,80); }
H1.HeaderClassName
{
color: #E66150;
}
.AnyTagClassName
{
color: #E66150;
}
</style>
background-color css
<style>
a { background-color: #E66150; }
a { background-color: rgb(230,97,80); }
div.DivClassName
{
background-color: #E66150;
}
.BgClassName
{
background-color: #E66150;
}
</style>
border-color css
<style>
span { border-color: #E66150; }
span { border-color: rgb(230,97,80); }
td.TdClassName
{
border-color: #E66150;
}
.TagClassName
{
border-color: #E66150;
}
</style>