Shades of Flamingo #E66244
Tints of Flamingo #E66244
RGB
CMYK
RGB Variations
Color information
#E66244 (or 0xE66244) is known color: Flamingo. HEX triplet: E6, 62 and 44. RGB value is (230,98,68). Sum of RGB (Red+Green+Blue) = 230+98+68=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E66244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66244 is #199DBB. Grayscale: #868686. Windows color (decimal): -1678780 or 4481766. OLE color: 4481766.
HSL color Cylindrical-coordinate representation of color #E66244: hue angle of 11.11º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66244 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 68 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.10 |
| HSL | 11.11º | 0.76% | 0.58% | - |
| HSV(B) | 11.11º | 0.7% | 0.9% | - |
| XYZ | 38.04 | 25.98 | 8.48 | - |
| YUV | 134.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 68 | 0 | 0.57 | 0.70 | 0.10 | 11.11 | 0.76 | 0.58 |
| Hex | E6 | 62 | 44 | 0 | 39 | 46 | A | B | 4C | 3A |
| Octal | 346 | 142 | 104 | 0 | 71 | 106 | 12 | 13 | 114 | 72 |
| Binary | 11100110 | 1100010 | 1000100 | 0 | 111001 | 1000110 | 1010 | 1011 | 1001100 | 111010 |
Color Harmonies of #E66244
Complementary color
Monochromatic Colors of #E66244
Black with #E66244
Text Example
Text Example
White with #E66244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66244; }
p { color: rgb(230,98,68); }
H1.HeaderClassName
{
color: #E66244;
}
.AnyTagClassName
{
color: #E66244;
}
</style>
background-color css
<style>
a { background-color: #E66244; }
a { background-color: rgb(230,98,68); }
div.DivClassName
{
background-color: #E66244;
}
.BgClassName
{
background-color: #E66244;
}
</style>
border-color css
<style>
span { border-color: #E66244; }
span { border-color: rgb(230,98,68); }
td.TdClassName
{
border-color: #E66244;
}
.TagClassName
{
border-color: #E66244;
}
</style>