Shades of Flamingo #EE605C
Tints of Flamingo #EE605C
RGB
CMYK
RGB Variations
Color information
#EE605C (or 0xEE605C) is known color: Flamingo. HEX triplet: EE, 60 and 5C. RGB value is (238,96,92). Sum of RGB (Red+Green+Blue) = 238+96+92=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE605C is #119FA3. Grayscale: #8A8A8A. Windows color (decimal): -1154980 or 6054126. OLE color: 6054126.
HSL color Cylindrical-coordinate representation of color #EE605C: hue angle of 1.64º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE605C is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 92 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.07 |
| HSL | 1.64º | 0.81% | 0.65% | - |
| HSV(B) | 1.64º | 0.61% | 0.93% | - |
| XYZ | 41.37 | 27.32 | 13.22 | - |
| YUV | 138 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 92 | 0 | 0.60 | 0.61 | 0.07 | 1.64 | 0.81 | 0.65 |
| Hex | EE | 60 | 5C | 0 | 3C | 3D | 7 | 2 | 51 | 41 |
| Octal | 356 | 140 | 134 | 0 | 74 | 75 | 7 | 2 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1011100 | 0 | 111100 | 111101 | 111 | 10 | 1010001 | 1000001 |
Color Harmonies of #EE605C
Complementary color
Monochromatic Colors of #EE605C
Black with #EE605C
Text Example
Text Example
White with #EE605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE605C; }
p { color: rgb(238,96,92); }
H1.HeaderClassName
{
color: #EE605C;
}
.AnyTagClassName
{
color: #EE605C;
}
</style>
background-color css
<style>
a { background-color: #EE605C; }
a { background-color: rgb(238,96,92); }
div.DivClassName
{
background-color: #EE605C;
}
.BgClassName
{
background-color: #EE605C;
}
</style>
border-color css
<style>
span { border-color: #EE605C; }
span { border-color: rgb(238,96,92); }
td.TdClassName
{
border-color: #EE605C;
}
.TagClassName
{
border-color: #EE605C;
}
</style>