Shades of Flamingo #EE6044
Tints of Flamingo #EE6044
RGB
CMYK
RGB Variations
Color information
#EE6044 (or 0xEE6044) is known color: Flamingo. HEX triplet: EE, 60 and 44. RGB value is (238,96,68). Sum of RGB (Red+Green+Blue) = 238+96+68=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6044 is #119FBB. Grayscale: #878787. Windows color (decimal): -1155004 or 4481262. OLE color: 4481262.
HSL color Cylindrical-coordinate representation of color #EE6044: hue angle of 9.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE6044 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 68 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.07 |
| HSL | 9.88º | 0.83% | 0.6% | - |
| HSV(B) | 9.88º | 0.71% | 0.93% | - |
| XYZ | 40.49 | 26.96 | 8.54 | - |
| YUV | 135.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 68 | 0 | 0.60 | 0.71 | 0.07 | 9.88 | 0.83 | 0.6 |
| Hex | EE | 60 | 44 | 0 | 3C | 47 | 7 | A | 53 | 3C |
| Octal | 356 | 140 | 104 | 0 | 74 | 107 | 7 | 12 | 123 | 74 |
| Binary | 11101110 | 1100000 | 1000100 | 0 | 111100 | 1000111 | 111 | 1010 | 1010011 | 111100 |
Color Harmonies of #EE6044
Complementary color
Monochromatic Colors of #EE6044
Black with #EE6044
Text Example
Text Example
White with #EE6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6044; }
p { color: rgb(238,96,68); }
H1.HeaderClassName
{
color: #EE6044;
}
.AnyTagClassName
{
color: #EE6044;
}
</style>
background-color css
<style>
a { background-color: #EE6044; }
a { background-color: rgb(238,96,68); }
div.DivClassName
{
background-color: #EE6044;
}
.BgClassName
{
background-color: #EE6044;
}
</style>
border-color css
<style>
span { border-color: #EE6044; }
span { border-color: rgb(238,96,68); }
td.TdClassName
{
border-color: #EE6044;
}
.TagClassName
{
border-color: #EE6044;
}
</style>