Shades of Flamingo #EE6149
Tints of Flamingo #EE6149
RGB
CMYK
RGB Variations
Color information
#EE6149 (or 0xEE6149) is known color: Flamingo. HEX triplet: EE, 61 and 49. RGB value is (238,97,73). Sum of RGB (Red+Green+Blue) = 238+97+73=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6149 is #119EB6. Grayscale: #888888. Windows color (decimal): -1154743 or 4809198. OLE color: 4809198.
HSL color Cylindrical-coordinate representation of color #EE6149: hue angle of 8.73º 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 #EE6149 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 73 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.07 |
| HSL | 8.73º | 0.83% | 0.61% | - |
| HSV(B) | 8.73º | 0.69% | 0.93% | - |
| XYZ | 40.74 | 27.21 | 9.41 | - |
| YUV | 136.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 73 | 0 | 0.59 | 0.69 | 0.07 | 8.73 | 0.83 | 0.61 |
| Hex | EE | 61 | 49 | 0 | 3B | 45 | 7 | 9 | 53 | 3D |
| Octal | 356 | 141 | 111 | 0 | 73 | 105 | 7 | 11 | 123 | 75 |
| Binary | 11101110 | 1100001 | 1001001 | 0 | 111011 | 1000101 | 111 | 1001 | 1010011 | 111101 |
Color Harmonies of #EE6149
Complementary color
Monochromatic Colors of #EE6149
Black with #EE6149
Text Example
Text Example
White with #EE6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6149; }
p { color: rgb(238,97,73); }
H1.HeaderClassName
{
color: #EE6149;
}
.AnyTagClassName
{
color: #EE6149;
}
</style>
background-color css
<style>
a { background-color: #EE6149; }
a { background-color: rgb(238,97,73); }
div.DivClassName
{
background-color: #EE6149;
}
.BgClassName
{
background-color: #EE6149;
}
</style>
border-color css
<style>
span { border-color: #EE6149; }
span { border-color: rgb(238,97,73); }
td.TdClassName
{
border-color: #EE6149;
}
.TagClassName
{
border-color: #EE6149;
}
</style>