Shades of Flamingo #EE6449
Tints of Flamingo #EE6449
RGB
CMYK
RGB Variations
Color information
#EE6449 (or 0xEE6449) is known color: Flamingo. HEX triplet: EE, 64 and 49. RGB value is (238,100,73). Sum of RGB (Red+Green+Blue) = 238+100+73=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6449 is #119BB6. Grayscale: #8A8A8A. Windows color (decimal): -1153975 or 4809966. OLE color: 4809966.
HSL color Cylindrical-coordinate representation of color #EE6449: hue angle of 9.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE6449 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 73 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.07 |
| HSL | 9.82º | 0.83% | 0.61% | - |
| HSV(B) | 9.82º | 0.69% | 0.93% | - |
| XYZ | 41.02 | 27.77 | 9.5 | - |
| YUV | 138.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 73 | 0 | 0.58 | 0.69 | 0.07 | 9.82 | 0.83 | 0.61 |
| Hex | EE | 64 | 49 | 0 | 3A | 45 | 7 | A | 53 | 3D |
| Octal | 356 | 144 | 111 | 0 | 72 | 105 | 7 | 12 | 123 | 75 |
| Binary | 11101110 | 1100100 | 1001001 | 0 | 111010 | 1000101 | 111 | 1010 | 1010011 | 111101 |
Color Harmonies of #EE6449
Complementary color
Monochromatic Colors of #EE6449
Black with #EE6449
Text Example
Text Example
White with #EE6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6449; }
p { color: rgb(238,100,73); }
H1.HeaderClassName
{
color: #EE6449;
}
.AnyTagClassName
{
color: #EE6449;
}
</style>
background-color css
<style>
a { background-color: #EE6449; }
a { background-color: rgb(238,100,73); }
div.DivClassName
{
background-color: #EE6449;
}
.BgClassName
{
background-color: #EE6449;
}
</style>
border-color css
<style>
span { border-color: #EE6449; }
span { border-color: rgb(238,100,73); }
td.TdClassName
{
border-color: #EE6449;
}
.TagClassName
{
border-color: #EE6449;
}
</style>